index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: fix build warning in ethernet/sfc/tx.c
Paul Gortmaker
2014-02-06
1
-0
/
+2
*
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
2013-10-31
1
-2
/
+5
*
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
2013-09-20
1
-0
/
+151
*
sfc: Introduce inline functions to simplify TX insertion
Ben Hutchings
2013-09-20
1
-20
/
+33
*
sfc: Allocate and link PIO buffers; map them with write-combining
Ben Hutchings
2013-09-20
1
-0
/
+10
*
sfc: Implement firmware-assisted TSO for EF10
Ben Hutchings
2013-09-20
1
-52
/
+121
*
sfc: Fold tso_get_head_fragment() into tso_start()
Ben Hutchings
2013-09-20
1
-31
/
+31
*
sfc: Update copyright banners
Ben Hutchings
2013-08-29
1
-2
/
+2
*
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
2013-08-29
1
-1
/
+3
*
sfc: Add TX merged completion counter
Ben Hutchings
2013-08-27
1
-0
/
+3
*
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
2013-08-21
1
-17
/
+4
*
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
2013-08-21
1
-1
/
+2
*
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
2012-09-19
1
-0
/
+6
*
sfc: Stash header offsets for TSO in struct tso_state
Ben Hutchings
2012-08-24
1
-16
/
+12
*
sfc: Replace tso_state::full_packet_space with ip_base_len
Ben Hutchings
2012-08-24
1
-9
/
+11
*
sfc: Simplify TSO header buffer allocation
Ben Hutchings
2012-08-24
1
-210
/
+105
*
sfc: Stop TX queues before they fill up
Ben Hutchings
2012-08-24
1
-115
/
+97
*
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
2012-08-24
1
-42
/
+36
*
sfc: Fix maximum number of TSO segments and minimum TX queue size
Ben Hutchings
2012-08-02
1
-0
/
+19
*
sfc: Stop changing header offsets on TX
Ben Hutchings
2012-07-17
1
-9
/
+0
*
sfc: Remove dead write to tso_state::packet_space
Ben Hutchings
2012-07-17
1
-1
/
+0
*
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
2012-07-17
1
-42
/
+41
*
sfc: Minor formatting cleanup
Ben Hutchings
2012-02-22
1
-1
/
+1
*
sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE
Ben Hutchings
2012-02-13
1
-1
/
+1
*
sfc: Remove remnants of on-load self-test
Ben Hutchings
2012-01-27
1
-3
/
+1
*
sfc: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-04
1
-1
/
+1
*
sfc: fix race in efx_enqueue_skb_tso()
Eric Dumazet
2011-11-30
1
-2
/
+2
*
sfc: Support for byte queue limits
Tom Herbert
2011-11-29
1
-6
/
+21
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-4
/
+4
*
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-10-06
1
-3
/
+3
*
sfc: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-9
/
+4
*
sfc: Move the Solarflare drivers
Jeff Kirsher
2011-08-11
1
-0
/
+1212