summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * wifi: mac80211: don't drop all unprotected public action framesAvraham Stern2023-10-231-2/+1
| * wifi: mac80211: fix error path key leakJohannes Berg2023-10-111-2/+1
* | Merge wireless into wireless-nextJohannes Berg2023-10-069-28/+85
|\|
| * wifi: mac80211: Create resources for disabled linksBenjamin Berg2023-09-261-3/+4
| * wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-09-251-1/+2
| * wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg2023-09-256-7/+44
| * wifi: mac80211: fix potential key leakJohannes Berg2023-09-251-5/+15
| * wifi: mac80211: fix potential key use-after-freeJohannes Berg2023-09-252-1/+4
| * wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau2023-09-132-5/+5
| * wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong2023-09-111-5/+6
* | wifi: mac80211: add back SPDX identifierJohannes Berg2023-09-291-0/+1
* | wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg2023-09-291-2/+3
* | wifi: mac80211: expand __ieee80211_data_to_8023() statusJohannes Berg2023-09-262-12/+14
* | wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return valueJohannes Berg2023-09-262-12/+18
* | wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg2023-09-264-52/+84
* | wifi: mac80211: fix check for unusable RX resultJohannes Berg2023-09-262-1/+4
* | wifi: mac80211: reject MLO channel configuration if not supportedBenjamin Berg2023-09-251-3/+13
* | wifi: mac80211: report per-link error during associationBenjamin Berg2023-09-251-1/+3
* | wifi: mac80211: support antenna control in injectionJohannes Berg2023-09-251-0/+14
* | wifi: mac80211: support handling of advertised TID-to-link mappingAyala Beker2023-09-252-0/+211
* | wifi: mac80211: add support for parsing TID to Link mapping elementAyala Beker2023-09-252-0/+11
* | wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2023-09-252-1/+4
* | wifi: mac80211: describe return values in kernel-docJohannes Berg2023-09-252-0/+4
* | wifi: mac80211: don't connect to an AP while it's in a CSA processAyala Beker2023-09-251-1/+33
* | wifi: mac80211: update the rx_chains after set_antenna()Emmanuel Grumbach2023-09-251-1/+7
* | wifi: mac80211: use bandwidth indication element for CSAJohannes Berg2023-09-254-18/+45
* | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* | wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg2023-09-251-1/+8