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
/
wireguard
/
device.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
wireguard: device: enable threaded NAPI
Mirco Barone
1
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+2
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+3
2024-11-18
wireguard: device: support big tcp GSO
Daniel Borkmann
1
-0
/
+2
2024-11-18
wireguard: device: omit unnecessary memset of netdev private data
Tobias Klauser
1
-1
/
+0
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-03-19
wireguard: device: remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-19
wireguard: device: leverage core stats allocator
Breno Leitao
1
-8
/
+2
2023-11-19
wireguard: use DEV_STATS_INC()
Eric Dumazet
1
-2
/
+2
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2022-07-01
pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
Kalesh Singh
1
-1
/
+2
2022-04-22
wireguard: device: check for metadata_dst with skb_valid_dst()
Nikolay Aleksandrov
1
-1
/
+2
2022-03-12
wireguard: device: clear keys on VM fork
Jason A. Donenfeld
1
-11
/
+27
2021-11-29
wireguard: receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
1
-18
/
+18
2021-11-29
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
1
-0
/
+3
2021-02-23
wireguard: queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
1
-6
/
+6
2021-02-23
wireguard: device: do not generate ICMP for non-IP packets
Jason A. Donenfeld
1
-3
/
+4
2021-02-23
wireguard: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
1
-1
/
+1
2020-11-09
wireguard: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
2020-06-30
wireguard: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
1
-0
/
+1
2020-06-23
wireguard: device: avoid circular netns references
Jason A. Donenfeld
1
-31
/
+27
2020-03-18
wireguard: queueing: account for skb->protocol==0
Jason A. Donenfeld
1
-1
/
+1
2020-02-16
wireguard: send: account for mtu=0 devices
Jason A. Donenfeld
1
-3
/
+4
2020-02-13
wireguard: device: use icmp_ndo_send helper
Jason A. Donenfeld
1
-2
/
+2
2019-12-08
net: WireGuard secure network tunnel
Jason A. Donenfeld
1
-0
/
+458