summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet
2010-12-10ethtool: Report link-down while interface is downBen Hutchings
2010-12-10pktgen: adding prefetchw() callJunchang Wang
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet
2010-12-09net: optimize INET input path furtherEric Dumazet
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet
2010-12-08filter: constify sk_run_filter()Eric Dumazet
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet
2010-12-08net: init ingress queueChangli Gao
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz
2010-12-06filter: add a security check at install timeEric Dumazet
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-28xps: Add CONFIG_XPSTom Herbert
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet
2010-11-27rtnl: 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-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