summaryrefslogtreecommitdiff
path: root/sys/dev/wg/wg_noise.c
Commit message (Expand)AuthorAgeFilesLines
* if_wg: fix access to noise_local->l_has_identity and l_privateAaron LI2024-01-301-0/+4
* wg: Retire now unused support.h.John Baldwin2022-10-281-1/+0
* wg: Use zfree.John Baldwin2022-10-281-6/+3
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-10-281-38/+38
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-0/+1410