summaryrefslogtreecommitdiffstats
path: root/sys/net/wg_cookie.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add RCS tagstb2020-12-091-0/+1
|
* add wg(4), an in kernel driver for WireGuard vpn communication.dlg2020-06-211-0/+131
thanks to Matt Dunwoodie and Jason A. Donenfeld for their effort. it's at least as functional as the go implementation, and maybe more so since this one works on more architectures. i'm sure there's further development that can be done, but you can say that about anything and everything that's in the tree. ok deraadt@