summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2021-12-22mac80211: validate extended element ID is presentJohannes Berg1-0/+2
2021-12-22mac80211: track only QoS data frames for admission controlJohannes Berg1-3/+10
2021-12-22mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-10-17mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-10-06mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-10-06mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-10-06mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-22mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-08-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-3/+12
2021-07-20mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-06-30mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
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-42/+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-22mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-05-22mac80211: bail out if cipher schemes are invalidJohannes Berg1-2/+5
2021-04-28mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-04-10mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel1-1/+12
2021-03-30mac80211: fix double free in ibss_leaveMarkus Theil1-0/+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-10mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-02-07mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2021-02-04mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2020-12-30mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg1-4/+10
2020-12-30mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-11-24mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-24mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-24mac80211: minstrel: remove deferred sampling codeFelix Fietkau2-22/+4
2020-11-22mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-11-18mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-07mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-08-21mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-05mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel1-0/+1
2020-08-05mac80211: mesh: Free ie data when leaving meshRemi Pommarel1-0/+1
2020-07-29mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil1-0/+26
2020-06-03mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing1-0/+7
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-04-02mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6