summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2-1/+14
2021-06-03mac80211: check defrag PN against current frameJohannes Berg3-9/+20
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg5-43/+73
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg1-1/+18
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef1-1/+1
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef4-0/+16
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef1-11/+12
2021-05-19mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-05-14mac80211: bail out if cipher schemes are invalidJohannes Berg1-2/+5
2021-04-21mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-04-14mac80211: fix TXQ AC confusionJohannes Berg1-1/+1
2021-04-14mac80211: fix time-is-after bug in mlmeBen Greear1-1/+4
2021-04-10mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel1-1/+12
2021-04-10mac80211: Check crypto_aead_encrypt for errorsDaniel Phan2-4/+6
2021-03-30mac80211: fix double free in ibss_leaveMarkus Theil1-0/+2
2021-03-30mac80211: Allow HE operation to be longer than expected.Brian Norris2-2/+2
2021-03-30mac80211: fix rate mask resetJohannes Berg1-2/+2
2021-03-04mac80211: fix potential overflow when multiplying to u32 integersColin Ian King1-1/+1
2021-02-17ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-1/+1
2021-02-13mac80211: 160MHz with extended NSS BW in CSAShay Bar1-3/+7
2021-02-10mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-02-07mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau1-12/+15
2021-02-07mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2021-02-07mac80211: fix incorrect strlen of .write in debugfsShayne Chen1-24/+20
2021-02-04mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-23mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-23mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2020-12-30mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-30mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg1-4/+10
2020-12-05mac80211: 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-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-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg1-1/+2
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab1-1/+8
2020-10-30mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-10-14mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08mac80211: initialize last_rate for S1G STAsThomas Pedersen6-1/+25
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-02mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen1-6/+9
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+3
2020-09-28mac80211: fix some more kernel-doc in meshJohannes Berg2-0/+5
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau2-5/+15
2020-09-28mac80211: support S1G associationThomas Pedersen5-13/+128