summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()Yue Haibing2023-08-221-1/+0
* wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-08-221-0/+1
* wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg2023-08-221-0/+3
* wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg2023-08-221-0/+13
* wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_pmsr_request with __counted_byKees Cook2023-08-221-2/+1
* wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_cqm_config with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook2023-08-221-2/+1
* wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo2023-08-091-1/+4
* wifi: cfg80211: Fix return value in scan logicIlan Peer2023-07-261-1/+1
* wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau2023-07-121-0/+2
* wifi: nl80211/reg: add no-EHT regulatory flagJohannes Berg2023-06-211-1/+3
* wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer2023-06-211-0/+13
* 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: 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: 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: 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: 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: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-193-14/+21
* wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva2023-06-191-0/+6
* Merge wireless into wireless-nextJohannes Berg2023-06-193-7/+11
|\
| * wifi: cfg80211: remove links only on APJohannes Berg2023-06-091-1/+8
| * wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-091-3/+3
| * wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-091-3/+0
* | wifi: cfg80211: replace strlcpy() with strscpy()Azeem Shaikh2023-06-141-1/+1
* | wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer2023-06-141-1/+12
* | wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2023-06-142-0/+133
* | wifi: cfg80211: move scan done work to wiphy workJohannes Berg2023-06-073-14/+7
* | wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg2023-06-073-7/+6
* | wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg2023-06-073-1/+136
* | wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2023-06-072-0/+11
* | wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg2023-06-071-1/+3
* | wifi: cfg80211: move wowlan disable under locksJohannes Berg2023-06-071-4/+4
* | wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg2023-06-072-3/+4
* | wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2023-06-072-5/+5
|/
* wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg2023-06-061-2/+2
* wifi: cfg80211: fix locking in sched scan stop workJohannes Berg2023-06-061-2/+2