summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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: static functionsEric Dumazet1-2/+2
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 Herbert3-23/+250
2010-04-15net: netif_rx() must disable preemptionEric Dumazet1-10/+15
2010-04-14net: fib_rules: decouple address families from real address familiesPatrick McHardy1-5/+10
2010-04-14net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-0/+1
2010-04-14net: 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-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller16-2/+14
2010-04-08net: fix ethtool coding style errors and warningschavey1-67/+74
2010-04-08net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs1-31/+69
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs1-60/+68
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
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 Pirko4-396/+291
2010-04-04net: move address list functions to a separate fileJiri Pirko3-428/+483
2010-04-03net: illegal_highdma() fixEric Dumazet1-1/+3
2010-04-02net: change illegal_highdma to use dma_maskFUJITA Tomonori1-6/+14
2010-04-02flow: structurize flow cacheTimo Teräs1-104/+119
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-03-31fix net/core/dst.c coding style error and warningslaurent chavey1-21/+20
2010-03-31netdev: ethtool RXHASH flagstephen hemminger1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo16-2/+14
2010-03-29rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell1-3/+4
2010-03-29net: __netif_receive_skb should be staticEric Dumazet1-1/+1
2010-03-28net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt1-0/+1
2010-03-28net: fix unaligned access in IFLA_STATS64Jan Engelhardt1-31/+31
2010-03-25rps: add CONFIG_RPSEric Dumazet1-10/+19
2010-03-24net: Fix locking in flush_backlogTom Herbert1-4/+8
2010-03-23netpoll: warn when there are spaces in parametersAmerigo Wang1-2/+5
2010-03-23rps: Fix build with CONFIG_SYSFS enabledTom Herbert1-0/+4
2010-03-22pktgen node allocationRobert Olsson1-5/+53
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-22net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy1-0/+1
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