summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: correct S1G beacon length calculationJohannes Berg2024-07-261-3/+8
* wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam2024-07-261-0/+1
* wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau2024-07-091-0/+35
* wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau2024-07-092-7/+38
* wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau2024-07-091-11/+102
* wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau2024-07-081-52/+59
* wifi: nl80211: don't give key data to userspaceJohannes Berg2024-06-281-8/+2
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-2711-138/+256
|\
| * wifi: cfg80211: Always call tracingIlan Peer2024-06-261-35/+21
| * wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach2024-06-121-2/+2
| * wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2024-06-122-3/+10
| * wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg2024-06-122-11/+49
| * wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg2024-06-124-19/+62
| * wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg2024-06-121-18/+12
| * wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg2024-06-122-27/+46
| * wifi: mac80211: refactor channel checksJohannes Berg2024-06-123-10/+14
| * wifi: nl80211: expose can-monitor channel propertyJohannes Berg2024-06-121-0/+3
| * wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-1/+3
| * wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-2/+2
| * wifi: cfg80211: make hash table duplicates more survivableJohannes Berg2024-06-121-12/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-1/+5
|\ \
| * | wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet2024-06-261-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-3/+9
|\| | | |/ |/|
| * wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov2024-06-121-2/+6
| * wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg2024-06-121-1/+3
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-106-111/+225
|\ \ | |/ |/|
| * wifi: nl80211: clean up coalescing rule handlingJohannes Berg2024-05-293-34/+20
| * wifi: cfg80211: restrict operation during radar detectionJohannes Berg2024-05-233-8/+23
| * wifi: cfg80211: add tracing for wiphy workJohannes Berg2024-05-232-0/+86
| * wifi: cfg80211: sort trace events againJohannes Berg2024-05-231-69/+69
| * wifi: nl80211: disallow setting special AP channel widthsJohannes Berg2024-05-231-0/+27
* | wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2024-05-292-17/+36
* | wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma2024-05-291-4/+4
* | wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel2024-05-291-1/+6
* | wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2024-05-292-3/+3
* | wifi: cfg80211: validate HE operation element parsingJohannes Berg2024-05-291-1/+2
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-1/+1
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ | |/ |/|
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
* | Merge wireless into wireless-nextJohannes Berg2024-05-061-7/+7
|\ \
| * | wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook2024-05-031-7/+7
* | | wifi: cfg80211: handle color change per linkAditya Kumar Singh2024-05-032-4/+12
* | | wifi: cfg80211: Clear mlo_links info when STA disconnectsXin Deng2024-05-031-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-252-2/+4
|\| |
| * | wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-04-191-0/+2
| * | wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev2024-04-081-2/+2
| |/
* | wifi: cfg80211: add return docs for regulatory functionsJohannes Berg2024-04-191-1/+4
* | wifi: cfg80211: make some regulatory functions voidJohannes Berg2024-04-193-16/+13
* | Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-04-031-10/+44
|\ \ | |/ |/|
| * wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg2024-03-251-9/+38