index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-01
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
1
-2
/
+5
2013-09-20
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
1
-0
/
+151
2013-09-20
sfc: Introduce inline functions to simplify TX insertion
Ben Hutchings
1
-20
/
+33
2013-09-20
sfc: Allocate and link PIO buffers; map them with write-combining
Ben Hutchings
1
-0
/
+10
2013-09-20
sfc: Implement firmware-assisted TSO for EF10
Ben Hutchings
1
-52
/
+121
2013-09-20
sfc: Fold tso_get_head_fragment() into tso_start()
Ben Hutchings
1
-31
/
+31
2013-08-30
sfc: Update copyright banners
Ben Hutchings
1
-2
/
+2
2013-08-29
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
1
-1
/
+3
2013-08-28
sfc: Add TX merged completion counter
Ben Hutchings
1
-0
/
+3
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
1
-17
/
+4
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
1
-1
/
+2
2012-09-19
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
1
-0
/
+6
2012-08-24
sfc: Stash header offsets for TSO in struct tso_state
Ben Hutchings
1
-16
/
+12
2012-08-24
sfc: Replace tso_state::full_packet_space with ip_base_len
Ben Hutchings
1
-9
/
+11
2012-08-24
sfc: Simplify TSO header buffer allocation
Ben Hutchings
1
-210
/
+105
2012-08-24
sfc: Stop TX queues before they fill up
Ben Hutchings
1
-115
/
+97
2012-08-24
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
1
-42
/
+36
2012-08-02
sfc: Fix maximum number of TSO segments and minimum TX queue size
Ben Hutchings
1
-0
/
+19
2012-07-17
sfc: Stop changing header offsets on TX
Ben Hutchings
1
-9
/
+0
2012-07-17
sfc: Remove dead write to tso_state::packet_space
Ben Hutchings
1
-1
/
+0
2012-07-17
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
1
-42
/
+41
2012-02-23
sfc: Minor formatting cleanup
Ben Hutchings
1
-1
/
+1
2012-02-14
sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE
Ben Hutchings
1
-1
/
+1
2012-01-27
sfc: Remove remnants of on-load self-test
Ben Hutchings
1
-3
/
+1
2011-12-04
sfc: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-1
/
+1
2011-12-01
sfc: fix race in efx_enqueue_skb_tso()
Eric Dumazet
1
-2
/
+2
2011-11-29
sfc: Support for byte queue limits
Tom Herbert
1
-6
/
+21
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-4
/
+4
2011-10-07
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
1
-3
/
+3
2011-09-23
sfc: convert to SKB paged frag API.
Ian Campbell
1
-9
/
+4
2011-08-11
sfc: Move the Solarflare drivers
Jeff Kirsher
1
-0
/
+1212