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
/
drivers
/
net
/
wireless
/
microchip
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-6
/
+7
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-9
/
+9
2025-01-15
wifi: wilc1000: unregister wiphy only after netdev registration
Alexis Lothoré
2
-2
/
+2
2025-01-10
wifi: wilc1000: unregister wiphy only if it has been registered
Alexis Lothoré
3
-6
/
+14
2024-12-04
wifi: cfg80211: send MLO links tx power info in GET_INTERFACE
Rameshkumar Sundaram
1
-1
/
+1
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-10-23
wifi: cfg80211: pass net_device to .set_monitor_channel
Felix Fietkau
1
-1
/
+2
2024-10-17
wifi: wilc1000: Set MAC after operation mode
Marek Vasut
1
-3
/
+3
2024-10-17
wifi: wilc1000: Add WILC3000 support
Ajay Singh
6
-63
/
+299
2024-10-17
wifi: wilc1000: Register wiphy after reading out chipid
Marek Vasut
4
-8
/
+17
2024-10-17
wifi: wilc1000: Fold wilc_create_wiphy() into cfg80211.c
Marek Vasut
2
-48
/
+47
2024-10-17
wifi: wilc1000: Fill in missing error handling
Marek Vasut
3
-51
/
+118
2024-10-17
wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.c
Marek Vasut
2
-26
/
+23
2024-10-17
wifi: wilc1000: Clean up usage of wilc_get_chipid()
Marek Vasut
5
-49
/
+53
2024-10-17
wifi: wilc1000: Keep slot powered on during suspend/resume
Marek Vasut
1
-8
/
+1
2024-10-08
wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-2
/
+2
2024-09-09
wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe()
Li Zetao
1
-4
/
+1
2024-09-09
wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_probe()
Li Zetao
1
-7
/
+3
2024-09-09
wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param
Jiawei Ye
1
-1
/
+3
2024-09-03
wifi: wilc1000: Re-enable RTC clock on resume
Marek Vasut
1
-0
/
+3
2024-09-03
wifi: wilc1000: Do not operate uninitialized hardware during suspend/resume
Marek Vasut
1
-0
/
+7
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2024-07-03
wifi: wilc1000: fix ies_len type in connect path
Jozef Hopko
1
-1
/
+2
2024-06-18
wifi: wilc1000: disable SDIO func IRQ before suspend
Alexis Lothoré
1
-0
/
+3
2024-06-18
wifi: wilc1000: remove suspend/resume from cfg80211 part
Alexis Lothoré
3
-24
/
+2
2024-06-18
wifi: wilc1000: move sdio suspend method next to resume and pm ops definition
Alexis Lothoré
1
-24
/
+23
2024-06-18
wifi: wilc1000: do not keep sdio bus claimed during suspend/resume
Alexis Lothoré
1
-2
/
+0
2024-06-18
wifi: wilc1000: let host->chip suspend/resume notifications manage chip wake/sleep
Alexis Lothoré
2
-9
/
+4
2024-06-18
wifi: wilc1000: disable power sequencer
Ajay Singh
2
-16
/
+0
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
10
-48
/
+193
2024-06-01
wifi: wilc1000: document SRCU usage instead of SRCU
Alexis Lothoré
1
-0
/
+7
2024-06-01
Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"
Alexis Lothoré
1
-1
/
+1
2024-06-01
Revert "wifi: wilc1000: convert list management to RCU"
Alexis Lothoré
5
-45
/
+64
2024-05-17
wifi: wilc1000: read MAC address from fuse at probe
Ajay Singh
3
-16
/
+42
2024-05-17
wifi: wilc1000: make sdio deinit function really deinit the sdio card
Alexis Lothoré
1
-0
/
+45
2024-05-17
wifi: wilc1000: add function to read mac address from eFuse
Alexis Lothoré
4
-0
/
+65
2024-05-17
wifi: wilc1000: set wilc_set_mac_address parameter as const
Alexis Lothoré
3
-4
/
+4
2024-05-17
wifi: wilc1000: register net device only after bus being fully initialized
Alexis Lothoré
4
-14
/
+22
2024-05-17
wifi: wilc1000: set net device registration as last step during interface creation
Alexis Lothoré
1
-15
/
+16
2024-04-16
wifi: wilc1000: convert list management to RCU
Alexis Lothoré
5
-64
/
+45
2024-04-16
wifi: wilc1000: set atomic flag on kmemdup in srcu critical section
Alexis Lothoré
1
-1
/
+1
2024-04-05
wifi: wilc1000: replace open-coded module_sdio_driver()
Krzysztof Kozlowski
1
-3
/
+2
2024-02-21
wifi: wilc1000: revert reset line logic flip
Alexis Lothoré
1
-3
/
+3
2024-02-21
wifi: wilc1000: remove AKM suite be32 conversion for external auth request
Alexis Lothoré
1
-1
/
+1
2024-02-19
wifi: wilc1000: add missing read critical sections around vif list traversal
Ajay Singh
2
-25
/
+35
2024-02-19
wifi: wilc1000: fix declarations ordering
Alexis Lothoré
2
-11
/
+11
2024-02-19
wifi: wilc1000: use SRCU instead of RCU for vif list traversal
Alexis Lothoré
5
-10
/
+16
2024-02-19
wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper
Alexis Lothoré
1
-11
/
+14
2024-02-15
wifi: wilc1000: validate chip id during bus probe
David Mosberger-Tang
3
-20
/
+59
2024-02-15
wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces
Alexis Lothoré
1
-21
/
+7
[next]