summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel4 days1-2/+2
* wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande4 days1-0/+13
* wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson2024-05-171-2/+2
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-04-131-3/+2
* wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-03-012-1/+3
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2024-01-081-5/+5
* wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih2023-11-281-0/+4
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-04-201-1/+2
* wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen2023-03-111-1/+1
* mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2023-02-253-81/+54
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-12-081-1/+1
* wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-10-261-3/+0
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-09-281-4/+7
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-09-151-0/+4
* 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