aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-038139too: use netdev_alloc_skbKevin Lo1-2/+2
2008-09-038139cp: use netdev_alloc_skbKevin Lo1-7/+7
2008-09-03via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skbKevin Lo1-4/+4
2008-09-03sky2: display product info on boot.Stephen Hemminger1-4/+69
2008-09-03sky2: EEPROM read/write bug fixesStephen Hemminger1-42/+55
2008-09-03Merge branch 'r8169-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream-nextJeff Garzik1-66/+335
2008-09-03ixgbe: change config srrctl to only program one register per VMDq/RSS idAlexander Duyck1-10/+15
2008-09-03igb: clean up a stray fake netdev code left in rx pathAlexander Duyck1-5/+0
2008-09-03igb: remove unneeded cleaned variable in clean_tx_irq pathAlexander Duyck1-5/+2
2008-09-03e1000e: add support for new 82574L partBruce Allan11-77/+738
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan7-14/+280
2008-09-03e1000e: add support for the 82567LM-4 deviceBruce Allan3-0/+3
2008-09-03ixgbe: use different context for tso and offloadPJ Waskiewicz1-0/+5
2008-09-03ixgbe: fix dca hints going to wrong processorJesse Brandeburg2-31/+69
2008-09-03ixgbe: fix bug where lro settings are per ringJesse Brandeburg1-13/+14
2008-09-03ixgbe: update dca to new interface, fix CONFIG_DCA_MODULEJesse Brandeburg2-26/+59
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg2-5/+5
2008-09-03ixgbe: Lock RSS seed, move rx_buf_len to the rx_ringJesse Brandeburg3-49/+64
2008-09-03ixgbe: Implement Tx Head WritebackJesse Brandeburg1-85/+113
2008-09-03ixgbe: disable flow control by defaultJesse Brandeburg3-12/+26
2008-09-03ixgbe: Cleanup references to Tx and Rx rings to becommon across the driverJesse Brandeburg1-81/+77
2008-09-03ixgbe: do not update stats twice each receiveJesse Brandeburg1-3/+0
2008-09-03ixgbe: Implement HAVE_SET_RX_MODEChristopher Leech5-50/+169
2008-09-03ixgbe: add little endian annotations for sparseJesse Brandeburg1-7/+7
2008-09-03ixgbe: fix rx csum return status misinterpretationJesse Brandeburg1-5/+3
2008-09-03ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DEroel kluin1-2/+2
2008-09-03hp-plus: fix link objectsRandy Dunlap1-1/+1
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley2-5/+5
2008-09-03sfc: Rework efx_set_multicast_hash()Ben Hutchings1-11/+17
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings2-6/+2
2008-09-03sfc: Extend self-testsBen Hutchings12-184/+429
2008-09-03sfc: Rework the bitfield header so that we can identify fields by bit numberBen Hutchings2-68/+95
2008-09-03sfc: Cleanup reset codeBen Hutchings1-57/+41
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings9-95/+39
2008-09-03sfc: Remove remnants of multi-port abstraction for MAC registersBen Hutchings4-170/+129
2008-09-03sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int()Ben Hutchings1-11/+6
2008-09-03sfc: Enable TSO for 802.1q VLAN devicesBen Hutchings2-7/+20
2008-09-03sfc: Do not call netif_{stop,wake}_queue() before register_netdevSteve Hodgson1-2/+3
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings9-123/+171
2008-09-03sfc: Implement get_sset_count, replacing get_stats_count and self_test_countBen Hutchings1-11/+12
2008-09-03sfc: Cleanup RX event processingBen Hutchings3-36/+23
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings3-10/+7
2008-09-03sfc: Make efx_for_each_channel_rx_queue() more efficientBen Hutchings1-3/+3
2008-09-03sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KERBen Hutchings1-7/+2
2008-09-03sfc: Cleanup RX queue informationBen Hutchings4-58/+27
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings4-67/+12
2008-09-03sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()Ben Hutchings1-25/+35
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings5-95/+446
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings4-50/+49
2008-09-03sfc: Cleaned up struct tso_state fieldsBen Hutchings1-86/+75