summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-19net: allow vlan traffic to be received under bondJohn Fastabend
2011-10-17net/flow: Fix potential memory leakhuajun li
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose
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-25arp: fix rcu lockdep splat in arp_process()Eric Dumazet
2011-08-25net: 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-19net: rps: support PPPOE session messagesChangli Gao
2011-08-19net: rps: support 802.1QChangli Gao
2011-08-18net: remove ndo_set_multicast_list callbackJiri Pirko
2011-08-18net: introduce IFF_UNICAST_FLT private flagJiri Pirko
2011-08-18rps: Inspect GRE encapsulated packets to get flow hashTom Herbert
2011-08-18rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert
2011-08-18rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-18rps: 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-10net: fix potential neighbour race in dst_ifdown()Eric Dumazet
2011-08-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-07net: 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-02net: 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-28net: 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-23net: 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-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller