summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2025-02-08wifi: mac80211: don't flush non-uploaded STAsJohannes Berg
2025-02-08wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman
2025-02-08wifi: mac80211: prohibit deactivating all linksJohannes Berg
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach
2025-01-09wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi
2025-01-09wifi: mac80211: Add non-atomic station iteratorRory Little
2025-01-09wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih
2024-12-19wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin
2024-12-19wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg
2024-12-19wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li
2024-12-09mac80211: fix user-power when emulating chanctxBen Greear
2024-11-14Revert "wifi: mac80211: fix RCU list iterations"Greg Kroah-Hartman
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven
2024-10-17wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge
2024-10-10wifi: mac80211: fix RCU list iterationsJohannes Berg
2024-10-04wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih
2024-09-30wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov
2024-09-08wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg
2024-08-29wifi: mac80211: flush STA queues on unauthorizationJohannes Berg
2024-08-29wifi: mac80211: fix BA session teardown raceJohannes Berg
2024-08-29wifi: mac80211: lock wiphy in IP address notifierJohannes Berg
2024-08-19wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg
2024-08-19wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg
2024-07-25wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg
2024-07-25wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov
2024-07-25wifi: mac80211: handle tasklet frames before stoppingJohannes Berg
2024-07-25wifi: mac80211: apply mcast rate only if interface is upJohannes Berg
2024-07-25wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande
2024-06-21wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong
2024-06-21wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel
2024-06-21wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande
2024-06-12wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg
2024-05-17wifi: mac80211: fix prep_connection error pathJohannes Berg
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-05-02wifi: mac80211: fix unaligned le16 accessJohannes Berg
2024-05-02wifi: mac80211: remove link before APJohannes Berg
2024-05-02wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau
2024-05-02wifi: mac80211: clean up assignments to pointer cache.Colin Ian King
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-03-26wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau
2024-03-01wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg
2024-03-01wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg
2024-03-01wifi: mac80211: set station RX-NSS on reconfigJohannes Berg
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau