summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/src/wireguard_kernel/mod.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-09-17Upgrade rtnetlink libs to latest versionMarkus Pettersson1-83/+68
Signed-off-by: Markus Pettersson <markus.pettersson@mullvad.net>
2025-07-15Fix `collapsible_if` clippy lintMarkus Pettersson1-6/+7
2025-07-10Run `cargo fmt`Sebastian Holmin1-5/+5
2025-06-05Fix typosomahs1-1/+1
2024-09-02Set tunnel name to wg0-mullvad for wireguard-goDavid Lönnhager1-2/+0
Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-27/+26
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2023-12-01Rename MULLVAD_INTERFACE_NAMEStephen Huan1-1/+1
2023-08-31Hide implementation-specific wg stats parsersDavid Lönnhager1-0/+1
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+350