summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/device.c
Commit message (Expand)AuthorAgeFilesLines
* wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld2021-02-231-6/+6
* wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld2021-02-231-3/+4
* wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2021-02-231-1/+1
* wireguard: switch to dev_get_tstats64Heiner Kallweit2020-11-091-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-181-1/+1
* wireguard: send: account for mtu=0 devicesJason A. Donenfeld2020-02-161-3/+4
* wireguard: device: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+458