summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/netlink.c
AgeCommit message (Expand)Author
2024-03-19wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld
2024-03-19wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld
2023-09-15wireguard: do not include crypto/algapi.hHerbert Xu
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-07-03wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld