summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/device.c
AgeCommit message (Expand)Author
2024-03-19wireguard: device: remove generic .ndo_get_stats64Breno Leitao
2024-03-19wireguard: device: leverage core stats allocatorBreno Leitao
2023-11-19wireguard: use DEV_STATS_INC()Eric Dumazet
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh
2022-04-22wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov
2022-03-12wireguard: device: clear keys on VM forkJason A. Donenfeld
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