summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2021-12-29mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-11-25mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg1-4/+8
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-11/+223
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau1-0/+19
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-1/+34
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg1-9/+1
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-04-08mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-03-29mac80211: cfg.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-16mac80211: fix rate mask resetJohannes Berg1-2/+2
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11mac80211: use struct assignment for he_obss_pdJohannes Berg1-2/+1
2020-12-11cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg1-2/+1
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg1-1/+1
2020-12-11mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-11/+0
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen1-1/+2
2020-09-28mac80211: support S1G associationThomas Pedersen1-0/+2
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+41
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-6/+48
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+1
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-7/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-1/+1
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-1/+1
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh1-3/+5
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil1-0/+3
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing1-0/+2
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-30mac80211: mesh: Free ie data when leaving meshRemi Pommarel1-0/+1
2020-05-31mac80211: set short_slot for 6 GHz bandTova Mussai1-1/+2
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg1-1/+3
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich1-3/+3
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen1-1/+25
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+6
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen1-3/+11
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-29/+21
2020-04-24mac80211: fix drv_config_iface_filter() behaviourJohannes Berg1-6/+9
2020-03-20mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz1-3/+9
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil1-0/+4
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam1-0/+56
2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen1-1/+14
2020-02-17Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller1-98/+8
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer1-97/+4
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg1-1/+1
2020-01-15mac80211: add handling for BSS colorJohn Crispin1-1/+4
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+23
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen1-1/+1