summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg2020-08-181-2/+2
* netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-5/+5
* wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-5/+9
* wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-181-6/+2
* wireguard: noise: reject peers with low order public keysJason A. Donenfeld2020-02-051-4/+2
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+642