Commit Graph

  • ac946a9df1 fix: race condition in jp_spec_setup causing use-after-free master v1.0.20260329-2 Arsolitt 2026-03-25 19:22:15 +03:00
  • 7239c05579 fix: memory corruption in jp_spec_setup causing kernel crash Arsolitt 2026-03-18 14:10:10 +03:00
  • ac8e22c264 fix: remove redundant compat header includes v1.0.20260329 Yaroslav Gurov 2026-03-29 14:02:54 +00:00
  • b52ea88244 fix: wrap all usages of simd in guards Yaroslav Gurov 2026-03-29 14:01:05 +00:00
  • 26f5df04ec compat: fix compilation on kernels >= 6.19 (blake2s API change) (#145) v1.0.20260322 noctuum 2026-03-22 07:01:11 +07:00
  • c529d3c138 Fix network stats reported for default 6.8 kernels on Ubuntu 24.04 v1.0.20260210 Petro 2026-02-08 19:18:36 +01:00
  • b2e234ba31 compat: fix compilation on Ubuntu 20.04 with kernel 5.4.223 Kirill Shtumf 2025-12-26 14:16:11 +03:00
  • 61b1e904e9 fix: use ifdef for COMPAT_CANNOT_USE_PCPU_STAT_TYPE (#129) Slava-Shchipunov 2025-12-29 19:17:53 +07:00
  • 133e73295e feat: [awg4] added <ds> tag introducing base64 encoding of payload feature/awg4 Yaroslav Gurov 2025-11-04 17:17:37 +00:00
  • 866b0abe82 fix: compat for kernels less than 3.13 v1.0.20251104 Yaroslav Gurov 2025-10-25 13:13:24 +00:00
  • e00b9a5c60 feat: awg4 Yaroslav Gurov 2025-11-04 07:24:47 +00:00
  • b96e12d001 fix: compat with 3.10 kernels Yaroslav Gurov 2025-10-19 01:02:57 +02:00
  • 16671add12 fix: compat for ubuntu 22.04 Yaroslav Gurov 2025-10-19 00:31:42 +00:00
  • eaffd2bed6 fix: compilation under Debian 11 Yaroslav Gurov 2025-10-16 19:43:05 -04:00
  • 931ffada73 RHEL 9 compat ph4 2025-09-13 20:29:37 +00:00
  • 1a030837f9 chore: bump version v1.0.20251009 Yaroslav Gurov 2025-10-09 18:25:12 +02:00
  • b66f1a2891 chore: sync mainstream Yaroslav Gurov 2025-10-08 22:31:23 +02:00
  • 87a06ff146 fix: memleak in jp_spec_setup due to uninit pkt_size Yaroslav Gurov 2025-10-06 12:00:01 +02:00
  • 876bf7571e fix: adjust compat versions for random and dev stats Yaroslav Gurov 2025-10-04 15:30:39 +02:00
  • 8a55ceb761 fix: adjust package version in dkms v1.0.20251004 Yaroslav Gurov 2025-10-04 02:49:13 +02:00
  • b0db37dd17 fix: dkms build adjusted to the new(old) build system Yaroslav Gurov 2025-10-03 16:09:37 +02:00
  • 591f50af05 chore: add vscode-specific values to gitignore Yaroslav Gurov 2025-09-23 22:34:43 +02:00
  • 97f8eb182e chore: update copyrights Yaroslav Gurov 2025-09-24 00:09:59 +02:00
  • 610587f09a chore: refactor wg struct * get rid of advanced_security struct, merge all child to wg * naming reworks * get rid of redundant allocations * general cleanup Yaroslav Gurov 2025-09-24 00:07:40 +02:00
  • e543fc2d7f feat: implement I1-I5 CPS-specified packets Yaroslav Gurov 2025-09-24 00:03:46 +02:00
  • 613e5d5410 feat: implement S3-S4 junked offsets * rework junked headers sending * get rid of redundant allocations Yaroslav Gurov 2025-09-23 23:57:02 +02:00
  • e939553f72 feat: implement H1-H4 ranged headers Yaroslav Gurov 2025-09-23 23:32:25 +02:00
  • 9eb888d250 chore: sync with mainstream wireguard * apply changes from recent kernel * extended compatibility layer Yaroslav Gurov 2025-09-24 00:16:24 +02:00
  • 3d1147e1fb feat: reworked build system * change approach from patch-based to a common build * get rid of all patch files * remove "modern kernel" definition from the project Yaroslav Gurov 2025-09-23 22:40:15 +02:00
  • b91fabacfa Clarification of the values ​​specified in the "configuration" section (#79) lunardunno 2025-06-02 21:49:21 +04:00
  • 7e7dfca6b2 Fix get_random_u8() absence in older kernels Iurii Egorov 2024-11-15 12:54:46 +03:00
  • 7596c5c278 Support prefixed bogus endpoints' addresses v1.0.20241112 Iurii Egorov 2024-11-12 13:14:53 +03:00
  • e53879f523 Fix Makefile for dpkg-buildpackage v1.0.20241023 Iurii Egorov 2024-10-23 13:25:14 +03:00
  • e882483f87 Add parameter to obfuscate endpoints in netlink get device response Iurii Egorov 2024-10-23 13:08:30 +03:00
  • 826e9625e3 Add dh-dkms dependency for newer Ubuntu releases build build/newer-ubuntu Iurii Egorov 2024-10-22 15:35:24 +03:00
  • 6301e3add4 Fix kernel download for newer Fedora kernels, and Ubuntu 24 package build fixes v1.0.20241022 Iurii Egorov 2024-10-22 15:30:01 +03:00
  • 7fd8528466 Fix dkms build again Iurii Egorov 2024-10-21 13:05:59 +03:00
  • 515fbf63d4 Extend README.md about debug logging (#38) tiaga 2024-10-18 20:07:19 +07:00
  • 8d1b073205 Fix for patches in Makefile ValdikSS 2024-09-18 18:45:57 +03:00
  • dc17712fda Fix dkms build one more time ValdikSS 2024-09-18 18:23:09 +03:00
  • d7beb9f7f9 Fix debian dpkg-buildpackage local build ValdikSS 2024-09-18 15:35:36 +03:00
  • 4f60d10d21 Fix for non-linear skb Iurii Egorov 2024-09-15 20:20:42 +03:00
  • 5fbaee7526 Auth notifications for unknown peers Iurii Egorov 2024-09-06 20:11:47 +03:00
  • 8eb278b208 Support for legacy clients (#16) Iurii Egorov 2024-09-03 14:48:06 +03:00
  • f097b4441c Fixed typos in readme Yoh Deadfall 2024-08-23 21:32:02 +03:00
  • c98173803a Build fixes for newer kernels (#13) Iurii Egorov 2024-08-05 18:14:38 +03:00
  • a0f9c4c1fe Update README.md (#11) tiaga 2024-07-16 23:17:17 +07:00
  • 069c789671 Cleanup kernel sources and final RPM package fix v1.0.20240711 Iurii Egorov 2024-07-11 16:58:47 +03:00
  • 37b52f7afb Hotfix: installation on modern kernels Iurii Egorov 2024-07-07 21:40:06 +03:00
  • 85d637ea55 set version in Makefile. Fix kernel source directory Sergey Bondarev 2024-06-20 11:35:05 +03:00
  • 52e4134b4d Recommended parameters values tiaga 2024-06-07 15:49:02 +07:00
  • baf34a93ce Add AmneziaWG protocol improvements (#3) Iurii Egorov 2024-03-22 18:37:03 +03:00
  • a37f4990e5 Improve parameter handling and add handshake debugging v1.0.20240213 Iurii Egorov 2024-02-13 14:59:48 +03:00
  • ff914ef4b3 Build changes to engage more distros Iurii Egorov 2024-02-13 14:54:39 +03:00
  • aced588824 Fix incorrect post config empty asc handling v1.0.20240207 Iurii Egorov 2024-02-07 01:38:50 +03:00
  • 3fcbf0b60b Add Amnezia VPN protocol Iurii Egorov 2023-12-05 19:59:34 +03:00
  • 3d3c92b471 compat: drop CentOS 8 Stream support Jason A. Donenfeld 2022-06-29 15:36:49 +02:00
  • 99935b07b4 compat: do not backport ktime_get_coarse_boottime_ns to c8s Jason A. Donenfeld 2022-06-28 12:43:06 +02:00
  • 18fbcd68a3 version: bump v1.0.20220627 Jason A. Donenfeld 2022-06-27 12:54:37 +02:00
  • 3ec3e822b6 compat: handle backported rng and blake2s Jason A. Donenfeld 2022-06-22 15:41:15 +02:00
  • ba45dd6fbf qemu: give up on RHEL8 in CI Jason A. Donenfeld 2022-05-05 16:20:21 +02:00
  • c7560fd0e0 qemu: set panic_on_warn=1 from cmdline Jason A. Donenfeld 2022-05-05 16:16:40 +02:00
  • 33c87a1110 qemu: use vports on arm Jason A. Donenfeld 2022-05-05 16:14:46 +02:00
  • 894152a5b8 netns: limit parallelism to $(nproc) tests at once Jason A. Donenfeld 2022-04-30 22:20:28 +02:00
  • f8886735e3 netns: make routing loop test non-fatal Jason A. Donenfeld 2022-04-27 03:21:51 +02:00
  • f9d9b4db6f device: check for metadata_dst with skb_valid_dst() Nikolay Aleksandrov 2022-04-14 13:44:57 +03:00
  • f909532a21 qemu: enable ACPI for SMP Jason A. Donenfeld 2022-04-06 18:01:04 +02:00
  • ec89ca64cb socket: ignore v6 endpoints when ipv6 is disabled Jason A. Donenfeld 2022-03-29 21:31:27 -04:00
  • fa32671b99 socket: free skb in send6 when ipv6 is disabled Wang Hai 2022-03-29 21:31:26 -04:00
  • ffb8cd6233 qemu: simplify RNG seeding Jason A. Donenfeld 2022-02-22 16:04:10 +01:00
  • 4eff63d292 queueing: use CFI-safe ptr_ring cleanup function Jason A. Donenfeld 2022-03-02 23:48:40 +01:00
  • 273018b7ea crypto: curve25519-x86_64: use in/out register constraints more precisely Jason A. Donenfeld 2021-12-13 17:25:37 +01:00
  • 4f4c019873 compat: drop Ubuntu 14.04 Jason A. Donenfeld 2021-12-13 15:06:45 +01:00
  • 743eef2350 version: bump v1.0.20211208 Jason A. Donenfeld 2021-12-08 16:09:03 +01:00
  • 3c9f3b6997 crypto: curve25519-x86_64: solve register constraints with reserved registers Mathias Krause 2021-07-06 15:27:14 +02:00
  • 8e40dd6270 compat: udp_tunnel: don't take reference to non-init namespace Jason A. Donenfeld 2021-12-06 18:31:49 +01:00
  • ea6b8e7be5 compat: siphash: use _unaligned version by default Arnd Bergmann 2021-11-29 13:58:57 -05:00
  • 5325bc82aa ratelimiter: use kvcalloc() instead of kvzalloc() Gustavo A. R. Silva 2021-09-28 17:17:05 -05:00
  • e44c78cb66 receive: drop handshakes if queue lock is contended Jason A. Donenfeld 2021-08-13 03:00:08 +02:00
  • 5707d38fb5 receive: use ring buffer for incoming handshakes Jason A. Donenfeld 2021-08-08 23:56:14 +02:00
  • 68abb1b9ba device: reset peer src endpoint when netns exits Jason A. Donenfeld 2021-11-29 13:52:14 -05:00
  • ea3f5fbe7e main: rename 'mod_init' & 'mod_exit' functions to be module-specific Randy Dunlap 2021-07-11 15:31:48 -07:00
  • cb001d4540 netns: actually test for routing loops Jason A. Donenfeld 2021-11-29 13:43:07 -05:00
  • 2715e64143 compat: update for RHEL 8.5 Peter Georg 2021-11-16 17:52:22 +01:00
  • 29747255f9 compat: account for grsecurity backports and changes Mathias Krause 2021-07-06 15:27:13 +02:00
  • 50dda8ce5e compat: account for latest c8s backports Jason A. Donenfeld 2021-06-15 01:13:41 +02:00
  • d378f93078 version: bump v1.0.20210606 Jason A. Donenfeld 2021-06-06 11:29:55 +02:00
  • fb4a0da653 qemu: increase default dmesg log size Jason A. Donenfeld 2021-06-06 10:38:33 +02:00
  • 8f4414d334 qemu: add disgusting hacks for RHEL 8 Jason A. Donenfeld 2021-06-05 23:52:49 +02:00
  • fd7a4621a5 allowedips: add missing __rcu annotation to satisfy sparse Jason A. Donenfeld 2021-06-04 17:24:57 +02:00
  • 383461dba8 allowedips: free empty intermediate nodes when removing single node Jason A. Donenfeld 2021-06-02 15:40:55 +02:00
  • 03add828b7 allowedips: allocate nodes in kmem_cache Jason A. Donenfeld 2021-05-20 14:36:41 +02:00
  • b56d48ce67 allowedips: remove nodes in O(1) Jason A. Donenfeld 2021-05-20 01:21:03 +02:00
  • 3c14c4bf90 allowedips: initialize list head in selftest Jason A. Donenfeld 2021-04-21 17:03:25 -06:00
  • 4d8b7edca7 peer: allocate in kmem_cache Jason A. Donenfeld 2021-05-20 14:15:43 +02:00
  • 6fbc0e6284 global: use synchronize_net rather than synchronize_rcu Jason A. Donenfeld 2021-05-19 17:55:51 +02:00
  • 405caf01e9 kbuild: do not use -O3 Jason A. Donenfeld 2021-05-31 14:28:46 +02:00
  • b50ef4dc45 netns: make sure rp_filter is disabled on vethc Jason A. Donenfeld 2021-05-31 14:41:52 +02:00
  • e67b7226a3 version: bump v1.0.20210424 Jason A. Donenfeld 2021-04-24 16:49:45 -04:00
  • 1edffe201a Revert "compat: skb_mark_not_on_list will be backported to Ubuntu 18.04" Thadeu Lima de Souza Cascardo 2021-04-23 14:19:38 -03:00