summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-06-142-0/+25
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-141-5/+2
* mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-251-2/+1
* mac80211: fix potential double free on mesh joinLinus Lüssing2022-03-281-3/+0
* mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-03-081-2/+2
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-111-1/+1
* mac80211: validate extended element ID is presentJohannes Berg2021-12-221-0/+2
* mac80211: track only QoS data frames for admission controlJohannes Berg2021-12-221-3/+10
* mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-221-1/+1
* mac80211: check return value of rhashtable_initMichelleJin2021-10-171-1/+4
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-10-171-1/+2
* mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-10-061-0/+4
* mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-10-061-0/+8
* mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg2021-10-061-0/+6
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-09-221-1/+3
* mac80211: drop data frames without key on encrypted linksJohannes Berg2021-08-264-3/+12
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-07-201-5/+0
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-06-301-1/+1
* 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-42/+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-221-0/+5
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-05-221-2/+5
* mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-281-1/+3
* mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel2021-04-101-1/+12
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-301-0/+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
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* 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-301-3/+1
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-241-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-241-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-242-22/+4
* mac80211: always wind down STA stateJohannes Berg2020-11-221-0/+18
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-13/+24
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-302-1/+6
* mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-10-071-4/+4
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-211-1/+1
* mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-08-051-0/+1