summaryrefslogtreecommitdiff
path: root/sys/net/wg_noise.c
AgeCommit message (Expand)Author
2024-03-05Convert `t_lock', `r_keypair_lock' and `c_lock' rwlock(9)s toVitaliy Makkoveev
2023-02-03Remove redundant DIAGNOSTIC wrappers around KASSERT macros.Miod Vallat
2021-03-21wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@Stuart Henderson
2020-12-09add RCS tagsTheo Buehler
2020-12-01bzero the antireplay counter rwlock before rw_init'ing it, not after.Stuart Henderson
2020-10-31release the correct lock in noise_remote_begin_session()Jasper Lievisse Adriaanse
2020-06-21add wg(4), an in kernel driver for WireGuard vpn communication.David Gwynne