aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet1-3/+3
2010-12-09net: optimize INET input path furtherEric Dumazet1-5/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-16/+7
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08filter: constify sk_run_filter()Eric Dumazet2-4/+5
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-10/+7
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač1-3/+3
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-12-06filter: add a security check at install timeEric Dumazet1-9/+63
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-0/+6
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-3/+8
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extra size or is sharedChangli Gao1-11/+23
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller1-0/+1
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet2-3/+14
2010-11-29xps: add __rcu annotationsEric Dumazet1-9/+15
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet1-2/+3
2010-11-28xps: Add CONFIG_XPSTom Herbert3-19/+40
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2-3/+2
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-5/+24
2010-11-24xps: Transmit Packet SteeringTom Herbert3-8/+417
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-7/+11
2010-11-24scm: lower SCM_MAX_FDEric Dumazet1-4/+6
2010-11-21pktgen: allow faster module unloadEric Dumazet1-5/+12
2010-11-21net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet1-3/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-19filter: use reciprocal divideEric Dumazet1-1/+3
2010-11-19filter: cleanup codes[] initEric Dumazet1-48/+47
2010-11-19filter: optimize sk_run_filterEric Dumazet2-46/+49
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap1-1/+1
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao1-0/+48
2010-11-18filter: Optimize instruction revalidation code.Tetsuo Handa1-159/+72
2010-11-18net: add priority field to pktgenJohn Fastabend1-0/+20
2010-11-18net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+8
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+7
2010-11-17rtnetlink: Link address family APIThomas Graf1-2/+145
2010-11-15net: Export netif_get_vlan_features().David S. Miller1-0/+1
2010-11-15net: Simplify RX queue allocationTom Herbert2-14/+12
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert1-4/+3
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross1-0/+16
2010-11-15offloading: Support multiple vlan tags in GSO.Jesse Gross1-5/+7
2010-11-15offloading: Make scatter/gather more tolerant of vlans.Jesse Gross1-7/+12
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-40/+48
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-09net/core/dev.c: Update WARN usesJoe Perches1-2/+1