summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-11-21pktgen: allow faster module unloadEric Dumazet
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-19filter: use reciprocal divideEric Dumazet
2010-11-19filter: cleanup codes[] initEric Dumazet
2010-11-19filter: optimize sk_run_filterEric Dumazet
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao
2010-11-18filter: Optimize instruction revalidation code.Tetsuo Handa
2010-11-18net: add priority field to pktgenJohn Fastabend
2010-11-18net: zero kobject in rx_queue_releaseJohn Fastabend
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend
2010-11-17rtnetlink: Link address family APIThomas Graf
2010-11-15net: Export netif_get_vlan_features().David S. Miller
2010-11-15net: Simplify RX queue allocationTom Herbert
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross
2010-11-15offloading: Support multiple vlan tags in GSO.Jesse Gross
2010-11-15offloading: Make scatter/gather more tolerant of vlans.Jesse Gross
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf
2010-11-10net: avoid limits overflowEric Dumazet
2010-11-10filter: make sure filters dont read uninitialized memoryDavid S. Miller
2010-11-09net/dst: dst_dev_event() called after other notifiersEric Dumazet
2010-11-09net/core/dev.c: Update WARN usesJoe Perches
2010-11-08pktgen: correct uninitialized queue_mapJunchang Wang
2010-11-07NET: pktgen - fix compile warningDmitry Torokhov
2010-11-01net: check queue_index from sock is valid for deviceTom Herbert
2010-10-28pktgen: Limit how much data we copy onto the stack.Nelson Elhage
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2010-10-27fib_rules: __rcu annotates ctargetEric Dumazet
2010-10-27net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-10-27net: Fix some corner cases in dev_can_checksum()Ben Hutchings
2010-10-26fib: fix fib_nl_newrule()Eric Dumazet
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-10-25net_ns: add __rcu annotationsEric Dumazet
2010-10-25rps: add __rcu annotationsEric Dumazet
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet
2010-10-25net: Increase xmit RECURSION_LIMIT to 10.David S. Miller
2010-10-24pktgen: clean up handling of local/transient counter varsPaul Gortmaker
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-21napi: unexport napi_reuse_skbstephen hemminger
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Tejun Heo
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross