summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2024-01-01wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg1-5/+5
2024-01-01wifi: mac80211: mesh: check element parsing succeededJohannes Berg1-2/+4
2024-01-01wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis1-2/+2
2023-11-28wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-11-20wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg1-1/+1
2023-11-20wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg3-8/+10
2023-11-20wifi: mac80211: move offchannel works to wiphy workJohannes Berg3-23/+23
2023-11-20wifi: mac80211: move scan work to wiphy workJohannes Berg5-25/+18
2023-11-20wifi: mac80211: move radar detect work to wiphy workJohannes Berg3-10/+11
2023-10-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
2023-10-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg6-7/+44
2023-10-10wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2023-09-23wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-09-23wifi: mac80211: check S1G action frame sizeJohannes Berg1-0/+4
2023-09-13wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer1-3/+3
2023-08-30wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-07-19wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari1-3/+1
2023-07-19wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer1-1/+1
2023-07-19wifi: mac80211: recalc min chandef for new STA linksJohannes Berg1-0/+2
2023-06-21wifi: mac80211: take lock before setting vif linksBenjamin Berg1-1/+8
2023-06-21wifi: mac80211: fix link activation settings orderJohannes Berg1-2/+2
2023-06-14wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-06-14wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg1-1/+7
2023-06-14wifi: mac80211: use correct iftype HE capJohannes Berg1-5/+10
2023-06-09wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-06-09wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-06-09wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-05-24wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-24wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-24wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-04-13wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-04-13wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1
2023-03-30wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-03-10wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg1-15/+11
2023-03-10wifi: mac80211: fix off-by-one link settingJohannes Berg1-1/+1
2023-03-10wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann1-1/+1
2023-03-10wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski1-1/+2
2023-03-10wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy1-3/+0
2023-03-10wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi3-1/+31
2023-02-06mac80211: Fix MLO address translation for multiple bss caseSriram R1-0/+3
2023-02-01wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel3-8/+44
2023-02-01wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel5-26/+26
2023-01-24Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet1-1/+0
2023-01-24wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau1-123/+99
2023-01-24wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2-1/+8
2023-01-24wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2023-01-24wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau1-1/+3
2022-12-31wifi: mac80211: fix maybe-unused warningÍñigo Huguet1-1/+1
2022-12-31wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao1-0/+1