index
:
wireguard-linux-compat
master
WireGuard kernel module backport for Linux 3.10 - 5.5
Jason A. Donenfeld
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
version: bump
v1.0.20220627
Jason A. Donenfeld
2022-06-27
2
-2
/
+2
*
compat: handle backported rng and blake2s
Jason A. Donenfeld
2022-06-22
2
-6
/
+8
*
qemu: give up on RHEL8 in CI
Jason A. Donenfeld
2022-05-05
1
-6
/
+0
*
qemu: set panic_on_warn=1 from cmdline
Jason A. Donenfeld
2022-05-05
14
-19
/
+13
*
qemu: use vports on arm
Jason A. Donenfeld
2022-05-05
5
-6
/
+25
*
netns: limit parallelism to $(nproc) tests at once
Jason A. Donenfeld
2022-05-05
1
-10
/
+10
*
netns: make routing loop test non-fatal
Jason A. Donenfeld
2022-05-05
1
-1
/
+13
*
device: check for metadata_dst with skb_valid_dst()
Nikolay Aleksandrov
2022-04-14
3
-1
/
+9
*
qemu: enable ACPI for SMP
Jason A. Donenfeld
2022-04-06
2
-0
/
+2
*
socket: ignore v6 endpoints when ipv6 is disabled
Jason A. Donenfeld
2022-04-06
1
-2
/
+2
*
socket: free skb in send6 when ipv6 is disabled
Wang Hai
2022-04-06
1
-0
/
+1
*
qemu: simplify RNG seeding
Jason A. Donenfeld
2022-03-03
1
-18
/
+8
*
queueing: use CFI-safe ptr_ring cleanup function
Jason A. Donenfeld
2022-03-02
3
-1
/
+17
*
crypto: curve25519-x86_64: use in/out register constraints more precisely
Jason A. Donenfeld
2021-12-13
1
-293
/
+504
*
compat: drop Ubuntu 14.04
Jason A. Donenfeld
2021-12-13
1
-6
/
+4
*
version: bump
v1.0.20211208
Jason A. Donenfeld
2021-12-08
2
-2
/
+2
*
crypto: curve25519-x86_64: solve register constraints with reserved registers
Mathias Krause
2021-12-06
1
-4
/
+4
*
compat: udp_tunnel: don't take reference to non-init namespace
Jason A. Donenfeld
2021-12-06
1
-5
/
+7
*
compat: siphash: use _unaligned version by default
Arnd Bergmann
2021-12-03
2
-34
/
+28
*
ratelimiter: use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
2021-12-03
2
-2
/
+24
*
receive: drop handshakes if queue lock is contended
Jason A. Donenfeld
2021-12-03
1
-3
/
+13
*
receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
2021-12-03
5
-43
/
+37
*
device: reset peer src endpoint when netns exits
Jason A. Donenfeld
2021-12-03
5
-2
/
+60
*
main: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
2021-12-03
1
-4
/
+4
*
netns: actually test for routing loops
Jason A. Donenfeld
2021-12-03
1
-1
/
+5
*
compat: update for RHEL 8.5
Peter Georg
2021-12-03
2
-4
/
+4
*
compat: account for grsecurity backports and changes
Mathias Krause
2021-08-08
2
-3
/
+9
*
compat: account for latest c8s backports
Jason A. Donenfeld
2021-06-15
1
-3
/
+3
*
version: bump
v1.0.20210606
Jason A. Donenfeld
2021-06-06
2
-2
/
+2
*
qemu: increase default dmesg log size
Jason A. Donenfeld
2021-06-06
1
-0
/
+1
*
qemu: add disgusting hacks for RHEL 8
Jason A. Donenfeld
2021-06-06
1
-1
/
+7
*
allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
2021-06-04
1
-1
/
+1
*
allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
2021-06-04
3
-131
/
+137
*
allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
2021-06-04
3
-13
/
+38
*
allowedips: remove nodes in O(1)
Jason A. Donenfeld
2021-06-04
2
-84
/
+57
*
allowedips: initialize list head in selftest
Jason A. Donenfeld
2021-06-04
1
-1
/
+2
*
peer: allocate in kmem_cache
Jason A. Donenfeld
2021-06-04
3
-4
/
+27
*
global: use synchronize_net rather than synchronize_rcu
Jason A. Donenfeld
2021-06-02
2
-4
/
+4
*
kbuild: do not use -O3
Jason A. Donenfeld
2021-06-02
1
-3
/
+2
*
netns: make sure rp_filter is disabled on vethc
Jason A. Donenfeld
2021-06-02
1
-0
/
+1
*
version: bump
v1.0.20210424
Jason A. Donenfeld
2021-04-24
2
-2
/
+2
*
Revert "compat: skb_mark_not_on_list will be backported to Ubuntu 18.04"
Thadeu Lima de Souza Cascardo
2021-04-23
1
-1
/
+1
*
compat: update and improve detection of CentOS Stream 8
Peter Georg
2021-04-22
2
-2
/
+2
*
compat: icmp_ndo_send functions were backported extensively
Jason A. Donenfeld
2021-03-07
1
-1
/
+1
*
version: bump
v1.0.20210219
Jason A. Donenfeld
2021-02-19
2
-2
/
+2
*
qemu: bump default kernel version
Jason A. Donenfeld
2021-02-19
1
-1
/
+1
*
compat: zero out skb->cb before icmp
Jason A. Donenfeld
2021-02-19
1
-4
/
+16
*
compat: skb_mark_not_on_list will be backported to Ubuntu 18.04
Thadeu Lima de Souza Cascardo
2021-02-18
1
-1
/
+1
*
queueing: get rid of per-peer ring buffers
Jason A. Donenfeld
2021-02-18
9
-93
/
+160
*
device: do not generate ICMP for non-IP packets
Jason A. Donenfeld
2021-02-18
1
-3
/
+4
[next]