summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add eht_capa debugfs fieldBen Greear2023-06-191-0/+185
* wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg2023-06-191-1/+88
* wifi: cfg80211: search all RNR elements for colocated APsBenjamin Berg2023-06-191-64/+63
* wifi: cfg80211: stop parsing after allocation failureBenjamin Berg2023-06-191-1/+2
* wifi: update multi-link element STA reconfigJohannes Berg2023-06-191-1/+1
* wifi: mac80211: agg-tx: prevent start/stop raceJohannes Berg2023-06-191-0/+8
* wifi: mac80211: agg-tx: add a few locking assertionsJohannes Berg2023-06-191-1/+5
* wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer2023-06-192-0/+172
* wifi: mac80211: add set_active_links variant not locking sdataBenjamin Berg2023-06-192-2/+14
* wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg2023-06-191-5/+7
* wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-194-0/+101
* wifi: cfg80211: do not scan disabled links on 6GHzBenjamin Berg2023-06-191-0/+7
* wifi: cfg80211: handle BSS data contained in ML probe responsesBenjamin Berg2023-06-191-7/+354
* wifi: cfg80211: use structs for TBTT information accessBenjamin Berg2023-06-191-28/+33
* wifi: cfg80211: use a struct for inform_single_bss dataBenjamin Berg2023-06-191-97/+112
* wifi: cfg80211: Always ignore ML elementBenjamin Berg2023-06-191-0/+4
* wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg2023-06-191-1/+2
* wifi: mac80211: Include Multi-Link in CRC calculationIlan Peer2023-06-191-0/+4
* wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2023-06-192-20/+10
* wifi: cfg80211: fix regulatory disconnect for non-MLOJohannes Berg2023-06-191-1/+1
* wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer2023-06-191-1/+2
* wifi: mac80211: Add support for parsing Reconfiguration Multi Link elementIlan Peer2023-06-192-3/+23
* wifi: mac80211: Rename multi_linkIlan Peer2023-06-193-18/+18
* wifi: mac80211: use cfg80211 defragmentation helperBenjamin Berg2023-06-192-58/+37
* wifi: cfg80211: add element defragmentation helperBenjamin Berg2023-06-191-0/+60
* wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg2023-06-191-143/+11
* wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg2023-06-191-89/+124
* wifi: cfg80211: ignore invalid TBTT info field typesBenjamin Berg2023-06-191-0/+7
* wifi: mac80211: use new inform_bss callbackBenjamin Berg2023-06-193-55/+42
* wifi: cfg80211: add inform_bss op to update BSSBenjamin Berg2023-06-193-0/+33
* wifi: cfg80211: keep bss_lock held when informingBenjamin Berg2023-06-191-24/+42
* wifi: cfg80211: move regulatory_hint_found_beacon to be earlierBenjamin Berg2023-06-191-20/+22
* wifi: mac80211: feed the link_id to cfg80211_ch_switch_started_notifyEmmanuel Grumbach2023-06-191-2/+3
* wifi: mac80211: add consistency check for compat chandefAnjaneyulu2023-06-191-0/+5
* wifi: mac80211: stop passing cbss to parserBenjamin Berg2023-06-191-1/+0
* wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya2023-06-191-10/+9
* wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik2023-06-193-1/+88
* wifi: mac80211: handle TDLS data frames with MLOAbhishek Naik2023-06-191-2/+20
* wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya2023-06-191-72/+91
* wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-195-23/+30
* wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva2023-06-191-0/+6
* wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari2023-06-191-3/+1
* wifi: mac80211: Add debugfs entry to report dormant linksIlan Peer2023-06-191-0/+14
* wifi: mac80211: Support disabled links during associationIlan Peer2023-06-194-31/+50
* Merge wireless into wireless-nextJohannes Berg2023-06-199-18/+30
|\
| * wifi: mac80211: fragment per STA profile correctlyBenjamin Berg2023-06-123-5/+6
| * wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
| * wifi: cfg80211: remove links only on APJohannes Berg2023-06-091-1/+8
| * wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
| * wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-091-3/+3