aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/tx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Remove ancient support for nesting of TX stopBen Hutchings2010-12-101-92/+19
* sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings2010-12-061-0/+12
* sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings2010-12-061-3/+2
* sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson2010-12-031-2/+6
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-101-25/+31
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-11/+11
* sfc: Implement message level controlBen Hutchings2010-06-241-17/+24
* sfc: Create multiple TX queuesBen Hutchings2010-04-281-24/+37
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton2009-12-231-2/+2
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-291-13/+39
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-291-6/+6
* sfc: Combine high-level header filesBen Hutchings2009-11-241-1/+0
* sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-241-21/+5
* sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings2009-11-241-3/+3
* sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-241-14/+23
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-26/+20
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-10/+8
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-7/+0
* sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings2009-03-211-0/+8
* sfc: Don't wake TX queues while they're being flushedBen Hutchings2009-03-041-1/+1
* sfc: Reject packets from the kernel TX queue during a loopback self-testBen Hutchings2009-03-041-0/+3
* sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings2008-09-241-1/+1
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-2/+2
* sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings2008-09-031-6/+19
* sfc: Removed forced inlining of long functionsBen Hutchings2008-09-031-24/+23
* sfc: Cleaned up struct tso_state fieldsBen Hutchings2008-09-031-86/+75
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-16/+16
* sfc: Reduce the size of struct efx_tx_bufferBen Hutchings2008-09-031-9/+11
* sfc: Use pci_map_single() to map the skb header when doing TSOBen Hutchings2008-09-031-69/+83
* sfc: Don't leak PCI DMA maps in the TSO code when the queue fills upBen Hutchings2008-09-031-0/+5
* sfc: Use separate hardware TX queues to select checksum generationBen Hutchings2008-09-031-11/+12
* sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings2008-09-031-1/+1
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-3/+4
* sfc: Replaced various macros with inline functionsBen Hutchings2008-05-221-1/+1
* sfc: Added and removed braces to comply with kernel styleBen Hutchings2008-05-221-3/+6
* [netdrvr] sfc: Add TSO supportBen Hutchings2008-05-131-0/+664
* New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-291-0/+452