summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix potential double free on mesh joinLinus Lüssing2022-03-281-3/+0
* mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-281-1/+3
* mac80211: fix rate mask resetJohannes Berg2021-03-301-2/+2
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-301-1/+2
* mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-08-051-0/+1
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-051-0/+23
* mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2020-01-171-10/+4
* cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2020-01-171-46/+2
* mac80211: fix possible sta leakJohannes Berg2019-09-061-4/+5
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-051-0/+4
* mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-271-1/+5
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-011-1/+1
* mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-241-1/+1
* mac80211: add support for HELuca Coelho2018-06-181-0/+5
* mac80211: support scan features for improved scan privacyJohannes Berg2018-06-151-1/+1
* mac80211: allocate and fill tidstats only when neededJohannes Berg2018-05-181-2/+2
* mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-081-0/+99
* mac80211: Send control port frames over nl80211Denis Kenzior2018-03-291-0/+6
* mac80211: Add support for tx_control_portDenis Kenzior2018-03-291-0/+1
* mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss2018-03-291-0/+3
* mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu2018-03-231-0/+2
* mac80211: support fast-rx with incompatible PS capabilities when PS is disabledFelix Fietkau2018-02-271-0/+1
* Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-221-1/+1
|\
| * cfg80211: fix cfg80211_beacon_dupArnd Bergmann2018-02-191-1/+1
* | mac80211: Fix setting TX power on monitor interfacesPeter Große2018-01-041-1/+27
* | mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+3
|/
* mac80211: validate user rate mask before configuring driverJohannes Berg2017-10-181-6/+6
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+2
|\
| * mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-131-0/+2
* | mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg2017-05-191-0/+1
|/
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-13/+17
* mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg2017-04-261-5/+1
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+2
* mac80211: use common code for monitor options in add/changeJohannes Berg2017-04-131-58/+64
* cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-8/+7
* mac80211: correct MU-MIMO monitor follow functionalityJohannes Berg2017-04-131-20/+58
* cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg2017-04-131-4/+4
* mac80211: reject/clear user rate mask if not usableJohannes Berg2017-03-081-1/+17
* mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski2017-03-061-0/+28
* cfg80211: fix NAN bands definitionLuca Coelho2017-02-091-2/+2
* mac80211: multicast to unicast conversionMichael Braun2016-12-131-0/+12
* mac80211: validate new interface's beacon intervalsJohannes Berg2016-10-271-1/+2
* mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-121-14/+6
* mac80211: remove unnecessary num_mcast_sta checkMichael Braun2016-10-121-7/+0
* mac80211: remove unnecessary mesh checkJohannes Berg2016-10-121-4/+1
* mac80211: Add API to report NAN function matchAyala Beker2016-09-301-0/+25
* mac80211: Implement add_nan_func and rm_nan_funcAyala Beker2016-09-301-0/+114
* mac80211: implement nan_change_confAyala Beker2016-09-301-0/+31
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-301-0/+36