aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+5
2010-05-06rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-5/+21
2010-05-05net: __alloc_skb() speedupEric Dumazet1-16/+5
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-05-02net: fix softnet_statChangli Gao1-14/+12
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-1/+1
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet2-22/+38
2010-04-28net: speedup udp receive pathEric Dumazet1-3/+7
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko1-46/+45
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-1/+4
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller2-8/+8
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-7/+7
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-24rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-0/+7
2010-04-22rtnetlink: potential ERR_PTR dereferenceDan Carpenter1-2/+3
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-21net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+2
2010-04-20net: sk_sleep() helperEric Dumazet3-19/+19
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-19rps: static functionsEric Dumazet1-2/+2
2010-04-19rps: 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-16rfs: Receive Flow SteeringTom Herbert3-23/+250
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-5/+10
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-0/+1
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy1-0/+18
2010-04-13dst: don't inline dst_ifdownstephen hemminger1-2/+2
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-0/+49
2010-04-13net: sk_dst_cache RCUificationEric Dumazet2-5/+5
2010-04-13net: Dont use netdev_warn()Eric Dumazet1-6/+6
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller16-2/+14
2010-04-07net: fix ethtool coding style errors and warningschavey1-67/+74
2010-04-07net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1