summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/tx.c
AgeCommit message (Expand)Author
2011-08-11sfc: Move the Solarflare driversJeff Kirsher
2011-05-16sfc: Use netif_device_{detach,attach}() around reset and self-testBen Hutchings
2011-04-12sfc: Stop the TX queues during loopback self-testsNeil Turton
2011-02-28sfc: Update copyright datesBen Hutchings
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings
2011-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings
2010-12-06sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-24sfc: Combine high-level header filesBen Hutchings
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings
2009-11-24sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-03-21sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings
2009-03-04sfc: Don't wake TX queues while they're being flushedBen Hutchings
2009-03-04sfc: Reject packets from the kernel TX queue during a loopback self-testBen Hutchings
2008-09-24sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings
2008-09-03sfc: Cleaned up struct tso_state fieldsBen Hutchings
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings
2008-09-03sfc: Reduce the size of struct efx_tx_bufferBen Hutchings
2008-09-03sfc: Use pci_map_single() to map the skb header when doing TSOBen Hutchings
2008-09-03sfc: Don't leak PCI DMA maps in the TSO code when the queue fills upBen Hutchings
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings