summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari2023-07-191-3/+1
* wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer2023-07-191-1/+1
* wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-07-191-0/+2
* wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-211-1/+8
* wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-211-2/+2
* wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-141-1/+3
* wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-141-1/+7
* wifi: mac80211: use correct iftype HE capJohannes Berg2023-06-141-5/+10
* wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-06-091-0/+3
* wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-06-093-30/+47
* wifi: mac80211: simplify chanctx allocationJohannes Berg2023-06-091-1/+1
* wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-241-1/+2
* wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-241-1/+1
* wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-241-2/+3
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-04-131-1/+2
* wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-04-131-1/+1
* wifi: mac80211: fix qos on mesh interfacesFelix Fietkau2023-03-301-2/+4
* wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg2023-03-101-15/+11
* wifi: mac80211: fix off-by-one link settingJohannes Berg2023-03-101-1/+1
* wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann2023-03-101-1/+1
* wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski2023-03-101-1/+2
* wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy2023-03-101-3/+0
* wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen2023-03-101-1/+1
* wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi2023-03-103-1/+31
* mac80211: Fix MLO address translation for multiple bss caseSriram R2023-02-061-0/+3
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-02-013-8/+44
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-02-015-26/+26
* Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-241-1/+0
* wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-241-123/+99
* wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-242-1/+8
* wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-241-0/+7
* wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-241-1/+3
* wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-311-1/+1
* wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao2022-12-311-0/+1
* wifi: mac80211: fix ifdef symbol nameJohannes Berg2022-12-311-1/+1
* wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2022-12-312-2/+6
* wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg2022-12-311-2/+6
* wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
* wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu2022-11-021-0/+3
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-11-021-1/+1
* wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao2022-11-021-0/+5
* wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-133-20/+32
|\ \
| * | wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg2022-10-101-5/+7
| * | wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2022-10-102-15/+23
| * | wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-101-0/+2
| |/
* | wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-072-7/+9