summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-02-08netns: fix net_alloc_generic()Eric Dumazet
2012-01-11net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-11-11net: Unlock sock before calling sk_free()Thomas Gleixner
2011-11-11net: hold sock reference while processing tx timestampsRichard Cochran
2011-11-11rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng
2011-09-16net: Handle different key sizes between address families in flow cachedpward
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
2011-09-15net: Make flow cache namespace-awaredpward
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet
2011-08-11scm: Capture the full credentials of the scm senderTim Chen
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches
2011-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław
2011-07-14net: unexport netdev_fix_features()Michał Mirosław
2011-07-14net: cleanup vlan_features setting in register_netdevMichał Mirosław
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2011-07-11ipv4: Use universal hash for ARP.David S. Miller
2011-07-11neigh: Store hash shift instead of mask.David S. Miller
2011-07-09skbuff: clear tx zero-copy flagShirley Ma
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05net: Add GSO to vlan_features initializationShan Wei
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr
2011-07-03netpoll: Remove wrapper function netpoll_pollJoe Perches
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller
2011-07-01rtnl: provide link dump consistency infoThomas Graf
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller