summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireguard: device: remove generic .ndo_get_stats64Breno Leitao2024-03-191-1/+0
* wireguard: device: leverage core stats allocatorBreno Leitao2024-03-191-8/+2
* wireguard: use DEV_STATS_INC()Eric Dumazet2023-11-191-2/+2
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-1/+2
* wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov2022-04-221-1/+2
* wireguard: device: clear keys on VM forkJason A. Donenfeld2022-03-121-11/+27
* wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld2021-11-291-18/+18
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-0/+3
* 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