| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-24 | Add DAITA stats to 'Stats' | David Lönnhager | 1 | -1/+11 | |
| 2025-10-24 | Set max_padding_frac and max_blocking_frac | Markus Pettersson | 1 | -7/+8 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-10-24 | Propagate error if configuring GotaTun device in invalid state | Markus Pettersson | 1 | -7/+15 | |
| 2025-10-24 | Fix tunnel setup after having negotiated with an ephemeral peer | Markus Pettersson | 1 | -2/+5 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-10-24 | Work around mtu getter not being implemented on Android | Joakim Hulthe | 1 | -1/+7 | |
| 2025-10-24 | Integrate GotaTun cleanly | Markus Pettersson | 1 | -81/+173 | |
| Refactor `trait Tunnel` and factor `start_daita` into `set_config`. Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-10-24 | Update important log message | Joakim Hulthe | 1 | -9/+6 | |
| 2025-10-08 | Block tunnel traffic when negotiating with an ephemeral peer on Android | Markus Pettersson | 1 | -42/+50 | |
| Patch tunnel config to block traffic to non-gateway destinations during PQ setup when using Boringtun on Android. Move `patch_allowed_ips` to `config` module. | |||||
| 2025-10-03 | Add a UDS for wiresharking gotatun multihop traffic | Joakim Hulthe | 1 | -1/+75 | |
| 2025-09-03 | Add last WG handshake to stats | David Lönnhager | 1 | -0/+9 | |
| 2025-08-26 | Update boringtun, adding multihop fixes and GRO | Sebastian Holmin | 1 | -22/+32 | |
| Adds: - Userspace multihop de-fragmentation - PcapSniffer - UDP GRO on Linux Also updates setup of userspace multihop on the deamon side, as `PacketChannel` has been replaced with specifc channel types that implement the `IpSend`, `IpRecv`, `UdpSend` and `UdpRecv` traits. | |||||
| 2025-08-14 | Refactor device creation | Sebastian Holmin | 1 | -149/+90 | |
| Change the way tun devices are created to prevent two from overlapping. This caused PQ to panic when taking read-locks. | |||||
| 2025-08-05 | Fix Android boringtun build | David Lönnhager | 1 | -6/+8 | |
| 2025-07-25 | Create new boringtun devices when toggling multihop | David Lönnhager | 1 | -63/+99 | |
| 2025-07-25 | Set MTU in Unix tun provider | David Lönnhager | 1 | -0/+2 | |
| 2025-07-25 | Add userspace multihop to boringtun | Joakim Hulthe | 1 | -55/+315 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -3/+3 | |
| 2025-06-27 | Fix bad fd on android when using boringtun | David Göransson | 1 | -2/+2 | |
| 2025-06-12 | Fix tun file descriptor ownership | Joakim Hulthe | 1 | -3/+1 | |
| We accidentally borrowed the file descriptor when we should have moved it. This commit adds more `OwnedFd` and friends to help handle ownership correctly. Signed-off-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-06-10 | Update nix to 0.30 everywhere | Joakim Hulthe | 1 | -2/+2 | |
| 2025-05-26 | Add Boringtun | Joakim Hulthe | 1 | -0/+314 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: David Göransson <david.goransson@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
