summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh2021-09-181-2/+9
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-09-151-1/+3
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-08-043-2/+23
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-07-191-8/+3
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-07-141-5/+0
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-07-141-9/+0
* mac80211: handle various extensible elements correctlyJohannes Berg2021-06-301-11/+11
* mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-301-0/+8
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-06-301-1/+1
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-06-231-16/+36
* mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng2021-06-231-5/+16
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-06-031-2/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-06-031-6/+27
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-06-032-1/+14
* mac80211: check defrag PN against current frameJohannes Berg2021-06-033-9/+20
* mac80211: add fragment cache to sta_infoJohannes Berg2021-06-035-43/+73
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-06-031-1/+18
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-1/+1
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-06-034-0/+16
* mac80211: assure all fragments are encryptedMathy Vanhoef2021-06-031-11/+12
* mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-05-191-0/+5
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-05-141-2/+5
* mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-211-1/+3
* mac80211: fix TXQ AC confusionJohannes Berg2021-04-141-1/+1
* mac80211: fix time-is-after bug in mlmeBen Greear2021-04-141-1/+4
* mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel2021-04-101-1/+12
* mac80211: Check crypto_aead_encrypt for errorsDaniel Phan2021-04-102-4/+6
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-301-0/+2
* mac80211: Allow HE operation to be longer than expected.Brian Norris2021-03-302-2/+2
* mac80211: fix rate mask resetJohannes Berg2021-03-301-2/+2
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-03-041-1/+1
* ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-02-171-1/+1
* mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-02-131-3/+7
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-02-071-12/+15
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: fix incorrect strlen of .write in debugfsShayne Chen2021-02-071-24/+20
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-231-1/+1
* mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-231-1/+1
* mac80211: fix a mistake check for rx_stats updateWen Gong2020-12-301-1/+1
* mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-301-4/+10
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-041-3/+1
* mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara2020-12-041-0/+2
* mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong2020-12-041-1/+1
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-131-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-121-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-122-22/+4
* mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8