e1000: add missing length check to e1000 receive routine
[safe/jmp/linux-2.6] / drivers / net / sfc / tx.c
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.