summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-10-2920-2064/+176
|\
| * wifi: cfg80211: add monitor SKIP_TX flagFelix Fietkau2024-10-231-0/+1
| * wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau2024-10-236-9/+14
| * wifi: cfg80211: report per wiphy radio antenna maskFelix Fietkau2024-10-231-0/+5
| * wifi: cfg80211: add option for vif allowed radiosFelix Fietkau2024-10-234-11/+90
| * wifi: cfg80211: disallow SMPS in AP modeJohannes Berg2024-10-231-27/+3
| * Merge net-next/main to resolve conflictsJohannes Berg2024-10-091-1/+1
| |\
| * | Revert "wifi: cfg80211: unexport wireless_nlevent_flush()"Johannes Berg2024-10-092-7/+1
| * | wifi: cfg80211: unexport wireless_nlevent_flush()Johannes Berg2024-10-082-1/+7
| * | wifi: cfg80211: stop exporting wext symbolsJohannes Berg2024-10-084-25/+1
| * | wifi: wext/libipw: move spy implementation to libipwJohannes Berg2024-10-083-236/+0
| * | wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg2024-10-086-1736/+0
| * | wifi: nl80211: remove redundant null pointer check in coalescingDmitry Kandybka2024-10-081-2/+0
| * | wifi: cfg80211: check radio iface combination for multi radio per wiphyKarthikeyan Periyasamy2024-10-081-10/+54
| * | wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov2024-10-087-8/+8
* | | genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-10-151-6/+2
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2024-09-092-2/+4
* wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2024-09-062-12/+13
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-065-34/+62
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-065-13/+14
* wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt classAditya Kumar Singh2024-09-061-3/+12
* wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam2024-09-061-0/+27
* wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam2024-09-063-11/+19
* wifi: cfg80211: make BSS source types publicVeerendranath Jakkam2024-09-062-5/+7
* wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam2024-09-061-2/+2
* wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov2024-09-061-3/+3
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-046-15/+30
|\
| * wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi2024-08-281-1/+14
| * wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-271-2/+2
| * wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace2024-08-271-4/+6
| * wifi: lib80211: Constify struct lib80211_crypto_opsChristophe JAILLET2024-08-274-4/+4
| * wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET2024-08-271-4/+4
* | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-5/+5
* | 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