aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
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-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-09rtnetlink: 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