summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller10-61/+97
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-8/+8
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-9/+10
2021-04-19mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein3-3/+12
2021-04-19mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach1-5/+2
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-9/+1
2021-04-19mac80211: aes_cmac: check crypto_shash_setkey() return valueJohannes Berg1-2/+9
2021-04-19mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King1-1/+1
2021-04-19mac80211: properly process TXQ management framesJohannes Berg1-5/+14
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+8
2021-04-08mac80211: bail out if cipher schemes are invalidJohannes Berg1-2/+5
2021-04-08mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-04-08mac80211: Set priority and queue mapping for injected framesJohan Almbladh1-11/+9
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R2-1/+3
2021-04-08mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi1-0/+3
2021-04-08mac80211: don't apply flow control on management framesJohannes Berg1-3/+15
2021-04-08mac80211: remove redundant assignment of variable resultColin Ian King1-1/+1
2021-04-08mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun1-2/+0
2021-04-08mac80211: fix time-is-after bug in mlmeBen Greear1-1/+4
2021-04-08mac80211: fix TXQ AC confusionJohannes Berg1-1/+1
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: choose first enabled channel for monitorKarthikeyan Kathirvel1-1/+12
2021-03-16mac80211: Check crypto_aead_encrypt for errorsDaniel Phan2-4/+6
2021-03-16mac80211: Allow HE operation to be longer than expected.Brian Norris2-2/+2
2021-03-16mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg1-2/+0
2021-03-16mac80211: fix double free in ibss_leaveMarkus Theil1-0/+2
2021-03-16mac80211: fix rate mask resetJohannes Berg1-2/+2
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear1-0/+3
2021-02-12mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+9
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2-103/+9
2021-02-12mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau1-2/+16
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2-239/+336
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2-12/+8
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau1-11/+10
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau3-64/+79
2021-02-12mac80211: fix potential overflow when multiplying to u32 integersColin Ian King1-1/+1
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2-12/+21
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-02-06Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-1/+1
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+14
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-1/+1
2021-01-28mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau1-1/+1
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg6-16/+33
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-5/+4
2021-01-22mac80211: minstrel_ht: fix rounding error in throughput calculationFelix Fietkau1-4/+3