summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2019-05-11brcmfmac: add length checks in scheduled scan result handlerArend Van Spriel1-3/+11
2019-05-11Revert "brcmfmac: assure SSID length from firmware is limited"Ben Hutchings1-2/+0
2019-05-02brcmfmac: add subtype check for event handling in data pathArend van Spriel2-6/+15
2019-05-02brcmfmac: revise handling events in receive pathArend van Spriel2-17/+17
2019-05-02brcmfmac: fix incorrect event channel deductionGavin Li1-1/+1
2019-05-02brcmfmac: screening firmware event packetFranky Lin4-20/+64
2019-05-02brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instanceArend van Spriel4-26/+35
2019-05-02brcmfmac: consolidate ifp lookup in driver coreArend van Spriel3-16/+30
2019-05-02brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2018-11-20net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual sem...Rasmus Villemoes3-6/+5
2018-06-17brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2018-01-01brcmfmac: Add check for short event packetsKevin Cernekee1-1/+2
2018-01-01brcmfmac: Add length checks on firmware eventsHante Meuleman4-58/+82
2017-11-11brcmfmac: avoid gcc-5.1 warningArnd Bergmann1-1/+1
2017-11-11brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel1-3/+15
2017-09-15brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel1-0/+5
2016-11-20brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel1-1/+1
2016-11-20brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-11-20brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-11-20brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2014-10-06brcmfmac: handle IF event for P2P_DEVICE interfaceArend van Spriel2-3/+11
2014-06-25brcmfmac: assign chip id and rev in bus interface after brcmf_usb_dlneededArend van Spriel1-2/+3
2014-05-29brcmfmac: remove firmware list from USB driverArend van Spriel1-76/+0
2014-05-29brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman1-77/+1
2014-05-29brcmfmac: Increase max buffer size for receiving control message from dongleDaniel Kim1-4/+5
2014-05-29brcmutil: assure unused bits are cleared in 11n chanspecArend van Spriel1-1/+1
2014-05-29brcmfmac: make brcmf_fw_nvram_strip() staticArend van Spriel2-2/+1
2014-05-29brcmfmac: use asynchronous firmware request in USBArend van Spriel1-30/+68
2014-05-29brcmfmac: use asynchronous firmware request in SDIOArend van Spriel1-147/+124
2014-05-29brcmfmac: introduce asynchronous firmware loadingArend van Spriel2-1/+120
2014-05-29brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman1-1/+3
2014-05-29brcmfmac: rework usb callback operationsArend van Spriel1-20/+28
2014-05-29brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel1-3/+1
2014-05-29brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel4-12/+12
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel4-15/+10
2014-05-29brcmfmac: make chandef_to_chanspec() function staticArend van Spriel1-2/+2
2014-05-29brcmfmac: restore mpc before passing scan status to cfg80211Arend van Spriel1-2/+3
2014-05-29brcmfmac: reduce log level for invalid scheduled scan requestArend van Spriel1-1/+1
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+3
2014-05-20brcmsmac: make return of 0 explicitJulia Lawall1-9/+4
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-3/+3
2014-05-13brcmfmac: determine chanspec from struct cfg80211_chan_def infoArend van Spriel1-3/+57
2014-05-13brcmfmac: handle 80MHz chanspecs in construct_reg_info() functionArend van Spriel1-5/+16
2014-05-13brcmfmac: get rid of brcmf_cfg80211_set_channel() functionArend van Spriel1-21/+7
2014-05-13brcmfmac: enable 80Mhz in 5G custom regulatory rulesArend van Spriel1-2/+2
2014-05-13brcmfmac: provide VHT capability information to user-spaceArend van Spriel1-14/+59
2014-05-13brcm80211: extend channel conversion functions for 80MHz supportArend van Spriel3-24/+84
2014-05-13brcmfmac: remove usage of cfg80211_get_chandef_type()Arend van Spriel1-4/+3
2014-05-13brcmfmac: Fix reconnect failure after beacon timeoutDaniel Kim1-11/+0
2014-05-13brcmfmac: enhance nvram processingArend van Spriel1-44/+176