summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman1-23/+5
2010-05-18net: add a noref bit on skb dstEric Dumazet1-0/+3
2010-05-18rps: avoid one atomic in enqueue_to_backlogEric Dumazet1-2/+4
2010-05-16net: Consistent skb timestampingEric Dumazet1-19/+31
2010-05-16net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-3/+7
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+5
2010-05-07rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5
2010-05-03net: fix softnet_statChangli Gao1-14/+12
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-25rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-22net: Orphan and de-dst skbs earlier in xmit path.David S. Miller1-7/+8
2010-04-22rps: immediate send IPI in process_backlog()Eric Dumazet1-34/+42
2010-04-22net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+6
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko1-0/+1
2010-04-20rps: consistent rxhashEric Dumazet1-7/+18
2010-04-20rps: cleanupsEric Dumazet1-69/+80
2010-04-20rps: shortcut net_rps_action()Eric Dumazet1-47/+32
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet1-14/+13
2010-04-18net: remove time limit in process_backlog()Eric Dumazet1-3/+2
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet1-1/+1
2010-04-17rfs: Receive Flow SteeringTom Herbert1-20/+91
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-0/+49
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-1/+1
2010-04-13net: Dont use netdev_warn()Eric Dumazet1-6/+6
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-06net: Add a missing local_irq_enable()Eric Dumazet1-0/+1
2010-04-06rps: fixed missed rps_unlockTom Herbert1-1/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-140/+5
2010-04-04net: move address list functions to a separate fileJiri Pirko1-427/+3
2010-04-03net: illegal_highdma() fixEric Dumazet1-1/+3
2010-04-02net: change illegal_highdma to use dma_maskFUJITA Tomonori1-6/+14
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-29net: __netif_receive_skb should be staticEric Dumazet1-1/+1
2010-03-25rps: add CONFIG_RPSEric Dumazet1-10/+19
2010-03-24net: Fix locking in flush_backlogTom Herbert1-4/+8
2010-03-22net: dev_getfirstbyhwtype() optimizationEric Dumazet1-7/+10
2010-03-22net: speedup netdev_set_master()Eric Dumazet1-4/+3
2010-03-22bonding: flush unicast and multicast lists when changing typeJiri Pirko1-2/+4
2010-03-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+5
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet1-3/+5
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko1-2/+2
2010-03-19rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert1-0/+24
2010-03-17rps: Receive Packet SteeringTom Herbert1-56/+279