aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-26tun: use tun_sk instead container_ofVitaliy Gusev1-3/+3
2009-12-26ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov1-15/+18
2009-12-26ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov1-2/+5
2009-12-26ucc_geth: Fix empty TX queue processingAnton Vorontsov1-1/+1
2009-12-25vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov1-3/+3
2009-12-25bnx2x: Initialize cnic status block during chip resetMichael Chan1-0/+2
2009-12-23net/via-rhine: Fix scheduling while atomic bugsJarek Poplawski1-13/+28
2009-12-23ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore1-0/+5
2009-12-23be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2-9/+32
2009-12-23be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi3-14/+74
2009-12-23be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi1-0/+1
2009-12-23igbvf: Make igbvf error message more informativeWilliams, Mitch A1-1/+2
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck1-1/+1
2009-12-23igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck1-7/+2
2009-12-23igb: do not force retry count to 1 on 82580 phyAlexander Duyck1-9/+0
2009-12-23igb: do not force pcs link when in KX modeAlexander Duyck1-3/+1
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings1-0/+2
2009-12-23sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings1-1/+7
2009-12-23sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery1-8/+51
2009-12-23sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery1-0/+119
2009-12-23sfc: QT2025C: Work around PHY bugMatthew Slattery1-0/+42
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton1-2/+2
2009-12-23sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings1-16/+22
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson7-131/+129
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller26-108/+121
2009-12-21ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIVBenjamin Herrenschmidt1-0/+2
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-2/+1
2009-12-21iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin3-3/+3
2009-12-21Libertas: fix buffer overflow in lbs_get_essid()Daniel Mack1-2/+0
2009-12-21drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org1-1/+2
2009-12-21ath9k: Stop ANI when doing a resetSujith1-0/+6
2009-12-21ath9k: Fix TX queue drainingSujith2-3/+3
2009-12-21ath9k: Fix bug in assigning sequence numberSujith1-10/+3
2009-12-21rt2x00: Fix calculation of rt2800 iveiv entry offset.Gertjan van Wingerde1-1/+1
2009-12-21iwlwifi: fix 40MHz operation setting on cards that do not allow itReinette Chatre1-1/+2
2009-12-21iwl3945: fix panic in iwl3945 driverZhu Yi1-0/+3
2009-12-21iwlwifi: initialize spinlock before useReinette Chatre2-4/+4
2009-12-21iwl3945: disable power saveReinette Chatre2-3/+7
2009-12-21iwlwifi: fix more eeprom endian bugsJohannes Berg4-11/+16
2009-12-21iwlwifi: fix EEPROM/OTP reading endian annotations and a bugJohannes Berg2-10/+12
2009-12-21rt2x00: Disable powersaving for rt61pci and rt2800pci.Gertjan van Wingerde2-0/+11
2009-12-21drivers/net/wireless: Correct code taking the size of a pointerJulia Lawall1-2/+2
2009-12-21ath9k: Last fix for TX software padding.Benoit Papillault1-11/+12
2009-12-21iwlwifi: fix syslog message for event log dump sizeWey-Yi Guy2-2/+2
2009-12-21iwlwifi: power up all devices for EEPROM readReinette Chatre2-16/+6
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi7-24/+21
2009-12-20bnx2: Fix bnx2_netif_stop() merge error.Michael Chan1-1/+1
2009-12-18gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSCSandeep Gopalpet1-2/+2
2009-12-18gianfar: Fix stats supportSandeep Gopalpet2-6/+46
2009-12-18gianfar: Fix a filer bugSandeep Gopalpet2-1/+11