summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller
2011-07-17neigh: Kill hh_cache->hh_outputDavid S. Miller
2011-07-17neigh: Kill neigh_ops->hh_outputDavid S. Miller
2011-07-17neigh: 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-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-06net: Add GSO to vlan_features initializationShan Wei
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr
2011-07-04netpoll: Remove wrapper function netpoll_pollJoe Perches
2011-07-04netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller
2011-07-01rtnl: provide link dump consistency infoThomas Graf
2011-06-22ip: 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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-20net: export the receive time stamping hook for non-NAPI driversRichard Cochran
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-13net: export time stamp utility function for Ethernet MAC driversRichard Cochran
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-06-12netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck
2011-06-07net: cpu offline cause napi stallHeiko Carstens
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller
2011-05-26net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman
2011-05-24net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell