summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard
AgeCommit message (Expand)AuthorLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2020-06-30wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld-18/+3
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld-0/+1
2020-06-25wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld-8/+2
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld-45/+55
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf-2/+2
2020-05-20wireguard: noise: separate receive counter from send counterJason A. Donenfeld-53/+48
2020-05-20wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld-4/+17
2020-05-20wireguard: noise: read preshared key while taking lockJason A. Donenfeld-1/+5
2020-05-06wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld-16/+12
2020-05-06wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld-2/+2
2020-05-06wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld-0/+6
2020-05-06wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld-12/+0
2020-04-29wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen-4/+2
2020-04-29wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld-1/+3
2020-04-29wireguard: send: remove errant newline from packet_encrypt_workerSultan Alsawaf-1/+0
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso-1/+1
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld-43/+39
2020-03-18wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld-2/+1
2020-03-18wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld-4/+10
2020-02-16wireguard: socket: remove extra call to synchronize_netJason A. Donenfeld-1/+0
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld-8/+15
2020-02-16wireguard: receive: reset last_under_load to zeroJason A. Donenfeld-2/+5
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld-2/+2
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld-7/+9
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet-0/+1
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld-8/+0
2020-01-05wireguard: socket: mark skbs as not on list when receiving via groJason A. Donenfeld-0/+1
2020-01-05wireguard: queueing: do not account for pfmemalloc when clearing skb headerJason A. Donenfeld-3/+0
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun-6/+1
2019-12-16wireguard: main: remove unused include <linux/version.h>YueHaibing-1/+0
2019-12-16wireguard: global: fix spelling mistakes in commentsJosh Soref-1/+1
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld-0/+6972