summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ks8851: convert to threaded IRQFelipe Balbi2013-01-291-31/+12
* via-rhine: add 64bit statistics.Jamie Gloudon2013-01-291-8/+39
* drivers/net/phy/micrel_phy: Add support for new PHYsDavid J. Choi2013-01-291-4/+60
* net: phy: realtek: add rtl8211e driverGiuseppe CAVALLARO2013-01-291-6/+44
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-01-29147-3350/+5516
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-28147-3350/+5516
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-2858-175/+6440
| | |\
| | | * mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-221-1/+1
| | | * ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau2013-01-221-0/+3
| | | * ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau2013-01-221-19/+6
| | | * ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau2013-01-223-1/+4
| | | * rtlwifi: Fix build warning introduced by commit a290593Larry Finger2013-01-221-2/+2
| | | * iwlegacy: fix IBSS cleanupStanislaw Gruszka2013-01-221-21/+14
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-221-0/+2
| | | |\
| | | | * iwlwifi: audit single frames from AGG queue in RSEmmanuel Grumbach2013-01-161-0/+2
| | | * | ath9k: disable the tasklet before taking the PCU lockFelix Fietkau2013-01-141-4/+3
| | | * | ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-142-14/+0
| | | * | brcmsmac: increase timer reference count for new timers onlyPiotr Haber2013-01-111-3/+4
| | | * | ath9k: fix rx flush handlingFelix Fietkau2013-01-113-21/+12
| | | * | ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau2013-01-115-19/+4
| | | * | ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau2013-01-111-1/+0
| | | * | ath9k: fix double-free bug on beacon generate failureFelix Fietkau2013-01-111-0/+1
| | | * | ath9k: do not link receive buffers during flushFelix Fietkau2013-01-111-4/+6
| | | * | ath9k_htc: Fix memory leakSujith Manoharan2013-01-111-0/+2
| | | * | mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar2013-01-111-1/+1
| | | * | mwifiex: update config_bands during infra associationAmitkumar Karwar2013-01-112-14/+15
| | | * | Bluetooth device 04ca:3008 should use ath3kSergio Cambra2013-01-102-0/+3
| | | * | Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]AceLan Kao2013-01-092-0/+3
| | | * | Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]AceLan Kao2013-01-092-0/+3
| | | * | Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k.Daniel Schaal2013-01-092-0/+3
| | | * | Bluetooth: Add support for IMC Networks [13d3:3393]AceLan Kao2013-01-092-0/+3
| | * | | ath9k_hw: remove a useless WARN_ONFelix Fietkau2013-01-221-3/+0
| | * | | ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2013-01-222-14/+6
| | * | | ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau2013-01-224-25/+1
| | * | | ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2013-01-222-2/+2
| | * | | ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32
| | * | | ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-224-59/+32
| | * | | ath9k: stop rx after txFelix Fietkau2013-01-221-2/+2
| | * | | net: wireless/rtlwifi: fix uninitialized variable issueCong Ding2013-01-223-3/+3
| | * | | iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov2013-01-221-0/+1
| | * | | mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov2013-01-221-0/+3
| | * | | mwifiex: correction in status codes used for association failureAmitkumar Karwar2013-01-222-5/+18
| | * | | rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa2013-01-224-5/+169
| | * | | prism54: bug in getting auth typeDan Carpenter2013-01-221-0/+1
| | * | | b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter2013-01-221-22/+8
| | * | | drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang2013-01-221-5/+14
| | * | | ath9k_hw: fix RF bank initializationFelix Fietkau2013-01-224-14/+9
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-2214-88/+64
| | |\ \ \
| | | * | | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-1414-88/+64
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-228-68/+212
| | |\ \ \ \