cnic: Return SPQ credit to bnx2x after ring setup and shutdown.
[safe/jmp/linux-2.6] / drivers / net / sfc / tx.c
2010-04-28 Ben Hutchingssfc: Create multiple TX queues
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-12-24 Neil Turtonsfc: Fix DMA mapping cleanup in case of an error in TSO
2009-11-30 Ben Hutchingssfc: Update version, copyright dates, authors
2009-11-30 Ben Hutchingssfc: Implement TSO for TCP/IPv6
2009-11-30 Ben Hutchingssfc: Rename falcon.h to nic.h
2009-11-30 Ben Hutchingssfc: Separate shared NIC code from Falcon-specific...
2009-11-24 Ben Hutchingssfc: Combine high-level header files
2009-11-24 Ben Hutchingssfc: Remove redundant efx_xmit() function
2009-11-24 Ben Hutchingssfc: Remove unnecessary casts to struct sk_buff *
2009-10-24 Ben Hutchingssfc: Move all TX DMA length limiting into tx.c
2009-10-24 Ben Hutchingssfc: Eliminate indirect lookups of queue size constants
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-05-29 Eric Dumazetnet: dont update dev->trans_start in 10GB drivers
2009-03-22 Ben Hutchingssfc: Pad packets to 33 bytes to prevent TX packet parse...
2009-03-05 Ben Hutchingssfc: Don't wake TX queues while they're being flushed
2009-03-05 Ben Hutchingssfc: Reject packets from the kernel TX queue during...
2008-09-24 Ben Hutchingssfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where...
2008-09-03 Ben Hutchingssfc: Remove some unreachable error paths
2008-09-03 Ben Hutchingssfc: Enable TSO for 802.1q VLAN devices
2008-09-03 Ben Hutchingssfc: Removed forced inlining of long functions
2008-09-03 Ben Hutchingssfc: Cleaned up struct tso_state fields
2008-09-03 Ben Hutchingssfc: Use explicit bool for boolean variables, parameter...
2008-09-03 Ben Hutchingssfc: Reduce the size of struct efx_tx_buffer
2008-09-03 Ben Hutchingssfc: Use pci_map_single() to map the skb header when...
2008-09-03 Ben Hutchingssfc: Don't leak PCI DMA maps in the TSO code when the...
2008-09-03 Ben Hutchingssfc: Use separate hardware TX queues to select checksum...
2008-09-03 Ben Hutchingssfc: Replace net_dev->priv with netdev_priv(net_dev)
2008-07-26 FUJITA Tomonoridma-mapping: add the device argument to dma_mapping_error()
2008-05-22 Ben Hutchingssfc: Replaced various macros with inline functions
2008-05-22 Ben Hutchingssfc: Added and removed braces to comply with kernel...
2008-05-13 Ben Hutchings[netdrvr] sfc: Add TSO support
2008-04-29 Ben HutchingsNew driver "sfc" for Solarstorm SFC4000 controller.