summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2010-10-28pktgen: Limit how much data we copy onto the stack.Nelson Elhage-3/+4
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller-11/+9
2010-10-27fib_rules: __rcu annotates ctargetEric Dumazet-5/+6
2010-10-27net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings-3/+3
2010-10-27net: Fix some corner cases in dev_can_checksum()Ben Hutchings-10/+6
2010-10-26fib: fix fib_nl_newrule()Eric Dumazet-5/+5
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet-3/+3
2010-10-25net_ns: add __rcu annotationsEric Dumazet-1/+3
2010-10-25rps: add __rcu annotationsEric Dumazet-14/+21
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet-1/+1
2010-10-25net: Increase xmit RECURSION_LIMIT to 10.David S. Miller-1/+1
2010-10-24pktgen: clean up handling of local/transient counter varsPaul Gortmaker-15/+15
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-632/+928
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+11
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-10-21napi: unexport napi_reuse_skbstephen hemminger-2/+1
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Tejun Heo-2/+1
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear-1/+1
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger-8/+0
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross-1/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross-32/+15
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross-3/+33
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet-1/+28
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert-53/+53
2010-10-20net: cleanups in RX queue allocationTom Herbert-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert-0/+6
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman-8/+1
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman-1/+8
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman-3/+3
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet-1/+0
2010-10-16net: allocate skbs on local nodeEric Dumazet-12/+1
2010-10-12net: percpu net_device refcountEric Dumazet-7/+33
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet-3/+3
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet-17/+30
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+3
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook-3/+3
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet-40/+63
2010-10-08net: Fix rxq ref countingTom Herbert-1/+2
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook-1/+1
2010-10-08net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings-2/+2
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar-6/+7
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney-1/+4
2010-10-06net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend-2/+0
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet-52/+85
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet-1/+2
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet-82/+137
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet-22/+17
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet-8/+11
2010-10-05fib: fib_rules_cleanup can be staticstephen hemminger-2/+1