summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-0/+3
|\
| * mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3
* | cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-5/+5
* | mac80211: introduce channel switch disconnect functionNathan Errera2021-12-201-1/+13
* | mac80211: notify non-transmitting BSS of color changesJohn Crispin2021-11-261-0/+18
* | mac80211: introduce set_radar_offchan callbackLorenzo Bianconi2021-11-191-0/+13
|/
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-151-4/+8
* mac80211: MBSSID support in interface handlingJohn Crispin2021-09-281-0/+38
* mac80211: add support for BSS color changeJohn Crispin2021-08-171-11/+223
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-231-0/+19
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-1/+34
* mac80211: simplify ieee80211_add_station()Johannes Berg2021-06-231-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+3
|\
| * mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-081-1/+3
* | mac80211: cfg.c: A typo fixBhaskar Chowdhury2021-03-281-1/+1
|/
* mac80211: fix rate mask resetJohannes Berg2021-03-161-2/+2
* mac80211: add ieee80211_set_sar_specsCarl Huang2020-12-111-0/+12
* mac80211: use struct assignment for he_obss_pdJohannes Berg2020-12-111-2/+1
* cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg2020-12-111-2/+1
* cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-111-1/+1
* mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-0/+2
* mac80211: remove WDS-related codeJohannes Berg2020-11-111-11/+0
* mac80211: copy configured beacon tx rate to driverRajkumar Manoharan2020-10-081-0/+3
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-081-1/+2
* mac80211: support S1G associationThomas Pedersen2020-09-281-0/+2
* mac80211: Unsolicited broadcast probe response supportAloka Dixit2020-09-181-0/+41
* mac80211: Add FILS discovery supportAloka Dixit2020-09-181-6/+48
* mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau2020-09-181-0/+1
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+1
|\
| * mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-07-301-0/+1
* | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-311-1/+1
* | mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-1/+1
* | cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh2020-07-311-3/+5
* | cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-311-0/+3
* | cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2020-07-311-0/+2
* | mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-3/+3
|/
* mac80211: set short_slot for 6 GHz bandTova Mussai2020-05-311-1/+2
* mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg2020-05-311-1/+3
* mac80211: fix variable names in TID config methodsSergey Matyukevich2020-05-271-3/+3
* mac80211: TX legacy rate control for Beacon framesJouni Malinen2020-04-291-1/+25
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+6
* mac80211: Process multicast RX registration for Action framesJouni Malinen2020-04-241-3/+11
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-29/+21
* mac80211: fix drv_config_iface_filter() behaviourJohannes Berg2020-04-241-6/+9
* mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz2020-03-201-3/+9
* mac80211: handle no-preauth flag for control portMarkus Theil2020-03-201-0/+4
* mac80211: Add api to support configuring TID specific configurationTamizh chelvam2020-02-241-0/+56
* mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen2020-02-241-1/+14
* Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-161-98/+8
|\