| Commit message (Expand) | Author | Age |
... | |
| * | | | | 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-17 |
| * | | | | net: cleanup some rcu_dereference_raw | Eric Dumazet | 2011-08-12 |
| * | | | | neigh: reduce arp latency | Eric Dumazet | 2011-08-12 |
| * | | | | rtnetlink: remove initialization of dev->real_num_tx_queues | Jiri Pirko | 2011-08-11 |
| * | | | | net: fix potential neighbour race in dst_ifdown() | Eric Dumazet | 2011-08-10 |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-08-08 |
| |\ \ \ \ |
|
| * | | | | | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 2011-08-02 |
* | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-10-25 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | dynamic_debug: make netdev_dbg() call __netdev_printk() | Jason Baron | 2011-08-22 |
| | |_|/ /
| |/| | | |
|
* | | | | | fib_rules: fix unresolved_rules counting | Yan, Zheng | 2011-10-19 |
| |_|_|/
|/| | | |
|
* | | | | fib:fix BUG_ON in fib_nl_newrule when add new fib rule | Gao feng | 2011-09-21 |
* | | | | net: Handle different key sizes between address families in flow cache | dpward | 2011-09-16 |
* | | | | net: copy userspace buffers on device forwarding | Michael S. Tsirkin | 2011-09-15 |
* | | | | net: Make flow cache namespace-aware | dpward | 2011-09-15 |
* | | | | netpoll: fix incorrect access to skb data in __netpoll_rx | Eric Dumazet | 2011-08-26 |
* | | | | arp: fix rcu lockdep splat in arp_process() | Eric Dumazet | 2011-08-24 |
|/ / / |
|
* | / | scm: Capture the full credentials of the scm sender | Tim Chen | 2011-08-11 |
| |/
|/| |
|
* | | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 2011-08-06 |
* | | net: add kerneldoc to skb_copy_bits() | Eric Dumazet | 2011-08-01 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-28 |
|\ |
|
| * | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 2011-07-28 |
| * | net: Convert struct net_device uc_promisc to bool | Joe Perches | 2011-07-25 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 |
|/ |
|
* | net: allow netif_carrier to be called safely from IRQ | stephen hemminger | 2011-07-22 |
* | ethtool: Allow zero-length register dumps again | Ben Hutchings | 2011-07-21 |
* | skbuff: fix error handling in pskb_copy() | Dan Carpenter | 2011-07-21 |
* | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2011-07-18 |
* | neigh: Pass neighbour entry to output ops. | David S. Miller | 2011-07-18 |
* | neigh: Kill ndisc_ops->queue_xmit | David S. Miller | 2011-07-16 |
* | neigh: Kill hh_cache->hh_output | David S. Miller | 2011-07-16 |
* | neigh: Kill neigh_ops->hh_output | David S. Miller | 2011-07-16 |
* | neigh: Simply destroy handling wrt. hh_cache. | David S. Miller | 2011-07-16 |
* | net: remove /sys/class/net/*/features | Michał Mirosław | 2011-07-14 |
* | net: unexport netdev_fix_features() | Michał Mirosław | 2011-07-14 |
* | net: cleanup vlan_features setting in register_netdev | Michał Mirosław | 2011-07-14 |
* | net: Embed hh_cache inside of struct neighbour. | David S. Miller | 2011-07-14 |
* | net: Kill support for multiple hh_cache entries per neighbour | David S. Miller | 2011-07-13 |
* | net: Push protocol type directly down to header_ops->cache() | David S. Miller | 2011-07-13 |
* | ipv4: Use universal hash for ARP. | David S. Miller | 2011-07-11 |
* | neigh: Store hash shift instead of mask. | David S. Miller | 2011-07-11 |
* | skbuff: clear tx zero-copy flag | Shirley Ma | 2011-07-09 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-08 |
|\ |
|
| * | NFC: add NFC socket family | Aloisio Almeida Jr | 2011-07-05 |
* | | skbuff: skb supports zero-copy buffers | Shirley Ma | 2011-07-07 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-06 |
|\ \ |
|
| * | | ipv6: Don't put artificial limit on routing table size. | David S. Miller | 2011-07-01 |
* | | | net: Add GSO to vlan_features initialization | Shan Wei | 2011-07-06 |
* | | | netpoll: Remove wrapper function netpoll_poll | Joe Perches | 2011-07-03 |
* | | | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev | Joe Perches | 2011-07-03 |