summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-2010-61/+97
|\
| * wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-191-1/+1
| * wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-191-8/+8
| * wireless: align some HE capabilities with the specJohannes Berg2021-04-191-9/+10
| * mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein2021-04-193-3/+12
| * mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach2021-04-191-5/+2
| * mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach2021-04-191-9/+1
| * mac80211: aes_cmac: check crypto_shash_setkey() return valueJohannes Berg2021-04-191-2/+9
| * mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King2021-04-191-1/+1
| * mac80211: properly process TXQ management framesJohannes Berg2021-04-191-5/+14
| * mac80211: bail out if cipher schemes are invalidJohannes Berg2021-04-081-2/+5
| * mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-04-081-0/+5
| * mac80211: Set priority and queue mapping for injected framesJohan Almbladh2021-04-081-11/+9
| * mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R2021-04-082-1/+3
| * mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi2021-04-081-0/+3
| * mac80211: don't apply flow control on management framesJohannes Berg2021-04-081-3/+15
| * mac80211: remove redundant assignment of variable resultColin Ian King2021-04-081-1/+1
| * mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun2021-04-081-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-093-3/+8
|\ \ | |/ |/|
| * mac80211: fix time-is-after bug in mlmeBen Greear2021-04-081-1/+4
| * mac80211: fix TXQ AC confusionJohannes Berg2021-04-081-1/+1
| * 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: choose first enabled channel for monitorKarthikeyan Kathirvel2021-03-161-1/+12
* mac80211: Check crypto_aead_encrypt for errorsDaniel Phan2021-03-162-4/+6
* mac80211: Allow HE operation to be longer than expected.Brian Norris2021-03-162-2/+2
* mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg2021-03-161-2/+0
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-161-0/+2
* mac80211: fix rate mask resetJohannes Berg2021-03-161-2/+2
* cfg80211/mac80211: Support disabling HE modeBen Greear2021-02-121-0/+3
* mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers2021-02-121-0/+9
* mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2021-02-122-103/+9
* mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau2021-02-121-2/+16
* mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2021-02-122-239/+336
* mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2021-02-122-12/+8
* mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau2021-02-121-11/+10
* mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau2021-02-123-64/+79
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-02-121-1/+1
* mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2021-02-122-12/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+1
|\
| * Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-061-1/+1
| |\
| | * ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-022-2/+6
|\| |
| * | mac80211: fix station rate table updates on assocFelix Fietkau2021-02-012-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-283-3/+14
|\| |
| * | mac80211: pause TX while changing interface typeJohannes Berg2021-01-262-0/+7
| * | mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-01-211-3/+7
* | | mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau2021-01-271-1/+1
* | | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-266-16/+33
* | | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-5/+4