summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/tx.c
AgeCommit message (Expand)Author
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