summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
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-14mac80211: 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-17wifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
2024-10-17wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-10-17wifi: 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-08-29wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau1-2/+2
2024-08-29wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau1-2/+2
2024-08-29wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau1-8/+8
2024-08-29wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau1-1/+1
2024-08-29wifi: mac80211: fix mesh forwardingFelix Fietkau1-0/+3
2024-08-29wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau1-11/+11
2024-08-29wifi: mac80211: add documentation for amsdu_mesh_controlJohannes Berg1-0/+2
2024-08-29wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15
2024-08-29wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau3-3/+16
2024-08-29wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau1-156/+194
2024-08-29wifi: mac80211: remove mesh forwarding congestion checkFelix Fietkau3-9/+0
2024-08-29wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau1-28/+10
2024-08-29wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg1-0/+8
2024-08-29wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg1-3/+16
2024-08-03wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-08-03wifi: mac80211: Allow NSS change only up to capabilityRameshkumar Sundaram1-5/+20
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 ieee80211_bss_*_flags kernel-docJeff Johnson1-2/+2
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-03-27wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-03-01wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg1-0/+1
2024-03-01wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2-1/+3
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-2/+3
2024-02-16wifi: mac80211: fix waiting for beacons logicJohannes Berg1-2/+1
2024-02-01wifi: mac80211: fix potential sta-link leakJohannes Berg1-1/+4