summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-3023-441/+89Star
|\
| * Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-292-158/+46Star
| * iwmc3200wifi: fix array out-of-boundary accessZhu Yi2009-12-281-1/+1
| * wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin2009-12-281-1/+1
| * ath9k: fix missed error codes in the tx status checkFelix Fietkau2009-12-282-1/+4
| * ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2009-12-281-0/+6
| * ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2009-12-281-0/+2
| * ath9k: fix suspend by waking device prior to stopSujith2009-12-281-0/+6
| * wl1271_cmd.c: cleanup char => u8Dan Carpenter2009-12-281-2/+2
| * iwlwifi: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
| * ath9k: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
| * wireless: remove remaining qual codeJohannes Berg2009-12-2810-255/+4Star
| * rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde2009-12-281-0/+1
| * ath5k: fix SWI calibration interrupt stormBob Copeland2009-12-281-4/+3Star
| * libertas: Remove carrier signaling from the scan codeSamuel Ortiz2009-12-281-14/+8Star
| * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov2009-12-281-3/+3
* | bond_3ad.c avoid possible null derefDan Carpenter2009-12-271-1/+1
* | Fix MAC address access in 3c507, ibmlana, pcnet32 and libertasDaniel Drake2009-12-274-6/+8
* | gianfar: Fix gianfar select_queue bogositySandeep Gopalpet2009-12-271-9/+4Star
* | tun: use tun_sk instead container_ofVitaliy Gusev2009-12-271-3/+3
* | ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov2009-12-271-15/+18
* | ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov2009-12-271-2/+5
* | ucc_geth: Fix empty TX queue processingAnton Vorontsov2009-12-271-1/+1
* | vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov2009-12-261-3/+3
* | bnx2x: Initialize cnic status block during chip resetMichael Chan2009-12-261-0/+2
* | net/via-rhine: Fix scheduling while atomic bugsJarek Poplawski2009-12-241-13/+28
* | ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore2009-12-241-0/+5
* | be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2009-12-242-9/+32
* | be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi2009-12-243-14/+74
* | be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi2009-12-241-0/+1
* | igbvf: Make igbvf error message more informativeWilliams, Mitch A2009-12-241-1/+2
* | igb: check both function bits in status register in wol exceptionAlexander Duyck2009-12-241-1/+1
* | igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck2009-12-241-7/+2Star
* | igb: do not force retry count to 1 on 82580 phyAlexander Duyck2009-12-241-9/+0Star
* | igb: do not force pcs link when in KX modeAlexander Duyck2009-12-241-3/+1Star
* | sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-241-0/+2
* | sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings2009-12-241-1/+7
* | sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery2009-12-241-8/+51
* | sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery2009-12-241-0/+119
* | sfc: QT2025C: Work around PHY bugMatthew Slattery2009-12-241-0/+42
* | sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton2009-12-241-2/+2
* | sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings2009-12-241-16/+22
* | sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-247-131/+129Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-2126-108/+121
|\|
| * ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIVBenjamin Herrenschmidt2009-12-211-0/+2
| * mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-2/+1Star
| * iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin2009-12-213-3/+3
| * Libertas: fix buffer overflow in lbs_get_essid()Daniel Mack2009-12-211-2/+0Star
| * drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org2009-12-211-1/+2
| * ath9k: Stop ANI when doing a resetSujith2009-12-211-0/+6