summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2024-03-04wifi: mac80211: hide element parsing internalsJohannes Berg
2024-03-04wifi: mac80211: remove unneeded scratch_len subtractionJohannes Berg
2024-03-04wifi: mac80211: defragment reconfiguration MLE when parsingJohannes Berg
2024-03-04wifi: mac80211: simplify multi-link element parsingJohannes Berg
2024-03-04wifi: mac80211: remove unnecessary ML element checksJohannes Berg
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg
2024-03-04wifi: mac80211: remove unnecessary ML element type checkJohannes Berg
2024-03-04wifi: mac80211: update scratch_pos after defragJohannes Berg
2024-03-04wifi: mac80211: Adjust CQM handling for MLOIlan Peer
2024-03-04wifi: mac80211: Allow beacons to update BSS table regardless of scanIlan Peer
2024-03-04wifi: mac80211: add link id to ieee80211_gtk_rekey_add()Shaul Triebitz
2024-03-04wifi: mac80211: obtain AP HT/VHT data for assoc requestJohannes Berg
2024-03-04wifi: mac80211: don't add VHT capa on links without themJohannes Berg
2024-03-04wifi: mac80211: handle netif carrier up/down with link AP during MLOAditya Kumar Singh
2024-03-04wifi: mac80211: remove only link keys during stopping link APRameshkumar Sundaram
2024-03-04wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg
2024-03-04wifi: mac80211: fix supported rate masking in scanJohannes Berg
2024-03-04wifi: mac80211: check link exists before useJohannes Berg
2024-03-04wifi: mac80211: always initialize match_authJohannes Berg
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh
2024-02-15Merge wireless into wireless-nextJohannes Berg
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh
2024-02-08wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh
2024-02-08wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee
2024-02-08wifi: mac80211: don't use sband->band earlyJohannes Berg
2024-02-08wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg
2024-02-08wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg
2024-02-08wifi: mac80211: allow CSA to same channelJohannes Berg
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg
2024-02-08wifi: mac80211: move element parsing to a new fileJohannes Berg
2024-02-08wifi: mac80211: start building elements in SKBsJohannes Berg
2024-02-08wifi: mac80211: simplify adding supported ratesJohannes Berg
2024-02-08wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg
2024-02-08wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg
2024-02-08wifi: mac80211: limit HE RU capabilities when limiting bandwidthJohannes Berg
2024-02-08wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg
2024-02-08wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg
2024-02-08wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg
2024-02-08wifi: mac80211: disambiguate element parsing errorsJohannes Berg
2024-02-08wifi: mac80211: implement MLO multicast deduplicationJohannes Berg