summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-31wifi: mac80211: fix ifdef symbol nameJohannes Berg1-1/+1
2022-12-31wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2-2/+6
2022-12-31wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg1-2/+6
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-11-02wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu1-0/+3
2022-11-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari1-1/+1
2022-11-02wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao1-0/+5
2022-10-21wifi: mac80211: fix memory free error when registering wiphy failtaozhang1-2/+6
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg3-20/+32
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-10wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg1-5/+7
2022-10-10wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2-15/+23
2022-10-10wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg1-0/+2
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2-7/+9