summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-091-1/+2
* sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-221-4/+0Star
* sfc: add support for skb->xmit_moreEdward Cree2014-10-181-24/+19Star
* sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-09-101-1/+1
* sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings2014-07-301-17/+7Star
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-181-0/+4
* sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-121-5/+17
* sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings2014-02-121-2/+2
* sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings2014-02-121-13/+4Star
* drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker2014-02-071-0/+2
* sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2013-10-311-2/+5
* sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-201-0/+151
* sfc: Introduce inline functions to simplify TX insertionBen Hutchings2013-09-201-20/+33
* sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings2013-09-201-0/+10
* sfc: Implement firmware-assisted TSO for EF10Ben Hutchings2013-09-201-52/+121
* sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings2013-09-201-31/+31
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings2013-08-291-1/+3
* sfc: Add TX merged completion counterBen Hutchings2013-08-271-0/+3
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-17/+4Star
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-1/+2
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+6
* sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings2012-08-241-16/+12Star
* sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings2012-08-241-9/+11
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-241-210/+105Star
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-241-115/+97Star
* sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-241-42/+36Star
* 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/+0Star
* sfc: Remove dead write to tso_state::packet_spaceBen Hutchings2012-07-171-1/+0Star
* sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-171-42/+41Star
* sfc: Minor formatting cleanupBen Hutchings2012-02-221-1/+1
* sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings2012-02-141-1/+1
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-271-3/+1Star
* 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/+4Star
* sfc: Move the Solarflare driversJeff Kirsher2011-08-111-0/+1212