summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2025-06-04wifi: mac80211: remove misplaced drv_mgd_complete_tx() callJohannes Berg1-1/+0
2025-06-04wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()Johannes Berg1-1/+2
2025-05-22wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook1-2/+4
2025-04-25Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg1-1/+0
2025-04-25wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-04-25wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel1-0/+1
2025-04-25wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia1-4/+10
2025-04-10wifi: mac80211: flush the station before moving it to UN-AUTHORIZED stateEmmanuel Grumbach1-3/+17
2025-02-08wifi: mac80211: don't flush non-uploaded STAsJohannes Berg1-0/+3
2025-02-08wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-02-08wifi: mac80211: prohibit deactivating all linksJohannes Berg1-1/+1
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
2025-01-09wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi1-3/+3
2025-01-09wifi: mac80211: Add non-atomic station iteratorRory Little1-1/+15
2025-01-09wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih2-2/+1
2024-12-19wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2
2024-12-19wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg1-2/+3
2024-12-19wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li1-1/+1
2024-12-09mac80211: fix user-power when emulating chanctxBen Greear1-0/+2
2024-11-14Revert "wifi: mac80211: fix RCU list iterations"Greg Kroah-Hartman4-8/+4
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang1-1/+3
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-10-17wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge1-8/+9
2024-10-10wifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
2024-10-04wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih4-3/+4
2024-09-30wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov1-1/+3
2024-09-08wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg1-1/+2
2024-08-29wifi: mac80211: flush STA queues on unauthorizationJohannes Berg1-12/+20
2024-08-29wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15
2024-08-29wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2-1/+35
2024-08-19wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg1-0/+8
2024-08-19wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg1-3/+16
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-07-25wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2-0/+3
2024-07-25wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov1-4/+10
2024-07-25wifi: mac80211: handle tasklet frames before stoppingJohannes Berg3-2/+12
2024-07-25wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-07-25wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande1-0/+1
2024-06-21wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong1-2/+8
2024-06-21wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
2024-06-21wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
2024-06-12wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder1-1/+2
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg3-5/+15
2024-05-17wifi: mac80211: fix prep_connection error pathJohannes Berg1-2/+3
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson1-2/+2
2024-05-02wifi: mac80211: fix unaligned le16 accessJohannes Berg1-1/+1
2024-05-02wifi: mac80211: remove link before APJohannes Berg1-2/+5