summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2019-05-11brcmfmac: add length checks in scheduled scan result handlerArend Van Spriel
2019-05-11Revert "brcmfmac: assure SSID length from firmware is limited"Ben Hutchings
2019-05-02brcmfmac: add subtype check for event handling in data pathArend van Spriel
2019-05-02brcmfmac: revise handling events in receive pathArend van Spriel
2019-05-02brcmfmac: fix incorrect event channel deductionGavin Li
2019-05-02brcmfmac: screening firmware event packetFranky Lin
2019-05-02brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instanceArend van Spriel
2019-05-02brcmfmac: consolidate ifp lookup in driver coreArend van Spriel
2019-05-02brcmfmac: assure SSID length from firmware is limitedArend van Spriel
2019-04-04ath6kl: Only use match sets when firmware supports itKyle Roeschley
2019-04-04b43: Fix error in cordic routineLarry Finger
2019-04-04wireless: airo: potential buffer overflow in sprintf()Dan Carpenter
2019-02-11mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk
2019-02-11mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner
2019-02-11libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel
2019-02-11iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho
2019-02-11libertas_tf: prevent underflow in process_cmdrequest()Dan Carpenter
2018-12-16wil6210: missing length check in wmi_set_ieLior David
2018-12-16libertas: call into generic suspend code before turning off powerDaniel Mack
2018-12-16b43legacy/leds: Ensure NUL-termination of LED name stringMichael Büsch
2018-12-16b43/leds: Ensure NUL-termination of LED name stringMichael Büsch
2018-12-16ath10k: prevent active scans on potential unusable channelsSven Eckelmann
2018-12-16libertas: fix suspend and resume for SDIO connected cardsDaniel Mack
2018-12-16rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter
2018-11-20p54: memset(0) whole arrayJiri Slaby
2018-11-20net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual sem...Rasmus Villemoes
2018-11-20mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter
2018-11-20rtl8723be: Fix misleading indentationBen Hutchings
2018-10-21rtl8187: Fix NULL pointer dereference in priv->conf_mutexSudhir Sreedharan
2018-06-16brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel
2018-06-16wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King
2018-06-16ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter
2018-03-03mac80211_hwsim: fix compiler warning on MIPSAndrew Bresticker
2018-03-03mac80211_hwsim: validate number of different channelsJohannes Berg
2018-02-13rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka
2018-02-13p54: don't unregister leds when they are not initializedAndrey Konovalov
2018-01-01brcmfmac: Add check for short event packetsKevin Cernekee
2018-01-01brcmfmac: Add length checks on firmware eventsHante Meuleman
2018-01-01iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMDLuca Coelho
2017-11-26mac80211_hwsim: Use proper TX powerBeni Lev
2017-11-26iwlwifi: mvm: Avoid deferring non bufferable framesDavid Spinadel
2017-11-26iwlwifi: mvm: simplify bufferable MMPDU checkJohannes Berg
2017-11-26iwlwifi: pci: add new PCI ID for 7265DLuca Coelho
2017-11-26wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai
2017-11-26wcn36xx: Introduce mutual exclusion of fw configurationBjorn Andersson
2017-11-11brcmfmac: avoid gcc-5.1 warningArnd Bergmann
2017-11-11iwlegacy: avoid warning about missing bracesArnd Bergmann
2017-11-11hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann
2017-11-11brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel
2017-11-11wl1251: add a missing spin_lock_init()Cong Wang