summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard
AgeCommit message (Expand)Author
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2020-01-05wireguard: socket: mark skbs as not on list when receiving via groJason A. Donenfeld
2020-01-05wireguard: queueing: do not account for pfmemalloc when clearing skb headerJason A. Donenfeld
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun
2019-12-16wireguard: main: remove unused include <linux/version.h>YueHaibing
2019-12-16wireguard: global: fix spelling mistakes in commentsJosh Soref
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld