summaryrefslogtreecommitdiffhomepage
path: root/drivers/net/wireguard/send.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22wireguard: unify encryption and decryption workersjd/unified-crypt-queueJason A. Donenfeld1-2/+2
2020-04-22wireguard: split CRYPTED/UNCRYPTED into {EN,DE}CRYPTED/NOT_{EN,DE}CRYPTEDJason A. Donenfeld1-3/+4
2020-04-22wireguard: move symmetric crypto into standalone fileJason A. Donenfeld1-98/+0
2020-04-22wireguard: remove errant newline from wg_packet_encrypt_worker()Sultan Alsawaf1-1/+0
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld1-5/+11
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld1-0/+413