aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-06Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversJakub Kicinski1-1/+1
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-1/+1
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-21mac80211: 160MHz with extended NSS BW in CSAShay Bar1-3/+7
2021-01-14mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-14mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2021-01-14mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau1-12/+15
2021-01-14mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2021-01-14mac80211: fix incorrect strlen of .write in debugfsShayne Chen1-24/+20
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski16-103/+347
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong1-0/+5
2020-12-11mac80211: Update rate control on channel changeIlan Peer1-0/+61
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach1-0/+1
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer2-5/+6
2020-12-11mac80211: ignore country element TX power on 6 GHzJohannes Berg1-1/+9
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg2-10/+10
2020-12-11mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern2-8/+67
2020-12-11mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg1-4/+10
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg3-20/+76
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg1-2/+3
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 Berg2-2/+2
2020-12-11mac80211: disallow band-switch during CSAJohannes Berg1-3/+15
2020-12-11mac80211: Skip entries with SAE H2E only membership selectorIlan Peer1-3/+4
2020-12-11mac80211: support MIC error/replay detected counters driver updateJohannes Berg1-0/+49
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz1-8/+0
2020-12-11mac80211: remove trailing semicolon in macro definitionsTom Rix4-6/+6
2020-12-11mac80211: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov2-27/+7
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara1-0/+2
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong1-1/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-43/+17
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski13-139/+63
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-12mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-12mac80211: minstrel: remove deferred sampling codeFelix Fietkau2-22/+4
2020-11-12mac80211: fix memory leak on filtered powersave framesFelix Fietkau1-10/+8
2020-11-11mac80211: remove WDS-related codeJohannes Berg11-132/+10
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais4-15/+13
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+56
2020-11-06mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef1-2/+7
2020-11-06mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef2-4/+9
2020-11-06mac80211: adhere to Tx control flag that prevents frame reorderingMathy Vanhoef1-2/+5
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef1-0/+3