aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+7
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-6/+7
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg4-6/+7
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-64/+53
2017-11-24Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller10-90/+335
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-7/+7
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-8/+10
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook10-42/+34
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-10/+5
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-20wcn36xx: fix iris child-node lookupJohan Hovold1-1/+1
2017-11-20ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan1-13/+38
2017-11-20mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings1-1/+4
2017-11-20Merge tag 'iwlwifi-for-kalle-2017-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesKalle Valo8-76/+296
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King1-6/+6
2017-11-16iwlwifi: fix firmware names for 9000 and A000 series hwThomas Backlund2-8/+8
2017-11-16iwlwifi: fix PCI IDs and configuration mapping for 9000 seriesLuca Coelho3-34/+170
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds234-4127/+5309
2017-11-15iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW commandLuca Coelho4-34/+118
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+5
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu8-0/+258
2017-11-10rsi: rsi_91x_ps: remove redundant code in str_psstateGustavo A. R. Silva1-1/+0
2017-11-10rt2x00: use monotonic timestamps for frame dumpArnd Bergmann2-4/+5
2017-11-10rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka1-3/+3
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2-30/+65
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko1-0/+18
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko4-52/+47
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko3-34/+10
2017-11-10qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2-22/+14
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko3-30/+80
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko4-14/+2
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko4-9/+12
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko5-59/+84
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel2-4/+7
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel3-15/+2
2017-11-10brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel1-24/+10
2017-11-10brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel1-2/+2
2017-11-10brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel1-65/+11
2017-11-10brcmfmac: disable packet filtering in promiscuous modeFranky Lin3-41/+39
2017-11-10brcmfmac: handle FWHALT mailbox indicationArend Van Spriel1-4/+10
2017-11-08zd1201: remove unused variable framelenColin Ian King1-2/+1
2017-11-08orinoco_usb: remove redundant pointer devColin Ian King1-2/+0
2017-11-08iwlegacy: remove redundant pointer sta_privColin Ian King1-2/+0
2017-11-08rtlwifi: remove redundant initialization to cfg_cmdColin Ian King1-1/+1
2017-11-08rtlwifi: remove redundant pointer tid_dataColin Ian King1-2/+0
2017-11-08rtlwifi: drop unused ppsc->last_wakeup_timeArnd Bergmann2-7/+0
2017-11-08rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann3-9/+6
2017-11-08rtlwifi: fix uninitialized rtlhal->last_suspend_sec timeArnd Bergmann1-0/+1
2017-11-08rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih19-19/+36