summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-04-031-3/+2
* wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg2024-04-035-28/+30
* wifi: mac80211: use deflink and fix typo in link ID checkBenjamin Berg2024-03-261-2/+2
* wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-03-261-1/+2
* wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg2024-03-011-12/+18
* wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg2024-03-011-0/+1
* wifi: mac80211: initialize SMPS mode correctlyJohannes Berg2024-03-011-4/+3
* wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg2024-03-013-8/+3
* wifi: mac80211: set station RX-NSS on reconfigJohannes Berg2024-03-011-0/+2
* wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-03-012-1/+3
* wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-231-2/+3
* wifi: mac80211: fix waiting for beacons logicJohannes Berg2024-02-161-2/+1
* wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg2024-02-161-7/+7
* wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-161-3/+4
* wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg2024-02-161-27/+76
* wifi: mac80211: fix potential sta-link leakJohannes Berg2024-01-311-1/+4
* wifi: mac80211: fix advertised TTLM schedulingAyala Beker2024-01-251-9/+40
* wifi: mac80211: add/remove driver debugfs entries as appropriateBenjamin Berg2023-12-192-6/+13
* wifi: mac80211: do not re-add debugfs entries during resumeBenjamin Berg2023-12-191-3/+3
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2023-12-121-5/+5
* wifi: mac80211: mesh: check element parsing succeededJohannes Berg2023-12-121-2/+4
* wifi: mac80211: check defragmentation succeededJohannes Berg2023-12-121-1/+3
* wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg2023-12-121-1/+5
* wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis2023-12-121-2/+2
* wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg2023-11-271-45/+105
* wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-272-33/+43
* wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2023-11-241-0/+1
* wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flushOldřich Jedlička2023-11-241-2/+7
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-2623-73/+260
|\
| * wifi: mac80211: drop robust action frames before assocJohannes Berg2023-10-231-0/+9
| * wifi: mac80211: fix another key installation error pathJohannes Berg2023-10-231-2/+4
| * wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-231-1/+1
| * wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-3/+3
| * wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg2023-10-231-0/+8
| * wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...Gustavo A. R. Silva2023-10-232-2/+2
| * wifi: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov2023-10-231-4/+1
| * wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit2023-10-232-1/+9
| * wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit2023-10-231-3/+14
| * wifi: mac80211: flush STA queues on unauthorizationJohannes Berg2023-10-231-12/+20
| * wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit2023-10-233-10/+32
| * wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach2023-10-231-0/+17
| * wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-232-3/+7
| * wifi: mac80211: Fix setting vif linksIlan Peer2023-10-231-1/+1
| * wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg2023-10-236-12/+34
| * wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer2023-10-232-1/+10
| * wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit2023-10-235-10/+40
| * wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit2023-10-232-3/+31
| * wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg2023-10-231-3/+6
| * wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg2023-10-231-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-2/+1
|\ \ | |/ |/|