aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds19-298/+448
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-2/+1
2026-08-12mac80211: fils_aead: Use __cleanup() instead of memzero_explicit()Thomas Huth1-2/+1
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski15-156/+230
2026-08-06wifi: mac80211: skip default WMM setup for AP_VLAN linksFelix Fietkau1-1/+2
2026-08-02wifi: mac80211: disconnect on CSA to channel 0Johannes Berg1-5/+6
2026-08-02wifi: mac80211: fix RCU usage in peer probingJohannes Berg1-0/+2
2026-08-02wifi: mac80211: fix RCU dereference in throughput estimateJohannes Berg1-1/+1
2026-08-02wifi: mac80211: skip unused probe response countdown offsetsZhao Li1-1/+2
2026-08-02wifi: mac80211: send TWT teardown to peer after setup TX failureZhao Li1-1/+1
2026-08-02wifi: cfg80211: convert tx_control_port cookie to input parameterArend van Spriel3-17/+16
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel3-9/+9
2026-08-02wifi: mac80211: stop using ieee80211_mgmt_tx_cookie()Arend van Spriel4-33/+5
2026-08-02Revert "wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) frames"Johannes Berg1-3/+0
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+7
2026-07-28wifi: mac80211: fix per-STA profile length in cross-link CSA parsingZhao Li1-1/+1
2026-07-28wifi: mac80211: simplify airtime_flags_write()Dmitry Antipov1-16/+3
2026-07-28wifi: mac80211: add ieee80211_txq_aql_pending()Felix Fietkau1-0/+18
2026-07-28wifi: mac80211: add AQL support for multicast packetsFelix Fietkau7-30/+63
2026-07-28wifi: mac80211: estimate expected throughput if not provided by driver/rcFelix Fietkau1-3/+46
2026-07-28wifi: mac80211: factor out part of ieee80211_calc_expected_tx_airtimeFelix Fietkau2-36/+56
2026-07-28wifi: mac80211: validate individual TWT params before driver setupZhao Li1-0/+4
2026-07-28wifi: mac80211: fix tid_tx use-after-free on BA session stopZhao Li1-1/+3
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski9-143/+221
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+9
2026-07-22wifi: mac80211: implement STA-mode peer probingPriyansha Tiwari2-61/+61
2026-07-21wifi: mac80211: parse enhanced critical updates fieldJohannes Berg1-2/+36
2026-07-21wifi: mac80211: refactor multi-link assoc response parsingJohannes Berg1-20/+33
2026-07-21wifi: mac80211: notify driver before destroying assoc linkPagadala Yesu Anjaneyulu1-35/+40
2026-07-21wifi: mac80211: fix monitor min_def bandwidthJohannes Berg1-2/+4
2026-07-21wifi: mac80211: use ifa_dev from event argumentYuyang Huang1-3/+1
2026-07-21wifi: mac80211: ibss: read deauth reason_code after frame length checkShahar Tzarfati1-1/+3
2026-07-21wifi: use UHR operation field presence bitsJohannes Berg2-5/+2
2026-07-21wifi: mac80211: always send regulatory connectivity elementJohannes Berg3-12/+29
2026-07-21wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) framesDeepanshu Kartikey1-0/+3
2026-07-21wifi: mac80211: recalculate TIM when a station enters power saveAndrew Pope1-0/+2
2026-07-21wifi: mac80211: copy aggregation informationBenjamin Berg1-0/+3
2026-07-21wifi: mac80211: tear down new links on vif update error pathXiang Mei1-0/+4
2026-07-07wifi: mac80211: Route (Re)association req/response to per-STA queueIlan Peer2-3/+8
2026-07-07wifi: mac80211: ibss: wait for in-flight TX on disconnectPagadala Yesu Anjaneyulu1-6/+3
2026-07-07wifi: mac80211: recalculate rx_nss on IBSS peer capability updateShahar Tzarfati1-2/+2
2026-07-07wifi: mac80211: fix memory leak in ieee80211_register_hw()Dawei Feng1-1/+2
2026-07-07wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lockCen Zhang1-1/+7
2026-07-06wifi: mac80211: validate deauth frame length before reason accessZhao Li1-2/+4
2026-07-06wifi: mac80211: avoid non-S1G AID fallback for S1G assocZhao Li1-2/+4
2026-07-06wifi: mac80211: validate extension-frame layout before RXZhao Li2-2/+35
2026-07-06wifi: mac80211: defer link RX stats percpu free to RCUMaoyi Xie1-4/+11
2026-07-06wifi: mac80211: free ack status frame on TX header build failureZhiling Zou1-1/+16
2026-07-06wifi: mac80211: fix fils_discovery double free on alloc failureXiang Mei1-3/+3
2026-07-06wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failureXiang Mei1-2/+3