summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings2011-10-031-6/+3Star
* net: rps: fix the support for PPPOEChangli Gao2011-09-281-1/+11
* af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet2011-09-281-4/+6
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-226-25/+57
|\
| * fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-09-211-2/+2
| * net: Handle different key sizes between address families in flow cachedpward2011-09-161-14/+17
| * net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-152-5/+25
| * net: Make flow cache namespace-awaredpward2011-09-151-1/+4
| * netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet2011-08-261-1/+3
| * arp: fix rcu lockdep splat in arp_process()Eric Dumazet2011-08-251-2/+6
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-153-31/+17Star
* | net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet2011-09-151-2/+7
* | net: convert core to skb paged frag APIsIan Campbell2011-08-257-36/+36
* | rps: support IPIP encapsulationEric Dumazet2011-08-251-0/+2
* | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-221-4/+3Star
* | net: Preserve ooo_okay when copying skb headerChangli Gao2011-08-201-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-1/+1
|\|
| * scm: Capture the full credentials of the scm senderTim Chen2011-08-111-1/+1
* | net: rps: support PPPOE session messagesChangli Gao2011-08-191-0/+8
* | net: rps: support 802.1QChangli Gao2011-08-191-0/+8
* | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-182-6/+4Star
* | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-6/+6
* | rps: Inspect GRE encapsulated packets to get flow hashTom Herbert2011-08-181-0/+22
* | rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert2011-08-181-0/+7
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-182-4/+7
* | rps: Some minor cleanup in get_rps_cpusTom Herbert2011-08-181-5/+7
* | net: cleanup some rcu_dereference_rawEric Dumazet2011-08-123-8/+8
* | neigh: reduce arp latencyEric Dumazet2011-08-121-14/+26
* | rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko2011-08-111-1/+0Star
* | net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-101-5/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-083-3/+200
|\|
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-072-1/+185
| * net: add kerneldoc to skb_copy_bits()Eric Dumazet2011-08-021-2/+15
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-026-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-282-5/+7
|\
| * net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-281-3/+5
| * net: Convert struct net_device uc_promisc to boolJoe Perches2011-07-261-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
|/
* net: allow netif_carrier to be called safely from IRQstephen hemminger2011-07-231-1/+1
* ethtool: Allow zero-length register dumps againBen Hutchings2011-07-221-2/+2
* skbuff: fix error handling in pskb_copy()Dan Carpenter2011-07-211-1/+2
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-182-8/+9
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-181-11/+14
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-171-2/+2
* neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-171-23/+2Star
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-171-2/+2
* neigh: Simply destroy handling wrt. hh_cache.David S. Miller2011-07-171-9/+0Star
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-141-2/+0Star
* net: unexport netdev_fix_features()Michał Mirosław2011-07-141-2/+1Star
* net: cleanup vlan_features setting in register_netdevMichał Mirosław2011-07-141-5/+2Star