summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* 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-231-1/+2
* wireguard: device: clear keys on VM forkJason A. Donenfeld2022-03-131-11/+27
* wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld2021-11-301-18/+18
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-301-0/+3
* wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld2021-02-241-6/+6
* wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld2021-02-241-3/+4
* wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2021-02-241-1/+1
* wireguard: switch to dev_get_tstats64Heiner Kallweit2020-11-101-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-191-1/+1
* wireguard: send: account for mtu=0 devicesJason A. Donenfeld2020-02-171-3/+4
* wireguard: device: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-091-0/+458