summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * ath9k: DFS radar use correct width enumJanusz Dziedzic2013-11-111-2/+2
| | * rt2x00: fix HT TX descriptor settings regressionStanislaw Gruszka2013-11-113-5/+5
| | * libertas: fix error return code in if_cs_probe()Wei Yongjun2013-11-111-0/+1
| | * libertas: potential oops in debugfsDan Carpenter2013-11-111-1/+5
| | * rtlwifi: fix null dereference on efuse_word on kmalloc fail returns NULLColin Ian King2013-11-111-2/+3
| | * mwifiex: fix invalid memory access in mwifiex_update_autoindex_ies()Amitkumar Karwar2013-11-111-4/+7
| | * mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg()Amitkumar Karwar2013-11-111-10/+12
| | * mwifiex: fix invalid memory access in mwifiex_get_power_level()Amitkumar Karwar2013-11-111-10/+12
| | * mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar2013-11-114-8/+9
| | * mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()Dan Carpenter2013-11-111-0/+3
| | * rtlwifi: rtl8192se: Fix wrong assignmentFelipe Pena2013-11-111-1/+1
| | * wireless: rt2800lib: Fix typo on checkingFelipe Pena2013-11-111-1/+1
| * | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-152-2/+2
|\ \
| * | treewide: fix "usefull" typoMichael Opdenacker2013-10-141-1/+1
| * | treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | | kfifo API type safetyStefani Seibold2013-11-152-2/+2
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-156-16/+16
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-142-12/+6
|\ \ \ | |_|/ |/| |
| * | DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-6/+3
| * | DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0831-86/+244
|\ \ \
| * | | ath9k: enable DFS for IBSS modeSimon Wunderlich2013-11-071-1/+2
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-11-0513-29/+43
| |\ \ \
| | * | | iwlwifi: mvm: BT Coex - fix copy paste issueEmmanuel Grumbach2013-10-301-1/+1
| | * | | iwlwifi: remove duplicate includesMichael Opdenacker2013-10-292-2/+0
| | * | | iwlwifi: warn if firmware image doesn't existJohannes Berg2013-10-292-10/+7
| | * | | iwlwifi: mvm: add missing break in debugfsJohannes Berg2013-10-291-0/+1
| | * | | iwlwifi: mvm: capture the FCS in monitor modeJohannes Berg2013-10-292-2/+12
| | * | | iwlwifi: pcie: move warning message into warningJohannes Berg2013-10-291-5/+4
| | * | | iwlwifi: mvm: BT Coex fix NULL pointer dereferenceEmmanuel Grumbach2013-10-291-1/+5
| | * | | iwlwifi: transport config n_no_reclaim_cmds should be unsignedJohannes Berg2013-10-291-1/+1
| | * | | iwlwifi: mvm: update UAPSD support TLV bitsAlexander Bondar2013-10-293-7/+12
| * | | | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-0516-53/+175
| |\ \ \ \
| | * | | | wlcore: save last regdom configuration on stopEliad Peller2013-10-231-1/+3
| | * | | | wlcore: fix started_vifs calculationEliad Peller2013-10-231-1/+23
| | * | | | wlcore: wakeup from ELP before starting recoveryBarak Bercovitz2013-10-231-0/+1
| | * | | | wlcore: Allow stopping fw log in recoveryBarak Bercovitz2013-10-231-1/+2
| | * | | | wlcore: read fw panic log only in host modeBarak Bercovitz2013-10-231-1/+2
| | * | | | wlcore/wl18xx/wl12xx: FW log params per chip archIgal Chernobelsky2013-10-237-23/+61
| | * | | | wl12xx/wl18xx: update default fw logger's settingsIdo Reis2013-10-232-4/+4
| | * | | | wlcore: fwlog dynamic mem_block controlIdo Reis2013-10-232-1/+20
| | * | | | wlcore: fix interrogate command lengthIgal Chernobelsky2013-10-234-10/+15
| | * | | | wlcore: add ap_event_maskEliad Peller2013-10-236-2/+19
| | * | | | wlcore: print active channel in the driver_stateVictor Goldenshtein2013-10-231-1/+17
| | * | | | wl18xx: default config alignment with phy defaultsIgal Chernobelsky2013-10-231-8/+8
| * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-051-3/+24
| |\ \ \ \ \
| | * | | | | mac80211_hwsim: Fix tracking of beaconing for multi-vifJouni Malinen2013-10-281-3/+24
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-04108-2771/+8703
|\| | | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0437-155/+224
| |\ \ \ \ \ | | |_|/ / / | |/| | | |