aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-20ethtool: Add RX pkt classification interfaceSantwona Behera1-10/+48
2009-02-18net: Optimize skb_tx_hash() by eliminating a comparisonKrishna Kumar1-6/+8
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-02-15net: pass new SIOCSHWTSTAMP through to device driversPatrick Ohly1-0/+2
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-12/+69
2009-02-15net: infrastructure for hardware time stampingPatrick Ohly2-2/+71
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne1-0/+2
2009-02-12net: Fix page seeking for skb_splice_bits().Jarek Poplawski1-1/+6
2009-02-10net: Move skbuff symbol exports after each symbol's definition.David S. Miller1-43/+36
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu1-21/+2
2009-02-08gro: Remember number of held packets instead of counting every timeHerbert Xu1-5/+7
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-8/+10
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller1-2/+2
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo1-6/+8
2009-02-05gro: Fix frag_list merging on imprecisely split packetsHerbert Xu2-1/+13
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu1-4/+4
2009-02-04net: Partially allow skb destructors to be used on receive pathHerbert Xu1-0/+2
2009-02-01gro: Fix handling of imprecisely split packetsHerbert Xu1-6/+10
2009-02-01net: Optimize memory usage when splicing from sockets.Jarek Poplawski1-11/+36
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+8
2009-01-29gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu1-1/+9
2009-01-29gro: Do not merge paged packets into frag_listHerbert Xu1-3/+5
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu2-19/+74
2009-01-29gro: Move common completion code into helpersHerbert Xu1-24/+52
2009-01-29net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-01-29net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-01-27net: Get rid of by-hand TX queue hashing.David S. Miller1-59/+14
2009-01-27net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller1-0/+7
2009-01-27net: Allow RX queue selection to seed TX queue hashing.David S. Miller1-0/+8
2009-01-20gro: Fix merging of paged packetsHerbert Xu1-4/+5
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu1-0/+1
2009-01-20NET: net_namespace, fix lock imbalanceJiri Slaby1-1/+1
2009-01-19net: Fix data corruption when splicing from sockets.Jarek Poplawski1-32/+29
2009-01-19net: Add debug info to track down GSO checksum bugHerbert Xu1-1/+13
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt1-0/+39
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu2-6/+6
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu1-0/+3
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams1-3/+10
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-145/+4
2009-01-06gro: Add internal interfaces for VLANHerbert Xu1-23/+59
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-96/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-2/+1
2009-01-06net_dma: convert to dma_find_channelDan Williams1-40/+0
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-8/+1
2009-01-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller1-6/+1
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau1-1/+6
2009-01-04gro: Add page frag supportHerbert Xu2-6/+99
2009-01-04gro: Use gso_size to store MSSHerbert Xu2-0/+3
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2