aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-6/+6
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert1-0/+22
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert1-0/+7
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2-4/+7
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert1-5/+7
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet3-8/+8
2011-08-12neigh: reduce arp latencyEric Dumazet1-14/+26
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko1-1/+0
2011-08-09net: fix potential neighbour race in dst_ifdown()Eric Dumazet1-5/+10
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+200
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-1/+185
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger6-10/+10
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet1-2/+15
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