aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2008-09-05b43: Add LP-PHY radio register definitionsMichael Buesch
2008-09-05b43: Add LP-PHY read/write phyopsMichael Buesch
2008-09-05b43: Add LP-PHY templateMichael Buesch
2008-09-05b43: Move code from nphy.* to phy_n.*Michael Buesch
2008-09-05b43: Move remaining code from phy.c to phy_a.cMichael Buesch
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez
2008-09-05ath5k: HW code cleanupNick Kossifidis
2008-09-05b43: Don't use memcpy for overlapping areasMichael Buesch
2008-09-03s2io: reindented misleading for loopIlpo Järvinen
2008-09-03[netdrvr] removed unused #include <version.h>Huang Weiyi
2008-09-038139too: use netdev_alloc_skbKevin Lo
2008-09-038139cp: use netdev_alloc_skbKevin Lo
2008-09-03via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skbKevin Lo
2008-09-03sky2: display product info on boot.Stephen Hemminger
2008-09-03sky2: EEPROM read/write bug fixesStephen Hemminger
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