index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-19
wifi: nl80211: ignore cluster id after NAN started
Miri Korenblit
1
-5
/
+6
2026-01-19
wifi: cfg80211: cleanup cluster_id when stopping NAN
Miri Korenblit
1
-0
/
+2
2026-01-19
wifi: cfg80211: limit NAN func management APIs to offloaded DE
Miri Korenblit
1
-0
/
+6
2026-01-19
wifi: cfg80211: stop NAN and P2P in cfg80211_leave
Miri Korenblit
1
-1
/
+3
2026-01-19
wifi: cfg80211: allow only one NAN interface, also in multi radio
Miri Korenblit
1
-6
/
+2
2026-01-14
wifi: nl80211: Add support for EPP peer indication
Sai Pratyusha Magam
1
-0
/
+5
2026-01-14
wifi: cfg80211: add support for key configuration before association
Kavita Kavita
1
-1
/
+3
2026-01-14
wifi: cfg80211: add support for EPPKE Authentication Protocol
Ainy Kumari
1
-2
/
+12
2026-01-13
wifi: cfg80211: don't apply HT flags to S1G channels
Lachlan Hodges
1
-1
/
+10
2026-01-12
Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
8
-19
/
+36
2026-01-12
wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channel
Lachlan Hodges
1
-0
/
+3
2026-01-12
wifi: cfg80211: Fix bitrate calculation overflow for HE rates
Veerendranath Jakkam
1
-3
/
+5
2026-01-08
wifi: avoid kernel-infoleak from struct iw_point
Eric Dumazet
2
-0
/
+8
2026-01-08
wifi: cfg80211: Fix use_for flag update on BSS refresh
Huang Chenming
1
-1
/
+1
2026-01-08
wifi: cfg80211: add cfg80211_stop_link() for per-link teardown
Manish Dharanenthiran
6
-18
/
+32
2025-12-16
wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()
Dan Carpenter
1
-1
/
+1
2025-11-25
wifi: cfg80211: include s1g_primary_2mhz when sending chandef
Lachlan Hodges
1
-0
/
+3
2025-11-24
wifi: cfg80211: stop radar detection in cfg80211_leave()
Johannes Berg
3
-0
/
+21
2025-11-24
wifi: cfg80211: use cfg80211_leave() in iftype change
Johannes Berg
1
-22
/
+1
2025-11-20
wifi: cfg80211: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2
-3
/
+3
2025-11-11
wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connection
Pagadala Yesu Anjaneyulu
3
-6
/
+8
2025-11-11
wifi: cfg80211/mac80211: clean up duplicate ap_power handling
Pagadala Yesu Anjaneyulu
1
-14
/
+1
2025-11-11
wifi: cfg80211: use a C99 initializer in wiphy_register
Emmanuel Grumbach
1
-6
/
+6
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+77
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2025-10-28
wifi: cfg80211: add an hrtimer based delayed work item
Benjamin Berg
2
-0
/
+77
2025-10-27
wifi: cfg80211: Add parameters to radio-specific debugfs directories
Roopni Devanathan
1
-0
/
+33
2025-10-27
wifi: cfg80211: Add debugfs support for multi-radio wiphy
Roopni Devanathan
1
-0
/
+15
2025-10-27
wifi: cfg80211: default S1G chandef width to 1MHz
Lachlan Hodges
1
-0
/
+3
2025-10-27
wifi: cfg80211/mac80211: validate radio frequency range for monitor mode
Ryder Lee
1
-3
/
+3
2025-10-20
wifi: nl80211: call kfree without a NULL check
Emmanuel Grumbach
1
-2
/
+1
2025-09-23
wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()
Ryder Lee
1
-1
/
+1
2025-09-22
wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flags
Johannes Berg
1
-15
/
+0
2025-09-19
wifi: cfg80211: remove ieee80211_s1g_channel_width
Lachlan Hodges
1
-27
/
+0
2025-09-19
wifi: cfg80211: correctly implement and validate S1G chandef
Lachlan Hodges
3
-100
/
+114
2025-09-19
wifi: cfg80211: Store the NAN cluster ID
Ilan Peer
1
-0
/
+2
2025-09-19
wifi: cfg80211: Support Tx/Rx of action frame for NAN
Ilan Peer
1
-2
/
+6
2025-09-19
wifi: cfg80211: Advertise supported NAN capabilities
Ilan Peer
1
-0
/
+41
2025-09-19
wifi: cfg80211: Add cluster joined notification APIs
Andrei Otcheretianski
2
-0
/
+60
2025-09-19
wifi: nl80211: Add NAN Discovery Window (DW) notification
Andrei Otcheretianski
2
-0
/
+61
2025-09-19
wifi: nl80211: Add more configuration options for NAN commands
Andrei Otcheretianski
1
-35
/
+263
2025-09-11
Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
6
-73
/
+323
2025-09-11
wifi: nl80211: completely disable per-link stats for now
Johannes Berg
1
-1
/
+1
2025-09-10
wifi: cfg80211: Remove the redundant wiphy_dev
Zheng tan
1
-1
/
+1
2025-09-10
wifi: cfg80211: update the time stamps in hidden ssid
Miri Korenblit
1
-2
/
+7
2025-09-10
wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station() for MLO
Nithyanantham Paramasivam
1
-6
/
+7
2025-09-04
wifi: nl80211: strict checking attributes for NL80211_CMD_SET_BSS
Arend van Spriel
1
-7
/
+45
2025-09-04
wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSS
Arend van Spriel
2
-2
/
+46
2025-09-04
wifi: nl80211: Add EHT fixed Tx rate support
Muna Sinada
1
-5
/
+224
2025-09-04
wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()
Aditya Kumar Singh
1
-1
/
+1
[prev]
[next]