summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: handle various extensible elements correctlyJohannes Berg2021-06-181-11/+11
* mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-181-0/+8
* mac80211: minstrel_ht: fix sample time checkFelix Fietkau2021-06-181-1/+1
* mac80211: drop multicast fragmentsJohannes Berg2021-06-091-6/+3
* mac80211: move interface shutdown out of wiphy lockJohannes Berg2021-06-093-4/+12
* mac80211: fix 'reset' debugfs lockingJohannes Berg2021-06-091-1/+3
* mac80211: fix deadlock in AP/VLAN handlingJohannes Berg2021-06-081-7/+12
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-16/+36
* mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng2021-05-311-5/+16
* mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-05-311-1/+1
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-05-111-2/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-05-111-6/+27
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-112-1/+14
* mac80211: check defrag PN against current frameJohannes Berg2021-05-113-9/+20
* mac80211: add fragment cache to sta_infoJohannes Berg2021-05-115-43/+73
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-05-111-1/+18
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-111-1/+1
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-05-114-0/+16
* mac80211: assure all fragments are encryptedMathy Vanhoef2021-05-111-11/+12
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2911-62/+98
|\
| * 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: cfg.c: A typo fixBhaskar Chowdhury2021-03-281-1/+1
* | | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-209-14/+32
|\ \ \ | | |/ | |/|
| * | 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: 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