summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: fix missing checks for kmemdupKangjie Lu2019-05-311-0/+4
* brcmfmac: assure SSID length from firmware is limitedArend van Spriel2019-05-311-0/+2
* brcmfmac: fix roamoff=1 modparamStijn Tintel2019-01-091-2/+9
* brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki2018-12-011-1/+2
* brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereferenceWinnie Chang2018-08-091-4/+4
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-20/+20
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* brcmfmac: fix initialization of struct cfg80211_inform_bss variableFranky Lin2018-05-151-1/+1
* brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flagRafał Miłecki2018-05-151-0/+1
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-6/+12
* brcmfmac: use nl80211_band directly to get ieee80211 channelFranky Lin2018-04-301-4/+4
* brcmfmac: reports boottime_ns while informing bssFranky Lin2018-04-301-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-03-281-1/+1
|\
| * brcmfmac: Fix check for ISO3166 codeStefan Wahren2018-03-201-1/+1
* | brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel2018-03-271-46/+40Star
* | brcmfmac: reject too long PSKJohannes Berg2018-02-271-0/+3
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-101-0/+5
* brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-101-9/+1Star
* brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-24/+10Star
* brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel2017-11-101-2/+2
* brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-65/+11Star
* brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-101-41/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-18/+19
|\
| * brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-201-15/+4Star
| * brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-09-201-3/+15
* | drivers: net: brcm80211: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
|/
* brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu2017-08-081-2/+5
* brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng2017-08-081-1/+3
* brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng2017-08-081-1/+6
* brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-121-0/+5
* brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel2017-06-301-9/+11
* brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel2017-06-301-3/+58
* brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel2017-06-301-4/+71
* brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'Christophe Jaillet2017-06-271-1/+2
* brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel2017-06-271-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-19/+50
|\
| * brcmfmac: Fix grammar issue in error messageMartin Michlmayr2017-06-131-1/+1
| * brcmfmac: add support multi-scheduled scanArend Van Spriel2017-06-131-18/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+0Star
|\ \ | |/ |/|
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+0Star
* | brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin2017-05-221-3/+0Star
* | brcmfmac: move scheduled scan wiphy param setting to pno moduleArend Van Spriel2017-05-181-13/+5Star
|/
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-2/+2
* cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-3/+10
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-3/+3
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-12/+27
|\
| * brcmfmac: only add channels and ssids once in scan requestArend Van Spriel2017-04-131-4/+16
| * brcmfmac: remove bogus check in scheduled scan result handlerArend Van Spriel2017-04-131-6/+0Star