aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings1-0/+19
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings1-9/+0
2012-07-17sfc: Remove dead write to tso_state::packet_spaceBen Hutchings1-1/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings1-42/+41
2012-02-22sfc: Minor formatting cleanupBen Hutchings1-1/+1
2012-02-13sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings1-1/+1
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings1-3/+1
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-30sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet1-2/+2
2011-11-29sfc: Support for byte queue limitsTom Herbert1-6/+21
2011-10-19net: add skb frag size accessorsEric Dumazet1-4/+4
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-3/+3
2011-09-22sfc: convert to SKB paged frag API.Ian Campbell1-9/+4
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+1212