aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings1-6/+3
2011-09-28net: rps: fix the support for PPPOEChangli Gao1-1/+11
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-4/+6
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller6-25/+57
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko3-31/+17
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin2-5/+25
2011-09-15net: Make flow cache namespace-awaredpward1-1/+4
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet1-1/+3
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet1-2/+6
2011-08-24net: convert core to skb paged frag APIsIan Campbell7-36/+36
2011-08-24rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-18net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-18net: rps: support 802.1QChangli Gao1-0/+8
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko2-6/+4
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-11scm: Capture the full credentials of the scm senderTim Chen1-1/+1
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