aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireguard/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg1-2/+2
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg1-5/+5
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld1-5/+9
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld1-6/+2
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld1-4/+2
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld1-0/+642