summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-161-1/+0
* wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-101-1/+3
* mac80211: Fix MLO address translation for multiple bss caseSriram R2023-01-101-0/+3
* wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-101-0/+7
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-103-14/+37
* wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-102-1/+8
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-01-105-50/+21
* wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-101-123/+99
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-025-135/+211
|\
| * wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau2022-12-011-28/+10
| * wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2022-12-012-97/+187
| * wifi: mac80211: update TIM for S1G specification changesKieran Frewen2022-12-011-5/+9
| * wifi: mac80211: don't parse multi-BSSID in assoc respJohannes Berg2022-12-011-1/+1
| * wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg2022-12-011-2/+1
| * wifi: mac80211: Drop not needed check for NULLAlexander Wetzel2022-12-011-1/+1
| * wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-011-1/+1
| * wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao2022-12-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+3
|\ \ | |/ |/|
| * wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-104-3/+15
|\|
| * 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
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-4/+4
* | Kalle Valo says:Jakub Kicinski2022-10-2824-366/+644
|\ \ | |/ |/|
| * wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-1014-252/+48
| * Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-10-105-16/+20
| |\
| * | wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel2022-10-101-0/+46
| * | wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstre...Peter Seiderer2022-10-072-4/+0
| * | wifi: mac80211: fix ifdef symbol nameJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: remove support for AddBA with fragmentationJohannes Berg2022-10-071-19/+0
| * | wifi: mac80211: agg-rx: avoid band checkJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg2022-10-071-0/+10
| * | wifi: mac80211: don't clear DTIM period after setting itJohannes Berg2022-10-071-13/+12
| * | wifi: mac80211: change AddBA deny error messageJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: mlme: mark assoc link in outputJohannes Berg2022-10-071-2/+4
| * | wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2022-10-072-2/+6
| * | wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg2022-10-071-2/+6
| * | wifi: mac80211: fix AddBA response addressingJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: set internal scan request BSSIDJohannes Berg2022-10-071-0/+2
| * | wifi: mac80211: advertise TWT requester only with HW supportHaim Dreyfuss2022-10-071-6/+24
| * | wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg2022-10-071-19/+21
| * | wifi: mac80211: transmit AddBA with MLD addressJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: wme: use ap_addr instead of deflink BSSIDJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: Process association status for affiliated linksIlan Peer2022-10-072-5/+37
| * | wifi: mac80211: Parse station profile from association responseIlan Peer2022-10-073-6/+187
| * | wifi: mac80211: recalc station aggregate data during link switchJohannes Berg2022-10-073-9/+43
| * | wifi: mac80211: include link address in debugfsBenjamin Berg2022-10-071-0/+15