summaryrefslogtreecommitdiff
path: root/sys/dev/if_wg/module
Commit message (Collapse)AuthorAgeFilesLines
* if_wg: appease gccRyan Libby2020-12-111-4/+0
| | | | | | | | | | | | - remove -ferror-limit option - quiet -Wredundant-decls Reviewed by: mmacy Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27559 Notes: svn path=/head/; revision=368566
* Remove (dead) GPL copyright code from wireguard sourcesMatt Macy2020-11-301-461/+0
| | | | Notes: svn path=/head/; revision=368195
* Import kernel WireGuard supportMatt Macy2020-11-2936-0/+43250
Data path largely shared with the OpenBSD implementation by Matt Dunwoodie <ncon@nconroy.net> Reviewed by: grehan@freebsd.org MFC after: 1 month Sponsored by: Rubicon LLC, (Netgate) Differential Revision: https://reviews.freebsd.org/D26137 Notes: svn path=/head/; revision=368163