aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-204-67/+47
|\
| * rtlwifi: rtl8192cu: Fix problem that prevents reassociationLarry Finger2013-03-131-52/+35
| * rt2x00: fix rt2x00 to work with the new ralink SoC config symbolsJohn Crispin2013-03-132-9/+9
| * rtlwifi: rtl8192cu: Fix schedule while atomic bug splatLarry Finger2013-03-081-2/+0
| * mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao2013-03-081-4/+3
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-176-23/+12
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-155-15/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0615-339/+229
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-0415-339/+229
| |\
| | * iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach2013-03-041-5/+1
| | * iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach2013-03-043-23/+35
| | * iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach2013-03-041-0/+10
| | * iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish2013-03-041-114/+0
| | * iwlwifi: mvm: Take the phy_cfg from the TLV valueDor Shaish2013-03-041-15/+1
| | * iwlwifi: mvm: Set valid TX antennas value before calib requestDor Shaish2013-03-041-0/+5
| | * iwlwifi: mvm: restart the NIC of the cmd queue gets fullEmmanuel Grumbach2013-03-041-5/+13
| | * iwlwifi: use coherent DMA memory for command headerJohannes Berg2013-02-285-142/+137
| | * iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach2013-02-282-3/+2
| | * iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg2013-02-283-11/+15
| | * iwlwifi: don't map complete commands bidirectionallyJohannes Berg2013-02-281-22/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0514-84/+194
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0114-84/+194
| |\ \ \ | | |/ /
| | * | libertas: fix crash for SD8688Bing Zhao2013-02-271-1/+5
| | * | rt2x00: error in configurations with mesh support disabledFelix Fietkau2013-02-271-2/+6
| | * | mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
| | * | ath9k_hw: improve reset reliability after errorsFelix Fietkau2013-02-271-1/+3
| | * | ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-272-7/+12
| | * | ath9k: fix RSSI dummy marker valueFelix Fietkau2013-02-271-1/+1
| | |/
| | * iwlwifi: mvm: Remove testing of static PIC in PhyDBDor Shaish2013-02-271-16/+0
| | * iwlwifi: fix wakeup status query and packet reportingJohannes Berg2013-02-272-27/+81
| | * iwlwifi: mvm: fix AP/GO mode station removalJohannes Berg2013-02-261-5/+14
| | * iwlwifi: always copy first 16 bytes of commandsJohannes Berg2013-02-263-23/+71
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ \ | |/ / |/| |
| * | new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-264-30/+7
|\ \ \
| * | | b43: Fix lockdep splat on module unloadLarry Finger2013-02-251-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-253-29/+5
| |\ \ \ | | | |/ | | |/|
| | * | brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun2013-02-221-1/+3
| | * | mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-221-10/+1
| | * | mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-222-18/+1
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2110-36/+20
|\ \ \ \ | |/ / / |/| | |
| * | | drivers/net/wireless/rtlwifi: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/zd1211rw: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/rtl818x: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/rt2x00: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-5/+0
| * | | drivers/net/wireless/p54: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-6/+6
| * | | drivers/net/wireless/ath/carl9170: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1