aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld1-6/+6
2021-02-23wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld1-3/+4
2021-02-23wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli1-1/+1
2020-11-09wireguard: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld1-31/+27
2020-03-18wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld1-1/+1
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld1-3/+4
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld1-0/+458