diff options
author | 2025-05-19 12:10:43 +0100 | |
---|---|---|
committer | 2025-05-19 12:10:43 +0100 | |
commit | a8ae8a0e848e3506c95e45e7cb6e640502495f1a (patch) | |
tree | c77e56428bfa62907683721941becee4ffa3b9f6 /MAINTAINERS | |
parent | Merge branch 'vsock-test-improve-sigpipe-test-reliability' (diff) | |
parent | ovpn: fix check for skb_to_sgvec_nomark() return value (diff) | |
download | wireguard-linux-a8ae8a0e848e3506c95e45e7cb6e640502495f1a.tar.xz wireguard-linux-a8ae8a0e848e3506c95e45e7cb6e640502495f1a.zip |
Merge tag 'ovpn-net-next-20250515' of https://github.com/OpenVPN/ovpn-net-next
Antonio Quartulli says:
====================
ovpn: pull request for net-next: ovpn 2025-05-15
this is a new version of the previous pull request.
These time I have removed the fixes that we are still discussing,
so that we don't hold the entire series back.
There is a new fix though: it's about properly checking the return value
of skb_to_sgvec_nomark(). I spotted the issue while testing pings larger
than the iface's MTU on a TCP VPN connection.
I have added various Closes and Link tags where applicable, so
that we have references to GitHub tickets and other public discussions.
Since I have resent the PR, I have also added Andrew's Reviewed-by to
the first patch.
Please pull or let me know if something should be changed!
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Patchset highlights:
- update MAINTAINERS entry for ovpn
- extend selftest with more cases
- avoid crash in selftest in case of getaddrinfo() failure
- fix ndo_start_xmit return value on error
- set ignore_df flag for IPv6 packets
- drop useless reg_state check in keepalive worker
- retain skb's dst when entering xmit function
- fix check on skb_to_sgvec_nomark() return value
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 84e99e991f53..c8e91820b527 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18256,10 +18256,11 @@ F: drivers/irqchip/irq-or1k-* OPENVPN DATA CHANNEL OFFLOAD M: Antonio Quartulli <antonio@openvpn.net> +R: Sabrina Dubroca <sd@queasysnail.net> L: openvpn-devel@lists.sourceforge.net (subscribers-only) L: netdev@vger.kernel.org S: Supported -T: git https://github.com/OpenVPN/linux-kernel-ovpn.git +T: git https://github.com/OpenVPN/ovpn-net-next.git F: Documentation/netlink/specs/ovpn.yaml F: drivers/net/ovpn/ F: include/uapi/linux/ovpn.h |