Age | Commit message (Expand) | Author | Files | Lines |
2011-10-20 | fib_rules: fix unresolved_rules counting | Yan, Zheng | 1 | -1/+4 |
2011-09-21 | fib:fix BUG_ON in fib_nl_newrule when add new fib rule | Gao feng | 1 | -2/+2 |
2011-09-17 | net: Handle different key sizes between address families in flow cache | dpward | 1 | -14/+17 |
2011-09-15 | net: copy userspace buffers on device forwarding | Michael S. Tsirkin | 2 | -5/+25 |
2011-09-15 | net: Make flow cache namespace-aware | dpward | 1 | -1/+4 |
2011-08-26 | netpoll: fix incorrect access to skb data in __netpoll_rx | Eric Dumazet | 1 | -1/+3 |
2011-08-25 | arp: fix rcu lockdep splat in arp_process() | Eric Dumazet | 1 | -2/+6 |
2011-08-11 | scm: Capture the full credentials of the scm sender | Tim Chen | 1 | -1/+1 |
2011-08-07 | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 2 | -1/+185 |
2011-08-02 | net: add kerneldoc to skb_copy_bits() | Eric Dumazet | 1 | -2/+15 |
2011-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -5/+7 |
2011-07-28 | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 1 | -3/+5 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-26 | net: Convert struct net_device uc_promisc to bool | Joe Perches | 1 | -2/+2 |
2011-07-23 | net: allow netif_carrier to be called safely from IRQ | stephen hemminger | 1 | -1/+1 |
2011-07-22 | ethtool: Allow zero-length register dumps again | Ben Hutchings | 1 | -2/+2 |
2011-07-22 | skbuff: fix error handling in pskb_copy() | Dan Carpenter | 1 | -1/+2 |
2011-07-18 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2 | -8/+9 |
2011-07-18 | neigh: Pass neighbour entry to output ops. | David S. Miller | 1 | -11/+14 |
2011-07-17 | neigh: Kill ndisc_ops->queue_xmit | David S. Miller | 1 | -2/+2 |
2011-07-17 | neigh: Kill hh_cache->hh_output | David S. Miller | 1 | -23/+2 |
2011-07-17 | neigh: Kill neigh_ops->hh_output | David S. Miller | 1 | -2/+2 |
2011-07-17 | neigh: Simply destroy handling wrt. hh_cache. | David S. Miller | 1 | -9/+0 |
2011-07-15 | net: remove /sys/class/net/*/features | Michał Mirosław | 1 | -2/+0 |
2011-07-15 | net: unexport netdev_fix_features() | Michał Mirosław | 1 | -2/+1 |
2011-07-15 | net: cleanup vlan_features setting in register_netdev | Michał Mirosław | 1 | -5/+2 |
2011-07-14 | net: Embed hh_cache inside of struct neighbour. | David S. Miller | 2 | -66/+22 |
2011-07-13 | net: Kill support for multiple hh_cache entries per neighbour | David S. Miller | 1 | -19/+18 |
2011-07-13 | net: Push protocol type directly down to header_ops->cache() | David S. Miller | 1 | -1/+1 |
2011-07-11 | ipv4: Use universal hash for ARP. | David S. Miller | 1 | -0/+1 |
2011-07-11 | neigh: Store hash shift instead of mask. | David S. Miller | 1 | -24/+23 |
2011-07-09 | skbuff: clear tx zero-copy flag | Shirley Ma | 1 | -0/+3 |
2011-07-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+3 |
2011-07-07 | skbuff: skb supports zero-copy buffers | Shirley Ma | 1 | -1/+79 |
2011-07-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+4 |
2011-07-06 | net: Add GSO to vlan_features initialization | Shan Wei | 1 | -4/+5 |
2011-07-05 | NFC: add NFC socket family | Aloisio Almeida Jr | 1 | -3/+3 |
2011-07-04 | netpoll: Remove wrapper function netpoll_poll | Joe Perches | 1 | -7/+2 |
2011-07-04 | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev | Joe Perches | 1 | -4/+2 |
2011-07-02 | ipv6: Don't put artificial limit on routing table size. | David S. Miller | 1 | -2/+4 |
2011-07-02 | rtnl: provide link dump consistency info | Thomas Graf | 3 | -0/+15 |
2011-06-22 | ip: introduce ip_is_fragment helper inline function | Paul Gortmaker | 1 | -1/+1 |
2011-06-22 | core: add tracepoints for queueing skb to rcvbuf | Satoru Moriya | 2 | -0/+6 |
2011-06-22 | udp: add tracepoints for queueing skb to rcvbuf | Satoru Moriya | 1 | -0/+1 |
2011-06-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -37/+44 |
2011-06-21 | net: export the receive time stamping hook for non-NAPI drivers | Richard Cochran | 1 | -0/+1 |
2011-06-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -16/+19 |
2011-06-14 | net: export time stamp utility function for Ethernet MAC drivers | Richard Cochran | 1 | -0/+1 |
2011-06-13 | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 2 | -16/+19 |
2011-06-12 | netpoll: call dev_put() on error in netpoll_setup() | Dan Carpenter | 1 | -1/+2 |