aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+7
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-3/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches1-2/+2
2011-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter1-1/+2
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-8/+9
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-11/+14
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-2/+2
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-23/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-2/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller1-9/+0
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław1-2/+0
2011-07-14net: unexport netdev_fix_features()Michał Mirosław1-2/+1
2011-07-14net: cleanup vlan_features setting in register_netdevMichał Mirosław1-5/+2
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller2-66/+22
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller1-19/+18
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-1/+1
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-0/+1
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-24/+23
2011-07-09skbuff: clear tx zero-copy flagShirley Ma1-0/+3
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+3
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma1-1/+79
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2011-07-05net: Add GSO to vlan_features initializationShan Wei1-4/+5
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr1-3/+3
2011-07-03netpoll: Remove wrapper function netpoll_pollJoe Perches1-7/+2
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches1-4/+2
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-2/+4
2011-07-01rtnl: provide link dump consistency infoThomas Graf3-0/+15
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya2-0/+6
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-37/+44
2011-06-20net: export the receive time stamping hook for non-NAPI driversRichard Cochran1-0/+1
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-16/+19
2011-06-13net: export time stamp utility function for Ethernet MAC driversRichard Cochran1-0/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro2-16/+19
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter1-1/+2
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-19/+58
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong1-0/+6
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2-313/+1
2011-06-07net: cpu offline cause napi stallHeiko Carstens1-0/+5
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-11/+5
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro1-9/+7
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-2/+5
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-1/+27