summaryrefslogtreecommitdiff
path: root/sys/dev/wg
Commit message (Expand)AuthorAgeFilesLines
* Switch wg(4) to the new if_clone KPIAlan Somers2023-01-271-10/+20
* wg: Drop the compat shim for sbcreatecontrol().John Baldwin2023-01-242-9/+2
* wg: Use NET_EPOCH_DRAIN_CALLBACKS macroZhenlei Huang2023-01-111-1/+1
* wg: Fix build without VIMAGE.John Baldwin2022-11-141-0/+1
* wg: Trim compat shims for versions older than current stable/13.John Baldwin2022-11-113-1761/+52
* wg: Retire now unused support.h.John Baldwin2022-11-113-23/+0
* wg: Use zfree.John Baldwin2022-11-112-10/+5
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-11-112-63/+65
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-11-1111-0/+7359