index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-08
wifi: nl80211: remove redundant null pointer check in coalescing
Dmitry Kandybka
1
-2
/
+0
2024-10-08
wifi: cfg80211: check radio iface combination for multi radio per wiphy
Karthikeyan Periyasamy
1
-10
/
+54
2024-10-08
wifi: mac80211, cfg80211: miscellaneous spelling fixes
Dmitry Antipov
7
-8
/
+8
2024-10-08
wifi: cfg80211: Add wiphy_delayed_work_pending()
Remi Pommarel
1
-0
/
+7
2024-10-08
wifi: cfg80211: Do not create BSS entries for unsupported channels
Chenming Huang
1
-0
/
+4
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-09
wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
Dmitry Antipov
2
-2
/
+4
2024-09-06
wifi: cfg80211/mac80211: use proper link ID for DFS
Aditya Kumar Singh
2
-12
/
+13
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
5
-34
/
+62
2024-09-06
wifi: cfg80211: move DFS related members to links[] in wireless_dev
Aditya Kumar Singh
5
-13
/
+14
2024-09-06
wifi: trace: unlink rdev_end_cac trace event from wiphy_netdev_evt class
Aditya Kumar Singh
1
-3
/
+12
2024-09-06
wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSS
Veerendranath Jakkam
1
-0
/
+27
2024-09-06
wifi: cfg80211: skip indicating signal for per-STA profile BSSs
Veerendranath Jakkam
3
-11
/
+19
2024-09-06
wifi: cfg80211: make BSS source types public
Veerendranath Jakkam
2
-5
/
+7
2024-09-06
wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error paths
Veerendranath Jakkam
1
-2
/
+2
2024-09-06
wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
Dmitry Antipov
1
-3
/
+3
2024-09-05
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
6
-15
/
+30
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-5
/
+5
2024-08-28
wifi: cfg80211: Set correct chandef when starting CAC
Issam Hamdi
1
-1
/
+14
2024-08-27
wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2024-08-27
wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priority
hhorace
1
-4
/
+6
2024-08-27
wifi: lib80211: Constify struct lib80211_crypto_ops
Christophe JAILLET
4
-4
/
+4
2024-08-27
wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211
Christophe JAILLET
1
-4
/
+4
2024-07-26
wifi: cfg80211: correct S1G beacon length calculation
Johannes Berg
1
-3
/
+8
2024-07-26
wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done
Veerendranath Jakkam
1
-0
/
+1
2024-07-09
wifi: cfg80211: add helper for checking if a chandef is valid on a radio
Felix Fietkau
1
-0
/
+35
2024-07-09
wifi: cfg80211: extend interface combination check for multi-radio
Felix Fietkau
2
-7
/
+38
2024-07-09
wifi: cfg80211: add support for advertising multiple radios belonging to a wiphy
Felix Fietkau
1
-11
/
+102
2024-07-08
wifi: nl80211: split helper function from nl80211_put_iface_combinations
Felix Fietkau
1
-52
/
+59
2024-06-28
wifi: nl80211: don't give key data to userspace
Johannes Berg
1
-8
/
+2
2024-06-27
Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
11
-138
/
+256
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2024-06-26
wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values
Eric Dumazet
1
-1
/
+5
2024-06-26
wifi: cfg80211: Always call tracing
Ilan Peer
1
-35
/
+21
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2024-06-12
wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scan
Emmanuel Grumbach
1
-2
/
+2
2024-06-12
wifi: nl80211: remove the FTMs per burst limit for NDP ranging
Avraham Stern
2
-3
/
+10
2024-06-12
wifi: cfg80211: reject non-conformant 6 GHz center frequencies
Benjamin Berg
2
-11
/
+49
2024-06-12
wifi: cfg80211: add regulatory flag to allow VLP AP operation
Johannes Berg
4
-19
/
+62
2024-06-12
wifi: cfg80211: refactor regulatory beaconing checking
Johannes Berg
1
-18
/
+12
2024-06-12
wifi: cfg80211: refactor 6 GHz AP power type parsing
Johannes Berg
2
-27
/
+46
2024-06-12
wifi: mac80211: refactor channel checks
Johannes Berg
3
-10
/
+14
2024-06-12
wifi: nl80211: expose can-monitor channel property
Johannes Berg
1
-0
/
+3
2024-06-12
wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()
Baochen Qiang
1
-1
/
+3
2024-06-12
wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()
Baochen Qiang
1
-2
/
+2
2024-06-12
wifi: cfg80211: make hash table duplicates more survivable
Johannes Berg
1
-12
/
+34
2024-06-12
wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
Dmitry Antipov
1
-2
/
+6
2024-06-12
wifi: cfg80211: wext: set ssids=NULL for passive scans
Johannes Berg
1
-1
/
+3
2024-06-11
Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
6
-111
/
+225
2024-05-29
wifi: cfg80211: fix 6 GHz scan request building
Johannes Berg
2
-17
/
+36
[prev]
[next]