summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-03Merge branch 'r8169-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jeff Garzik
2008-09-03ixgbe: change config srrctl to only program one register per VMDq/RSS idAlexander Duyck
2008-09-03igb: clean up a stray fake netdev code left in rx pathAlexander Duyck
2008-09-03igb: remove unneeded cleaned variable in clean_tx_irq pathAlexander Duyck
2008-09-03e1000e: add support for new 82574L partBruce Allan
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan
2008-09-03e1000e: add support for the 82567LM-4 deviceBruce Allan
2008-09-03ixgbe: use different context for tso and offloadPJ Waskiewicz
2008-09-03ixgbe: fix dca hints going to wrong processorJesse Brandeburg
2008-09-03ixgbe: fix bug where lro settings are per ringJesse Brandeburg
2008-09-03ixgbe: update dca to new interface, fix CONFIG_DCA_MODULEJesse Brandeburg
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg
2008-09-03ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg
2008-09-03ixgbe: Implement Tx Head WritebackJesse Brandeburg
2008-09-03ixgbe: disable flow control by defaultJesse Brandeburg
2008-09-03ixgbe: Cleanup references to Tx and Rx rings to becommon across the driverJesse Brandeburg
2008-09-03ixgbe: do not update stats twice each receiveJesse Brandeburg
2008-09-03ixgbe: Implement HAVE_SET_RX_MODEChristopher Leech
2008-09-03ixgbe: add little endian annotations for sparseJesse Brandeburg
2008-09-03ixgbe: fix rx csum return status misinterpretationJesse Brandeburg
2008-09-03ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DEroel kluin
2008-09-03hp-plus: fix link objectsRandy Dunlap
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley
2008-09-03sfc: Rework efx_set_multicast_hash()Ben Hutchings
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings
2008-09-03sfc: Extend self-testsBen Hutchings
2008-09-03sfc: Rework the bitfield header so that we can identify fields by bit numberBen Hutchings
2008-09-03sfc: Cleanup reset codeBen Hutchings
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings
2008-09-03sfc: Remove remnants of multi-port abstraction for MAC registersBen Hutchings
2008-09-03sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings
2008-09-03sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings
2008-09-03sfc: Implement get_sset_count, replacing get_stats_count and self_test_countBen Hutchings
2008-09-03sfc: Cleanup RX event processingBen Hutchings
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings
2008-09-03sfc: Make efx_for_each_channel_rx_queue() more efficientBen Hutchings
2008-09-03sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KERBen Hutchings
2008-09-03sfc: Cleanup RX queue informationBen Hutchings
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings
2008-09-03sfc: Cleaned up struct tso_state fieldsBen Hutchings
2008-09-03sfc: Set net_device::vlan_features appropriatelyBen 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