aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet1-3/+1
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap1-1/+1
2010-11-18net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+8
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf1-4/+5
2010-11-10net: avoid limits overflowEric Dumazet1-7/+7
2010-11-10filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2010-11-09net/dst: dst_dev_event() called after other notifiersEric Dumazet1-0/+1
2010-11-08pktgen: correct uninitialized queue_mapJunchang Wang1-2/+2
2010-11-07NET: pktgen - fix compile warningDmitry Torokhov1-1/+1
2010-11-01net: check queue_index from sock is valid for deviceTom Herbert1-1/+1
2010-10-28pktgen: Limit how much data we copy onto the stack.Nelson Elhage1-3/+4
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-11/+9
2010-10-27fib_rules: __rcu annotates ctargetEric Dumazet1-5/+6
2010-10-27net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings1-3/+3
2010-10-27net: Fix some corner cases in dev_can_checksum()Ben Hutchings1-10/+6
2010-10-26fib: fix fib_nl_newrule()Eric Dumazet1-5/+5
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet2-3/+3
2010-10-25net_ns: add __rcu annotationsEric Dumazet1-1/+3
2010-10-25rps: add __rcu annotationsEric Dumazet3-14/+21
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet1-1/+1
2010-10-25net: Increase xmit RECURSION_LIMIT to 10.David S. Miller1-1/+1
2010-10-24pktgen: clean up handling of local/transient counter varsPaul Gortmaker1-15/+15
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