summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet
2010-11-29xps: add __rcu annotationsEric Dumazet
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet
2010-11-29xps: Add CONFIG_XPSTom Herbert
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet
2010-11-28rtnl: make link af-specific updates atomicThomas Graf
2010-11-24xps: Transmit Packet SteeringTom Herbert
2010-11-24xps: Improvements in TX queue selectionTom Herbert
2010-11-24scm: lower SCM_MAX_FDEric Dumazet
2010-11-21pktgen: allow faster module unloadEric Dumazet
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric 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-16net: 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-11-01tree-wide: fix comment/printk typosUwe Kleine-König
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