aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski19-295/+433
2024-03-04wifi: mac80211: remove TDLS peers on link deactivationJohannes Berg1-1/+1
2024-03-04wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg4-6/+11
2024-03-04wifi: mac80211: mlme: unify CSA handlingJohannes Berg1-16/+22
2024-03-04wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg5-26/+37
2024-03-04wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg2-4/+6
2024-03-04wifi: mac80211: pass link_id to channel switch opsJohannes Berg3-66/+24
2024-03-04wifi: mac80211: hide element parsing internalsJohannes Berg3-58/+78
2024-03-04wifi: mac80211: remove unneeded scratch_len subtractionJohannes Berg1-1/+0
2024-03-04wifi: mac80211: defragment reconfiguration MLE when parsingJohannes Berg3-16/+27
2024-03-04wifi: mac80211: simplify multi-link element parsingJohannes Berg3-16/+8
2024-03-04wifi: mac80211: remove unnecessary ML element checksJohannes Berg1-3/+0
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg4-15/+8
2024-03-04wifi: mac80211: remove unnecessary ML element type checkJohannes Berg1-4/+0
2024-03-04wifi: mac80211: update scratch_pos after defragJohannes Berg1-0/+1
2024-03-04wifi: mac80211: Adjust CQM handling for MLOIlan Peer1-29/+50
2024-03-04wifi: mac80211: Allow beacons to update BSS table regardless of scanIlan Peer1-7/+15
2024-03-04wifi: mac80211: add link id to ieee80211_gtk_rekey_add()Shaul Triebitz1-4/+12
2024-03-04wifi: mac80211: obtain AP HT/VHT data for assoc requestJohannes Berg1-0/+73
2024-03-04wifi: mac80211: don't add VHT capa on links without themJohannes Berg1-1/+2
2024-03-04wifi: mac80211: handle netif carrier up/down with link AP during MLOAditya Kumar Singh1-2/+30
2024-03-04wifi: mac80211: remove only link keys during stopping link APRameshkumar Sundaram1-1/+7
2024-03-04wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-03-04wifi: mac80211: fix supported rate masking in scanJohannes Berg1-4/+4
2024-03-04wifi: mac80211: check link exists before useJohannes Berg1-1/+1
2024-03-04wifi: mac80211: always initialize match_authJohannes Berg1-4/+4
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg1-4/+5
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King1-5/+1
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit2-11/+9
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-2/+12
2024-02-15Merge wireless into wireless-nextJohannes Berg1-1/+2
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg1-1/+9
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh1-1/+1
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh8-18/+33
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2-3/+2
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-2/+13
2024-02-08wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh2-24/+37
2024-02-08wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh1-13/+15
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-3/+11
2024-02-08wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee1-52/+250
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg1-1/+1
2024-02-08wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg1-1/+2
2024-02-08wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg1-1/+2
2024-02-08wifi: mac80211: allow CSA to same channelJohannes Berg1-4/+0
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg5-119/+42
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg5-93/+37
2024-02-08wifi: mac80211: move element parsing to a new fileJohannes Berg3-892/+927
2024-02-08wifi: mac80211: start building elements in SKBsJohannes Berg3-185/+189