summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard
AgeCommit message (Expand)Author
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-09wireguard: switch to dev_get_tstats64Heiner Kallweit
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-09wireguard: peerlookup: take lock before checking hash in replace operationJason A. Donenfeld
2020-09-09wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-30wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-25wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf
2020-05-20wireguard: noise: separate receive counter from send counterJason A. Donenfeld
2020-05-20wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld
2020-05-20wireguard: noise: read preshared key while taking lockJason A. Donenfeld
2020-05-06wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld
2020-05-06wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld
2020-05-06wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld
2020-05-06wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld
2020-04-29wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen
2020-04-29wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld
2020-04-29wireguard: send: remove errant newline from packet_encrypt_workerSultan Alsawaf
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