summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-191-1/+2
|\
| * mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nlJia-Ju Bai2017-12-191-1/+1
| * mac80211_hwsim: enable TODS BIT in null data frameAdiel Aloni2017-12-191-0/+1
* | Merge tag 'iwlwifi-for-kalle-2017-12-05' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-12-075-6/+40
|\ \
| * | iwlwifi: mvm: mark MIC stripped MPDUsSara Sharon2017-12-051-0/+2
| * | iwlwifi: mvm: enable RX offloading with TKIP and WEPDavid Spinadel2017-12-052-4/+12
| * | iwlwifi: mvm: flush queue before deleting ROCJohannes Berg2017-12-052-2/+24
| * | iwlwifi: add new cards for 9260 and 22000 seriesIhab Zhaika2017-12-051-0/+2
* | | brcmfmac: Avoid build error with make W=1Andy Shevchenko2017-12-071-1/+1
|/ /
* | brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-021-1/+1
* | Merge tag 'iwlwifi-for-kalle-2017-11-28' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-12-0211-19/+80
|\ \ | |/ |/|
| * iwlwifi: fix access to prph when transport is stoppedSara Sharon2017-11-253-2/+15
| * iwlwifi: pcie: fix erroneous "Read failed message"Sara Sharon2017-11-251-0/+1
| * iwlwifi: mvm: fix packet injectionEmmanuel Grumbach2017-11-256-15/+49
| * iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif typeEmmanuel Grumbach2017-11-251-0/+2
| * iwlwifi: mvm: don't use transmit queue hang detection when it is not possibleEmmanuel Grumbach2017-11-251-1/+10
| * iwlwifi: mvm: set correct chains in Rx statusShaul Triebitz2017-11-251-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-294-6/+7
|\ \
| * \ Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-284-6/+7
| |\ \
| | * | mac80211: use QoS NDP for AP probingJohannes Berg2017-11-274-6/+7
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2514-64/+53
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-7/+7
| * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-8/+10
| * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2110-42/+34
| * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-10/+5
| * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| |/ /
* | | Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller2017-11-2410-90/+335
|\ \ \ | |/ / |/| / | |/
| * wcn36xx: fix iris child-node lookupJohan Hovold2017-11-201-1/+1
| * ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan2017-11-201-13/+38
| * Merge tag 'iwlwifi-for-kalle-2017-11-19' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-11-208-76/+296
| |\
| | * iwlwifi: fix firmware names for 9000 and A000 series hwThomas Backlund2017-11-162-8/+8
| | * iwlwifi: fix PCI IDs and configuration mapping for 9000 seriesLuca Coelho2017-11-163-34/+170
| | * iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW commandLuca Coelho2017-11-154-34/+118
* | | mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-11-201-1/+4
|/ /
* | rsi: fix memory leak on buf and usb_reg_bufColin Ian King2017-11-181-6/+6
* | genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15234-4127/+5309
|\|
| * brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-118-0/+258
| * rsi: rsi_91x_ps: remove redundant code in str_psstateGustavo A. R. Silva2017-11-101-1/+0
| * rt2x00: use monotonic timestamps for frame dumpArnd Bergmann2017-11-102-4/+5
| * rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka2017-11-101-3/+3
| * qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2017-11-102-30/+65
| * qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko2017-11-101-0/+18
| * qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko2017-11-104-52/+47
| * qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko2017-11-103-34/+10
| * qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2017-11-102-22/+14
| * qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko2017-11-103-30/+80
| * qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko2017-11-104-14/+2
| * qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko2017-11-104-9/+12
| * qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko2017-11-105-59/+84