summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/device.c
AgeCommit message (Expand)Author
2021-11-29wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-02-23wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld
2021-02-23wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld
2021-02-23wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli
2020-11-09wireguard: switch to dev_get_tstats64Heiner Kallweit
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-23wireguard: device: avoid circular netns referencesJason A. Donenfeld
2020-03-18wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld