aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* ethtool: Add RX pkt classification interfaceSantwona Behera2009-02-20
* net: Optimize skb_tx_hash() by eliminating a comparisonKrishna Kumar2009-02-18
* net: pass new SIOCSHWTSTAMP through to device driversPatrick Ohly2009-02-16
* net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly2009-02-16
* net: infrastructure for hardware time stampingPatrick Ohly2009-02-16
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-15
|\
| * net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne2009-02-12
* | net: Fix page seeking for skb_splice_bits().Jarek Poplawski2009-02-12
* | net: Move skbuff symbol exports after each symbol's definition.David S. Miller2009-02-10
* | gro: Optimise Ethernet header comparisonHerbert Xu2009-02-08
* | gro: Remember number of held packets instead of counting every timeHerbert Xu2009-02-08
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-07
|\|
| * net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller2009-02-07
| * neigh: some entries can be skipped during dumpingGautam Kachroo2009-02-06
* | gro: Fix frag_list merging on imprecisely split packetsHerbert Xu2009-02-06
* | net: Reexport sock_alloc_send_pskbHerbert Xu2009-02-04
* | net: Partially allow skb destructors to be used on receive pathHerbert Xu2009-02-04
* | gro: Fix handling of imprecisely split packetsHerbert Xu2009-02-01
* | net: Optimize memory usage when splicing from sockets.Jarek Poplawski2009-02-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\|
| * net: Fix OOPS in skb_seq_read().Shyam Iyer2009-01-29
| * net: Fix frag_list handling in skb_seq_readHerbert Xu2009-01-29
* | gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu2009-01-29
* | gro: Do not merge paged packets into frag_listHerbert Xu2009-01-29
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-29
* | gro: Move common completion code into helpersHerbert Xu2009-01-29
* | net: Get rid of by-hand TX queue hashing.David S. Miller2009-01-27
* | net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller2009-01-27
* | net: Allow RX queue selection to seed TX queue hashing.David S. Miller2009-01-27
|/
* gro: Fix merging of paged packetsHerbert Xu2009-01-20
* gro: Fix error handling on extremely short fragsHerbert Xu2009-01-20
* NET: net_namespace, fix lock imbalanceJiri Slaby2009-01-20
* net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-01-19
* net: Add debug info to track down GSO checksum bugHerbert Xu2009-01-19
* net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt2009-01-15
* gro: Fix page ref count for skbs freed normallyHerbert Xu2009-01-14
* gro: Check for GSO packets and packets with frag_listHerbert Xu2009-01-14
* net_dma: acquire/release dma channels on ifup/ifdownDan Williams2009-01-11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-09
|\
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-06
| * dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-06
| * net_dma: convert to dma_find_channelDan Williams2009-01-06
| * dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-06
* | gro: Add internal interfaces for VLANHerbert Xu2009-01-06
* | Revert "net: Fix for initial link state in 2.6.28"David S. Miller2009-01-05
* | net: Fix for initial link state in 2.6.28Michael Marineau2009-01-04
* | gro: Add page frag supportHerbert Xu2009-01-04
* | gro: Use gso_size to store MSSHerbert Xu2009-01-04
|/
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-30
* netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman2008-12-29