summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings
2011-09-28net: rps: fix the support for PPPOEChangli Gao
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng
2011-09-16net: Handle different key sizes between address families in flow cachedpward
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
2011-09-15net: Make flow cache namespace-awaredpward
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2011-08-24rps: support IPIP encapsulationEric Dumazet
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-18net: rps: support PPPOE session messagesChangli Gao
2011-08-18net: rps: support 802.1QChangli Gao
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-08-12neigh: reduce arp latencyEric Dumazet
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko
2011-08-11scm: Capture the full credentials of the scm senderTim Chen
2011-08-09net: fix potential neighbour race in dst_ifdown()Eric Dumazet
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
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