summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2019-04-04ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2019-04-04b43: Fix error in cordic routineLarry Finger1-1/+1
2019-04-04wireless: airo: potential buffer overflow in sprintf()Dan Carpenter1-1/+1
2019-02-11mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk1-4/+4
2019-02-11mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner1-1/+1
2019-02-11libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2019-02-11iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho1-6/+23
2019-02-11libertas_tf: prevent underflow in process_cmdrequest()Dan Carpenter1-2/+3
2018-12-17wil6210: missing length check in wmi_set_ieLior David1-1/+6
2018-12-17libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-12-17b43legacy/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-12-17b43/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-12-17ath10k: prevent active scans on potential unusable channelsSven Eckelmann1-0/+7
2018-12-17libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2-6/+25
2018-12-17rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter1-0/+2
2018-11-20p54: memset(0) whole arrayJiri Slaby1-1/+1
2018-11-20net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual sem...Rasmus Villemoes3-6/+5
2018-11-20mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter1-1/+2
2018-11-20rtl8723be: Fix misleading indentationBen Hutchings1-1/+1
2018-10-21rtl8187: Fix NULL pointer dereference in priv->conf_mutexSudhir Sreedharan1-1/+1
2018-06-17brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2018-06-17wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2018-06-17ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter1-0/+4
2018-03-03mac80211_hwsim: fix compiler warning on MIPSAndrew Bresticker1-3/+8
2018-03-03mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+3
2018-02-13rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka1-3/+3
2018-02-13p54: don't unregister leds when they are not initializedAndrey Konovalov1-4/+3
2018-01-01brcmfmac: Add check for short event packetsKevin Cernekee1-1/+2
2018-01-01brcmfmac: Add length checks on firmware eventsHante Meuleman4-58/+82
2018-01-01iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMDLuca Coelho1-1/+9
2017-11-26mac80211_hwsim: Use proper TX powerBeni Lev1-1/+0
2017-11-26iwlwifi: mvm: Avoid deferring non bufferable framesDavid Spinadel1-4/+5
2017-11-26iwlwifi: mvm: simplify bufferable MMPDU checkJohannes Berg1-3/+1
2017-11-26iwlwifi: pci: add new PCI ID for 7265DLuca Coelho1-0/+1
2017-11-26wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai1-1/+0
2017-11-26wcn36xx: Introduce mutual exclusion of fw configurationBjorn Andersson2-2/+50
2017-11-11brcmfmac: avoid gcc-5.1 warningArnd Bergmann1-1/+1
2017-11-11iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2017-11-11hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann1-5/+10
2017-11-11brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel1-3/+15
2017-11-11wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-11-11iwlwifi: mvm: set the RTS_MIMO_PROT bit in flag mask when sending sta to fwNaftali Goldstein1-1/+2
2017-11-11iwlwifi: dvm: prevent an out of bounds accessEmmanuel Grumbach1-1/+1
2017-10-12mwifiex: do not update MCS set from hostapdGanapathi Bhat2-27/+0
2017-10-12libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter1-2/+3
2017-10-12ath9k: fix tx99 bus errorMiaoqing Pan1-2/+0
2017-10-12ath9k: fix tx99 use after freeMiaoqing Pan1-4/+9
2017-10-12iwlwifi: mvm: fix the recovery flow while connectingEmmanuel Grumbach1-7/+25
2017-10-12wlcore: fix 64K page supportArnd Bergmann1-1/+2
2017-10-12mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris1-18/+19