aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-5/+7
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsGravatar Neil Horman 1-3/+5
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25net: Convert struct net_device uc_promisc to boolGravatar Joe Perches 1-2/+2
2011-07-22net: allow netif_carrier to be called safely from IRQGravatar stephen hemminger 1-1/+1
2011-07-21ethtool: Allow zero-length register dumps againGravatar Ben Hutchings 1-2/+2
2011-07-21skbuff: fix error handling in pskb_copy()Gravatar Dan Carpenter 1-1/+2
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 2-8/+9
2011-07-17neigh: Pass neighbour entry to output ops.Gravatar David S. Miller 1-11/+14
2011-07-16neigh: Kill ndisc_ops->queue_xmitGravatar David S. Miller 1-2/+2
2011-07-16neigh: Kill hh_cache->hh_outputGravatar David S. Miller 1-23/+2
2011-07-16neigh: Kill neigh_ops->hh_outputGravatar David S. Miller 1-2/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.Gravatar David S. Miller 1-9/+0
2011-07-14net: remove /sys/class/net/*/featuresGravatar Michał Mirosław 1-2/+0
2011-07-14net: unexport netdev_fix_features()Gravatar Michał Mirosław 1-2/+1
2011-07-14net: cleanup vlan_features setting in register_netdevGravatar Michał Mirosław 1-5/+2
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 2-66/+22
2011-07-13net: Kill support for multiple hh_cache entries per neighbourGravatar David S. Miller 1-19/+18
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-1/+1
2011-07-11ipv4: Use universal hash for ARP.Gravatar David S. Miller 1-0/+1
2011-07-11neigh: Store hash shift instead of mask.Gravatar David S. Miller 1-24/+23
2011-07-09skbuff: clear tx zero-copy flagGravatar Shirley Ma 1-0/+3
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-3/+3
2011-07-07skbuff: skb supports zero-copy buffersGravatar Shirley Ma 1-1/+79
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+4
2011-07-05net: Add GSO to vlan_features initializationGravatar Shan Wei 1-4/+5
2011-07-05NFC: add NFC socket familyGravatar Aloisio Almeida Jr 1-3/+3
2011-07-03netpoll: Remove wrapper function netpoll_pollGravatar Joe Perches 1-7/+2
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devGravatar Joe Perches 1-4/+2
2011-07-01ipv6: Don't put artificial limit on routing table size.Gravatar David S. Miller 1-2/+4
2011-07-01rtnl: provide link dump consistency infoGravatar Thomas Graf 3-0/+15
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-1/+1
2011-06-21core: add tracepoints for queueing skb to rcvbufGravatar Satoru Moriya 2-0/+6
2011-06-21udp: add tracepoints for queueing skb to rcvbufGravatar Satoru Moriya 1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 4-37/+44
2011-06-20net: export the receive time stamping hook for non-NAPI driversGravatar Richard Cochran 1-0/+1
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-16/+19
2011-06-13net: export time stamp utility function for Ethernet MAC driversGravatar Richard Cochran 1-0/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itGravatar Al Viro 2-16/+19
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Gravatar Dan Carpenter 1-1/+2
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkGravatar Jiri Pirko 1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 3-19/+58
2011-06-09netpoll: prevent netpoll setup on slave devicesGravatar WANG Cong 1-0/+6
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEGravatar Alexander Duyck 2-313/+1
2011-06-07net: cpu offline cause napi stallGravatar Heiko Carstens 1-0/+5
2011-06-06net: Rework netdev_drivername() to avoid warning.Gravatar David S. Miller 1-11/+5
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorGravatar Al Viro 1-9/+7
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-2/+5
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicGravatar Koki Sanagi 1-2/+5
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 4-1/+27