aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-24sfc: Implement message level controlBen Hutchings1-17/+24
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-24/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton1-2/+2
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings1-13/+39
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-6/+6
2009-11-24sfc: Combine high-level header filesBen Hutchings1-1/+0
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings1-21/+5
2009-11-24sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings1-3/+3
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings1-14/+23
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-26/+20
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-10/+8
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-7/+0
2009-03-21sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings1-0/+8
2009-03-04sfc: Don't wake TX queues while they're being flushedBen Hutchings1-1/+1
2009-03-04sfc: Reject packets from the kernel TX queue during a loopback self-testBen Hutchings1-0/+3
2008-09-24sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings1-1/+1
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings1-2/+2
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings1-6/+19
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-24/+23
2008-09-03sfc: Cleaned up struct tso_state fieldsBen Hutchings1-86/+75
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-16/+16
2008-09-03sfc: Reduce the size of struct efx_tx_bufferBen Hutchings1-9/+11
2008-09-03sfc: Use pci_map_single() to map the skb header when doing TSOBen Hutchings1-69/+83
2008-09-03sfc: Don't leak PCI DMA maps in the TSO code when the queue fills upBen Hutchings1-0/+5
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-11/+12
2008-09-03sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-3/+4
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-1/+1
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings1-3/+6
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings1-0/+664
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+452