Eric W. Biederman
|
ce16c5337a
netns: Remove net_alive
|
16 years ago |
Patrick Ohly
|
cd4d8fdad1
net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping
|
16 years ago |
Krishna Kumar
|
e88721f87d
net: Optimize skb_tx_hash() by eliminating a comparison
|
16 years ago |
Patrick Ohly
|
d24fff22d8
net: pass new SIOCSHWTSTAMP through to device drivers
|
16 years ago |
Patrick Ohly
|
ac45f602ee
net: infrastructure for hardware time stamping
|
16 years ago |
Herbert Xu
|
aa4b9f533e
gro: Optimise Ethernet header comparison
|
16 years ago |
Herbert Xu
|
4ae5544f9a
gro: Remember number of held packets instead of counting every time
|
16 years ago |
David S. Miller
|
409f0a9014
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 years ago |
David S. Miller
|
b4bd07c20b
net_dma: call dmaengine_get only if NET_DMA enabled
|
16 years ago |
Herbert Xu
|
56035022d8
gro: Fix frag_list merging on imprecisely split packets
|
16 years ago |
Herbert Xu
|
9a279bcbe3
net: Partially allow skb destructors to be used on receive path
|
16 years ago |
Herbert Xu
|
ad0f990444
gro: Fix handling of imprecisely split packets
|
16 years ago |
Herbert Xu
|
80595d59ba
gro: Open-code memcpy in napi_fraginfo_skb
|
16 years ago |
Herbert Xu
|
86911732d3
gro: Avoid copying headers of unmerged packets
|
16 years ago |
Herbert Xu
|
5d0d9be8ef
gro: Move common completion code into helpers
|
16 years ago |
David S. Miller
|
7019298a2a
net: Get rid of by-hand TX queue hashing.
|
16 years ago |
David S. Miller
|
f7105d6394
net: If SKB has attached socket, use socket's hash for TX queue selection.
|
16 years ago |
David S. Miller
|
d5a9e24afb
net: Allow RX queue selection to seed TX queue hashing.
|
16 years ago |
Herbert Xu
|
9a8e47ffd9
gro: Fix error handling on extremely short frags
|
16 years ago |
Herbert Xu
|
67fd1a731f
net: Add debug info to track down GSO checksum bug
|
16 years ago |
Benjamin Herrenschmidt
|
937f1ba56b
net: Add init_dummy_netdev() and fix EMAC driver using it
|
16 years ago |
Herbert Xu
|
f557206800
gro: Fix page ref count for skbs freed normally
|
16 years ago |
Herbert Xu
|
f17f5c91ae
gro: Check for GSO packets and packets with frag_list
|
16 years ago |
Dan Williams
|
649274d993
net_dma: acquire/release dma channels on ifup/ifdown
|
16 years ago |
Linus Torvalds
|
d9e8a3a5b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
|
16 years ago |
Herbert Xu
|
96e93eab20
gro: Add internal interfaces for VLAN
|
16 years ago |
Dan Williams
|
aa1e6f1a38
dmaengine: kill struct dma_client and supporting infrastructure
|
16 years ago |
Dan Williams
|
209b84a88f
dmaengine: replace dma_async_client_register with dmaengine_get
|
16 years ago |
Dan Williams
|
f67b459992
net_dma: convert to dma_find_channel
|
16 years ago |
Dan Williams
|
2ba05622b8
dmaengine: provide a common 'issue_pending_all' implementation
|
16 years ago |