summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: correctly set active links upon TTLMAyala Beker2024-03-251-1/+9
* wifi: mac80211: fix prep_connection error pathJohannes Berg2024-03-251-2/+3
* wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson2024-03-251-2/+2
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-03-251-3/+2
* wifi: mac80211: fix mlme_link_id_dbg()Johan Hovold2024-03-251-1/+1
* Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-03-0819-295/+433
|\
| * wifi: mac80211: remove TDLS peers on link deactivationJohannes Berg2024-03-041-1/+1
| * wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg2024-03-044-6/+11
| * wifi: mac80211: mlme: unify CSA handlingJohannes Berg2024-03-041-16/+22
| * wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg2024-03-045-26/+37
| * wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg2024-03-042-4/+6
| * wifi: mac80211: pass link_id to channel switch opsJohannes Berg2024-03-043-66/+24
| * wifi: mac80211: hide element parsing internalsJohannes Berg2024-03-043-58/+78
| * wifi: mac80211: remove unneeded scratch_len subtractionJohannes Berg2024-03-041-1/+0
| * wifi: mac80211: defragment reconfiguration MLE when parsingJohannes Berg2024-03-043-16/+27
| * wifi: mac80211: simplify multi-link element parsingJohannes Berg2024-03-043-16/+8
| * wifi: mac80211: remove unnecessary ML element checksJohannes Berg2024-03-041-3/+0
| * wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg2024-03-044-15/+8
| * wifi: mac80211: remove unnecessary ML element type checkJohannes Berg2024-03-041-4/+0
| * wifi: mac80211: update scratch_pos after defragJohannes Berg2024-03-041-0/+1
| * wifi: mac80211: Adjust CQM handling for MLOIlan Peer2024-03-041-29/+50
| * wifi: mac80211: Allow beacons to update BSS table regardless of scanIlan Peer2024-03-041-7/+15
| * wifi: mac80211: add link id to ieee80211_gtk_rekey_add()Shaul Triebitz2024-03-041-4/+12
| * wifi: mac80211: obtain AP HT/VHT data for assoc requestJohannes Berg2024-03-041-0/+73
| * wifi: mac80211: don't add VHT capa on links without themJohannes Berg2024-03-041-1/+2
| * wifi: mac80211: handle netif carrier up/down with link AP during MLOAditya Kumar Singh2024-03-041-2/+30
| * wifi: mac80211: remove only link keys during stopping link APRameshkumar Sundaram2024-03-041-1/+7
| * wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg2024-03-045-28/+30
| * wifi: mac80211: fix supported rate masking in scanJohannes Berg2024-03-041-4/+4
| * wifi: mac80211: check link exists before useJohannes Berg2024-03-041-1/+1
| * wifi: mac80211: always initialize match_authJohannes Berg2024-03-041-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+2
|\ \ | |/ |/|
| * wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-02-231-1/+2
* | wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg2024-02-211-4/+5
* | wifi: mac80211: clean up assignments to pointer cache.Colin Ian King2024-02-211-5/+1
* | wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit2024-02-212-11/+9
* | wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-211-2/+12
* | Merge wireless into wireless-nextJohannes Berg2024-02-151-1/+2
|\|
| * wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-081-2/+3
* | wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg2024-02-121-1/+9
* | wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh2024-02-121-1/+1
* | wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-128-18/+33
* | wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-122-3/+2
* | wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-081-2/+13
* | wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh2024-02-082-24/+37
* | wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh2024-02-081-13/+15
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-3/+11
* | wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee2024-02-081-52/+250
* | wifi: mac80211: don't use sband->band earlyJohannes Berg2024-02-081-1/+1
* | wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg2024-02-081-1/+2