mirror-linux/drivers/net/wireguard
Jason A. Donenfeld 326534e837 wireguard: timers: move to using timer_delete_sync
The documentation says that del_timer_sync is obsolete, and code should
use the equivalent timer_delete_sync instead, so switch to it.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-07-03 09:17:52 +01:00
..
selftest treewide: use get_random_u32_inclusive() when possible 2022-11-18 02:18:02 +01:00
Makefile
allowedips.c wireguard: allowedips: don't corrupt stack when detecting overflow 2022-08-02 13:47:50 -07:00
allowedips.h
cookie.c
cookie.h
device.c net: move gso declarations and functions to their own files 2023-06-10 00:11:41 -07:00
device.h
main.c
messages.h
netlink.c wireguard: netlink: send staged packets when setting initial private key 2023-07-03 09:17:52 +01:00
netlink.h
noise.c
noise.h
peer.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
peer.h
peerlookup.c
peerlookup.h
queueing.c wireguard: queueing: use saner cpu selection wrapping 2023-07-03 09:17:52 +01:00
queueing.h wireguard: queueing: use saner cpu selection wrapping 2023-07-03 09:17:52 +01:00
ratelimiter.c
ratelimiter.h
receive.c wireguard: queueing: use saner cpu selection wrapping 2023-07-03 09:17:52 +01:00
send.c wireguard: queueing: use saner cpu selection wrapping 2023-07-03 09:17:52 +01:00
socket.c
socket.h
timers.c wireguard: timers: move to using timer_delete_sync 2023-07-03 09:17:52 +01:00
timers.h
version.h