summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard
AgeCommit message (Expand)Author
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld
2020-03-18wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld
2020-03-18wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld
2020-02-16wireguard: socket: remove extra call to synchronize_netJason A. Donenfeld
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld
2020-02-16wireguard: receive: reset last_under_load to zeroJason A. Donenfeld
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld
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