aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds18-632/+928
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-0/+11
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-10-21napi: unexport napi_reuse_skbstephen hemminger1-2/+1
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear1-1/+1
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger1-8/+0
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross1-1/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-32/+15
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+33
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet1-1/+28
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-53/+53
2010-10-20net: cleanups in RX queue allocationTom Herbert1-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert1-0/+6
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman1-8/+1
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman1-1/+8
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman1-3/+3
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet1-1/+0
2010-10-16net: allocate skbs on local nodeEric Dumazet1-12/+1
2010-10-12net: percpu net_device refcountEric Dumazet1-7/+33
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-3/+3
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-17/+30
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet2-40/+63
2010-10-08net: Fix rxq ref countingTom Herbert2-1/+2
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2010-10-08net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings1-2/+2
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2-6/+7
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney1-1/+4
2010-10-06net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend1-2/+0
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet1-52/+85
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet1-1/+2
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-82/+137
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet1-22/+17
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-8/+11
2010-10-05fib: fib_rules_cleanup can be staticstephen hemminger1-2/+1
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-8/+26
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+7
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet1-1/+3
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-4/+4
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert1-1/+2
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings3-18/+63
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-27fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-2/+3
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+5