summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-08-021-0/+19
* sfc: Stop changing header offsets on TXBen Hutchings2012-07-171-9/+0
* sfc: Remove dead write to tso_state::packet_spaceBen Hutchings2012-07-171-1/+0
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-171-42/+41
* sfc: Minor formatting cleanupBen Hutchings2012-02-221-1/+1
* sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings2012-02-131-1/+1
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-271-3/+1
* sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-041-1/+1
* sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet2011-11-301-2/+2
* sfc: Support for byte queue limitsTom Herbert2011-11-291-6/+21
* net: add skb frag size accessorsEric Dumazet2011-10-191-4/+4
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-3/+3
* sfc: convert to SKB paged frag API.Ian Campbell2011-09-221-9/+4
* sfc: Move the Solarflare driversJeff Kirsher2011-08-111-0/+1212