aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-05-05net: __alloc_skb() speedupEric Dumazet
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet
2010-05-02net: fix softnet_statChangli Gao
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko
2010-04-24rps: optimize rps_get_cpu()Changli Gao
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans
2010-04-22rtnetlink: potential ERR_PTR dereferenceDan Carpenter
2010-04-22net: Orphan and de-dst skbs earlier in xmit path.David S. Miller
2010-04-22rps: immediate send IPI in process_backlog()Eric Dumazet
2010-04-21net: Introduce skb_orphan_try()Eric Dumazet
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko
2010-04-20rps: consistent rxhashEric Dumazet
2010-04-20rps: cleanupsEric Dumazet
2010-04-19rps: static functionsEric Dumazet
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet
2010-04-18net: remove time limit in process_backlog()Eric Dumazet
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-15net: dev_pick_tx() fixEric Dumazet
2010-04-15net: netif_rx() must disable preemptionEric Dumazet
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy
2010-04-13dst: don't inline dst_ifdownstephen hemminger
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-04-13net: Dont use netdev_warn()Eric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-07net: fix ethtool coding style errors and warningschavey
2010-04-07net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller