aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-16wireguard: socket: remove extra call to synchronize_netJason A. Donenfeld1-1/+0
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld2-8/+15
2020-02-16wireguard: receive: reset last_under_load to zeroJason A. Donenfeld1-2/+5
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld2-7/+9
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet1-0/+1
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-8/+0
2020-01-05wireguard: socket: mark skbs as not on list when receiving via groJason A. Donenfeld1-0/+1
2020-01-05wireguard: queueing: do not account for pfmemalloc when clearing skb headerJason A. Donenfeld1-3/+0
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun1-6/+1
2019-12-16wireguard: main: remove unused include <linux/version.h>YueHaibing1-1/+0
2019-12-16wireguard: global: fix spelling mistakes in commentsJosh Soref1-1/+1
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld31-0/+6972