Age | Commit message (Expand) | Author |
2011-10-19 | net: do not take an additional reference in skb_frag_set_page | Ian Campbell |
2011-10-19 | neigh: fix rcu splat in neigh_update() | roy.qing.li@gmail.com |
2011-10-19 | filter: use unsigned int to silence static checker warning | Dan Carpenter |
2011-10-19 | net: validate HWTSTAMP ioctl parameters | Richard Cochran |
2011-10-19 | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo. | Eric W. Biederman |
2011-10-19 | net: Allow skb_recycle_check to be done in stages | Andy Fleming |
2011-10-19 | net: add skb frag size accessors | Eric Dumazet |
2011-10-18 | net: allow vlan traffic to be received under bond | John Fastabend |
2011-10-17 | net/flow: Fix potential memory leak | huajun li |
2011-10-16 | if_link: Add additional parameter to IFLA_VF_INFO for spoof checking | Greg Rose |
2011-10-13 | net: more accurate skb truesize | Eric Dumazet |
2011-10-07 | net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL | Johannes Berg |
2011-10-03 | RPS: Ensure that an expired hardware filter can be re-added later | Ben Hutchings |
2011-09-28 | net: rps: fix the support for PPPOE | Changli Gao |
2011-09-28 | af_unix: dont send SCM_CREDENTIALS by default | Eric Dumazet |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-21 | fib:fix BUG_ON in fib_nl_newrule when add new fib rule | Gao feng |
2011-09-16 | net: Handle different key sizes between address families in flow cache | dpward |
2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko |
2011-09-15 | net: linkwatch: allow vlans to get carrier changes faster | Eric Dumazet |
2011-09-15 | net: copy userspace buffers on device forwarding | Michael S. Tsirkin |
2011-09-15 | net: Make flow cache namespace-aware | dpward |
2011-08-26 | netpoll: fix incorrect access to skb data in __netpoll_rx | Eric Dumazet |
2011-08-24 | arp: fix rcu lockdep splat in arp_process() | Eric Dumazet |
2011-08-24 | net: convert core to skb paged frag APIs | Ian Campbell |
2011-08-24 | rps: support IPIP encapsulation | Eric Dumazet |
2011-08-22 | net: vlan: goto another_round instead of calling __netif_receive_skb | Jiri Pirko |
2011-08-20 | net: Preserve ooo_okay when copying skb header | Changli Gao |
2011-08-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-08-18 | net: rps: support PPPOE session messages | Changli Gao |
2011-08-18 | net: rps: support 802.1Q | Changli Gao |
2011-08-17 | net: remove ndo_set_multicast_list callback | Jiri Pirko |
2011-08-17 | net: introduce IFF_UNICAST_FLT private flag | Jiri Pirko |
2011-08-17 | rps: Inspect GRE encapsulated packets to get flow hash | Tom Herbert |
2011-08-17 | rps: Infrastructure in __skb_get_rxhash for deep inspection | Tom Herbert |
2011-08-17 | rps: Add flag to skb to indicate rxhash is based on L4 tuple | Tom Herbert |
2011-08-17 | rps: Some minor cleanup in get_rps_cpus | Tom Herbert |
2011-08-12 | net: cleanup some rcu_dereference_raw | Eric Dumazet |
2011-08-12 | neigh: reduce arp latency | Eric Dumazet |
2011-08-11 | rtnetlink: remove initialization of dev->real_num_tx_queues | Jiri Pirko |
2011-08-11 | scm: Capture the full credentials of the scm sender | Tim Chen |
2011-08-09 | net: fix potential neighbour race in dst_ifdown() | Eric Dumazet |
2011-08-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-08-06 | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller |
2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger |
2011-08-01 | net: add kerneldoc to skb_copy_bits() | Eric Dumazet |
2011-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2011-07-27 | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-25 | net: Convert struct net_device uc_promisc to bool | Joe Perches |