summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz2024-02-121-0/+5
* wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg2024-02-121-1/+9
* wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg2024-02-123-17/+41
* wifi: cfg80211: rename UHB to 6 GHzJohannes Berg2024-02-123-13/+13
* 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: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh2024-02-122-3/+23
* 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: cfg80211: send link id in channel_switch opsAditya Kumar Singh2024-02-082-2/+6
* wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee2024-02-081-52/+250
* wifi: cfg80211: Add utility for converting op_class into chandefMichael-CY Lee2024-02-081-0/+76
* 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
* wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg2024-02-081-1/+2
* wifi: mac80211: allow CSA to same channelJohannes Berg2024-02-081-4/+0
* wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg2024-02-085-119/+42
* wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg2024-02-085-93/+37
* wifi: mac80211: move element parsing to a new fileJohannes Berg2024-02-083-892/+927
* wifi: mac80211: start building elements in SKBsJohannes Berg2024-02-083-185/+189
* wifi: mac80211: simplify adding supported ratesJohannes Berg2024-02-086-131/+77
* wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg2024-02-083-11/+3
* wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg2024-02-084-8/+10
* wifi: mac80211: limit HE RU capabilities when limiting bandwidthJohannes Berg2024-02-081-2/+33
* wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg2024-02-085-37/+103
* wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg2024-02-084-19/+16
* wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg2024-02-083-1/+8
* wifi: mac80211: disambiguate element parsing errorsJohannes Berg2024-02-082-38/+81
* wifi: mac80211: implement MLO multicast deduplicationJohannes Berg2024-02-083-3/+26
* wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg2024-02-081-3/+2
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-089-273/+181
* wifi: mac80211: use cfg80211_chandef_primary_freq()Johannes Berg2024-02-081-19/+11
* wifi: cfg80211: simplify cfg80211_chandef_compatible()Johannes Berg2024-02-083-81/+273
* wifi: wireless: declare different S1G chandefs incompatibleJohannes Berg2024-02-081-5/+10
* wifi: mac80211: refactor puncturing bitmap extractionJohannes Berg2024-02-081-35/+17
* wifi: cfg80211: move puncturing validation codeJohannes Berg2024-02-081-69/+69
* wifi: mac80211: validate assoc response channel configJohannes Berg2024-02-081-2/+17
* wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg2024-02-084-70/+201
* wifi: mac80211: add and use a link iteration macroJohannes Berg2024-02-082-170/+89
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-0819-288/+330
* wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg2024-02-081-3/+3
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-0810-201/+243
* wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg2024-02-085-93/+29
* wifi: mac80211: clean up connection processJohannes Berg2024-02-0810-997/+1268
* wifi: mac80211: clean up band switch in durationJohannes Berg2024-02-081-11/+8
* wifi: mac80211: remove extra shadowing variableJohannes Berg2024-02-081-1/+0
* wifi: mac80211: remove unused MAX_MSG_LEN defineJohannes Berg2024-02-081-2/+0