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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-07
wireguard: selftests: use microvm on x86
backport-5.4.y
Jason A. Donenfeld
3
-10
/
+16
2022-07-07
wireguard: selftests: always call kernel makefile
Jason A. Donenfeld
1
-3
/
+2
2022-07-07
wireguard: selftests: set fake real time in init
Jason A. Donenfeld
8
-0
/
+18
2022-07-07
wireguard: selftests: set panic_on_warn=1 from cmdline
Jason A. Donenfeld
16
-21
/
+15
2022-07-07
wireguard: selftests: bump package deps
Jason A. Donenfeld
1
-9
/
+9
2022-07-07
wireguard: selftests: restore support for ccache
Jason A. Donenfeld
2
-1
/
+19
2022-07-07
wireguard: selftests: use newer toolchains to fill out architectures
Jason A. Donenfeld
7
-63
/
+123
2022-07-07
wireguard: selftests: limit parallelism to $(nproc) tests at once
Jason A. Donenfeld
1
-10
/
+10
2022-07-07
wireguard: selftests: make routing loop test non-fatal
Jason A. Donenfeld
1
-1
/
+13
2022-07-07
wireguard: device: check for metadata_dst with skb_valid_dst()
Nikolay Aleksandrov
1
-1
/
+2
2022-07-07
wireguard: selftests: enable ACPI for SMP
Jason A. Donenfeld
2
-0
/
+2
2022-07-07
wireguard: socket: ignore v6 endpoints when ipv6 is disabled
Jason A. Donenfeld
1
-2
/
+2
2022-07-07
wireguard: socket: free skb in send6 when ipv6 is disabled
Wang Hai
1
-0
/
+1
2022-07-07
wireguard: selftests: simplify RNG seeding
Jason A. Donenfeld
1
-19
/
+7
2022-07-07
wireguard: queueing: use CFI-safe ptr_ring cleanup function
Jason A. Donenfeld
1
-1
/
+2
2022-07-07
crypto: x86/curve25519 - use in/out register constraints more precisely
Jason A. Donenfeld
1
-281
/
+493
2022-07-07
wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2022-07-07
wireguard: receive: drop handshakes if queue lock is contended
Jason A. Donenfeld
1
-3
/
+13
2022-07-07
wireguard: receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
5
-43
/
+37
2022-07-07
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
5
-2
/
+57
2022-07-07
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
Li Zhijian
1
-1
/
+1
2022-07-07
wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
1
-4
/
+4
2022-07-07
wireguard: selftests: actually test for routing loops
Jason A. Donenfeld
1
-1
/
+5
2022-07-07
wireguard: selftests: increase default dmesg log size
Jason A. Donenfeld
1
-0
/
+1
2022-07-07
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
1
-1
/
+1
2022-07-07
crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
Hangbin Liu
1
-1
/
+1
2022-07-07
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
3
-131
/
+137
2022-07-07
wireguard: allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
3
-8
/
+38
2022-07-07
wireguard: allowedips: remove nodes in O(1)
Jason A. Donenfeld
2
-84
/
+57
2022-07-07
wireguard: allowedips: initialize list head in selftest
Jason A. Donenfeld
1
-1
/
+2
2022-07-07
wireguard: peer: allocate in kmem_cache
Jason A. Donenfeld
3
-4
/
+27
2022-07-07
wireguard: use synchronize_net rather than synchronize_rcu
Jason A. Donenfeld
2
-4
/
+4
2022-07-07
wireguard: do not use -O3
Jason A. Donenfeld
1
-2
/
+1
2022-07-07
wireguard: selftests: make sure rp_filter is disabled on vethc
Jason A. Donenfeld
1
-0
/
+1
2022-07-07
wireguard: selftests: remove old conntrack kconfig value
Jason A. Donenfeld
1
-1
/
+0
2022-07-07
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
9
-12
/
+18
2022-07-07
crypto: mips: add poly1305-core.S to .gitignore
Ilya Lipnitskiy
1
-0
/
+2
2022-07-07
crypto: mips/poly1305 - enable for all MIPS processors
Maciej W. Rozycki
3
-4
/
+4
2022-07-07
wireguard: kconfig: use arm chacha even with no neon
Jason A. Donenfeld
1
-1
/
+1
2022-07-07
wireguard: queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
8
-93
/
+144
2022-07-07
wireguard: device: do not generate ICMP for non-IP packets
Jason A. Donenfeld
1
-3
/
+4
2022-07-07
wireguard: peer: put frequently used members above cache lines
Jason A. Donenfeld
1
-2
/
+2
2022-07-07
wireguard: selftests: test multiple parallel streams
Jason A. Donenfeld
1
-1
/
+14
2022-07-07
wireguard: socket: remove bogus __be32 annotation
Jann Horn
1
-2
/
+2
2022-07-07
wireguard: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
2
-3
/
+3
2022-07-07
wireguard: selftests: check that route_me_harder packets use the right sk
Jason A. Donenfeld
2
-0
/
+10
2022-07-07
wireguard: peerlookup: take lock before checking hash in replace operation
Jason A. Donenfeld
1
-3
/
+8
2022-07-07
wireguard: noise: take lock when removing handshake entry from table
Jason A. Donenfeld
1
-4
/
+1
2022-07-07
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
1
-2
/
+2
2022-07-07
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
1
-5
/
+5
[next]