summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix unaligned le16 accessJohannes Berg12 days1-1/+1
* wifi: mac80211: remove link before APJohannes Berg12 days1-2/+5
* wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg12 days1-4/+9
* wifi: mac80211: mlme: fix memory leakJohannes Berg12 days1-1/+3
* wifi: mac80211: mlme: re-parse with correct modeJohannes Berg12 days1-1/+1
* wifi: mac80211: fix idle calculation with multi-linkJohannes Berg12 days1-5/+22
* wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-174-16/+72
* wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder2024-04-081-1/+2
* wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-083-5/+15
* wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
* 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