summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld2021-02-241-6/+6
* wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld2021-02-241-3/+4
* wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2021-02-241-1/+1
* wireguard: switch to dev_get_tstats64Heiner Kallweit2020-11-101-1/+1
* wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-31/+27
* wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld2020-03-191-1/+1
* wireguard: send: account for mtu=0 devicesJason A. Donenfeld2020-02-171-3/+4
* wireguard: device: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-091-0/+458