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
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-4
/
+1
2025-01-15
saner replacement for debugfs_rename()
Al Viro
1
-4
/
+1
2024-12-04
wifi: cfg80211: define and use wiphy guard
Johannes Berg
1
-23
/
+19
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2024-10-25
wifi: cfg80211: clear wdev->cqm_config pointer on free
Johannes Berg
1
-0
/
+1
2024-10-23
wifi: cfg80211: add option for vif allowed radios
Felix Fietkau
1
-0
/
+2
2024-10-08
wifi: cfg80211: check radio iface combination for multi radio per wiphy
Karthikeyan Periyasamy
1
-10
/
+54
2024-10-08
wifi: cfg80211: Add wiphy_delayed_work_pending()
Remi Pommarel
1
-0
/
+7
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-5
/
+5
2024-06-10
Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-1
/
+14
2024-05-29
wifi: cfg80211: fully move wiphy work to unbound workqueue
Johannes Berg
1
-1
/
+1
2024-05-29
wifi: nl80211: clean up coalescing rule handling
Johannes Berg
1
-1
/
+2
2024-05-23
wifi: cfg80211: add tracing for wiphy work
Johannes Berg
1
-0
/
+12
2024-01-26
wifi: cfg80211: fix wiphy delayed work queueing
Johannes Berg
1
-1
/
+2
2023-11-24
wifi: cfg80211: hold wiphy mutex for send_interface
Johannes Berg
1
-2
/
+2
2023-11-24
wifi: cfg80211: lock wiphy mutex for rfkill poll
Johannes Berg
1
-0
/
+2
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-10-11
wifi: cfg80211: use system_unbound_wq for wiphy work
Johannes Berg
1
-1
/
+1
2023-10-06
Merge wireless into wireless-next
Johannes Berg
1
-7
/
+7
2023-09-11
wifi: cfg80211: fix cqm_config access race
Johannes Berg
1
-7
/
+7
2023-09-11
wifi: cfg80211: annotate iftype_data pointer with sparse
Johannes Berg
1
-5
/
+3
2023-09-11
wifi: cfg80211: remove wdev mutex
Johannes Berg
1
-18
/
+6
2023-09-11
wifi: cfg80211: add flush functions for wiphy work
Johannes Berg
1
-2
/
+32
2023-09-11
wifi: cfg80211: check RTNL when iterating devices
Johannes Berg
1
-3
/
+3
2023-06-19
wifi: cfg80211: fix regulatory disconnect with OCB/NAN
Johannes Berg
1
-16
/
+0
2023-06-07
wifi: cfg80211: move scan done work to wiphy work
Johannes Berg
1
-2
/
+1
2023-06-07
wifi: cfg80211: move sched scan stop to wiphy work
Johannes Berg
1
-5
/
+3
2023-06-07
wifi: cfg80211: add a work abstraction with special semantics
Johannes Berg
1
-0
/
+122
2023-06-07
wifi: cfg80211: hold wiphy lock when sending wiphy
Johannes Berg
1
-0
/
+8
2023-06-07
wifi: cfg80211: move wowlan disable under locks
Johannes Berg
1
-4
/
+4
2023-06-07
wifi: cfg80211: hold wiphy lock in pmsr work
Johannes Berg
1
-2
/
+1
2023-06-07
wifi: cfg80211: hold wiphy lock in auto-disconnect
Johannes Berg
1
-4
/
+2
2023-06-06
wifi: cfg80211: fix locking in sched scan stop work
Johannes Berg
1
-2
/
+2
2022-08-25
wifi: cfg80211/mac80211: check EHT capability size correctly
Johannes Berg
1
-0
/
+16
2022-07-15
wifi: cfg80211: clean up links appropriately
Johannes Berg
1
-1
/
+2
2022-07-01
wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settings
Veerendranath Jakkam
1
-0
/
+6
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
1
-8
/
+20
2022-02-04
cfg80211: fix race in netlink owner interface destruction
Johannes Berg
1
-13
/
+4
2021-12-20
cfg80211: Enable regulatory enforcement checks for drivers supporting mesh iface
Sriram R
1
-0
/
+1
2021-12-20
cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standard
Lorenzo Bianconi
1
-6
/
+7
2021-11-19
cfg80211: move offchan_cac_event to a dedicated work
Lorenzo Bianconi
1
-1
/
+5
2021-11-19
cfg80211: implement APIs for dedicated radar detection HW
Lorenzo Bianconi
1
-0
/
+3
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-10-25
cfg80211: fix management registrations locking
Johannes Berg
1
-1
/
+1
2021-09-27
cfg80211: always free wiphy specific regdomain
Johannes Berg
1
-0
/
+10
2021-06-23
cfg80211: set custom regdomain after wiphy registration
Miri Korenblit
1
-4
/
+4
2021-06-23
cfg80211: expose the rfkill device to the low level driver
Emmanuel Grumbach
1
-21
/
+13
2021-06-23
cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELS
Johannes Berg
1
-8
/
+0
2021-06-09
cfg80211: fix phy80211 symlink creation
Johannes Berg
1
-8
/
+5
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-3
/
+4
[next]