netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] pull request: ovpn 2025-11-11
@ 2025-11-11 21:47 Antonio Quartulli
  2025-11-11 21:47 ` [PATCH net-next 1/8] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit Antonio Quartulli
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Antonio Quartulli @ 2025-11-11 21:47 UTC (permalink / raw)
  To: netdev
  Cc: Sabrina Dubroca, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Antonio Quartulli

Hello netdev team!

After a bit of silence, here is a PR including a bunch of small
features for ovpn.
See the tag content (below) for the highlights.

Please pull or let me know of any issue!

Thanks a lot.
Antonio,


The following changes since commit 21f43f4a2b57cfeddf4e722d0969a85dd6185dcb:

  Merge branch 'devlink-eswitch-inactive-mode' (2025-11-11 13:17:57 +0100)

are available in the Git repository at:

  https://github.com/OpenVPN/ovpn-net-next tags/ovpn-net-next-20251111

for you to fetch changes up to 84623a8944c866aef670023d163cb6ae708e4386:

  ovpn: use bound address in UDP when available (2025-11-11 22:18:13 +0100)

----------------------------------------------------------------
This batch includes the following features:
* use proper len constant when declaring array in CMD_KEY_SWAP parser
* use bitops API rather than manual operations in pktid.c
* send peer float event notification (netlink)
* exclude link-local v6 addresses from RPF check
* add support for asymmetric peer IDs (TX vs RX ID)
* improve memory allocations layout in encrypt/decrypt
* honour socket bound device and source address in routing lookup

----------------------------------------------------------------
Qingfang Deng (1):
      ovpn: pktid: use bitops.h API

Ralf Lici (6):
      ovpn: notify userspace on client float event
      ovpn: Allow IPv6 link-local addresses through RPF check
      ovpn: add support for asymmetric peer IDs
      ovpn: consolidate crypto allocations in one chunk
      ovpn: use bound device in UDP when available
      ovpn: use bound address in UDP when available

Sabrina Dubroca (1):
      ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit

 Documentation/netlink/specs/ovpn.yaml       |  23 ++++-
 drivers/net/ovpn/crypto_aead.c              | 153 +++++++++++++++++++++-------
 drivers/net/ovpn/io.c                       |   8 +-
 drivers/net/ovpn/netlink-gen.c              |  13 ++-
 drivers/net/ovpn/netlink-gen.h              |   6 +-
 drivers/net/ovpn/netlink.c                  |  97 +++++++++++++++++-
 drivers/net/ovpn/netlink.h                  |   2 +
 drivers/net/ovpn/peer.c                     |  13 +++
 drivers/net/ovpn/peer.h                     |   4 +-
 drivers/net/ovpn/pktid.c                    |  11 +-
 drivers/net/ovpn/pktid.h                    |   2 +-
 drivers/net/ovpn/skb.h                      |  13 ++-
 drivers/net/ovpn/udp.c                      |  10 +-
 include/uapi/linux/ovpn.h                   |   2 +
 tools/testing/selftests/net/ovpn/ovpn-cli.c |   3 +
 15 files changed, 294 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2025-11-18 10:26 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 21:47 [PATCH net-next 0/8] pull request: ovpn 2025-11-11 Antonio Quartulli
2025-11-11 21:47 ` [PATCH net-next 1/8] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit Antonio Quartulli
2025-11-14  2:26   ` Jakub Kicinski
2025-11-14 13:30     ` Antonio Quartulli
2025-11-11 21:47 ` [PATCH net-next 2/8] ovpn: pktid: use bitops.h API Antonio Quartulli
2025-11-15 10:10   ` Sabrina Dubroca
2025-11-11 21:47 ` [PATCH net-next 3/8] ovpn: notify userspace on client float event Antonio Quartulli
2025-11-14  2:21   ` Jakub Kicinski
2025-11-14  9:26     ` Ralf Lici
2025-11-14 14:22       ` Sabrina Dubroca
2025-11-14 14:43         ` Ralf Lici
2025-11-11 21:47 ` [PATCH net-next 4/8] ovpn: Allow IPv6 link-local addresses through RPF check Antonio Quartulli
2025-11-14 16:06   ` Sabrina Dubroca
2025-11-18 10:26     ` Antonio Quartulli
2025-11-11 21:47 ` [PATCH net-next 5/8] ovpn: add support for asymmetric peer IDs Antonio Quartulli
2025-11-13 13:58   ` Sabrina Dubroca
2025-11-13 14:12     ` Antonio Quartulli
2025-11-13 15:18       ` Sabrina Dubroca
2025-11-11 21:47 ` [PATCH net-next 6/8] ovpn: consolidate crypto allocations in one chunk Antonio Quartulli
2025-11-12 16:29   ` Sabrina Dubroca
2025-11-13  8:37     ` Antonio Quartulli
2025-11-13 10:35     ` Ralf Lici
2025-11-13 13:48       ` Sabrina Dubroca
2025-11-13 16:32         ` Ralf Lici
2025-11-14  2:25   ` Jakub Kicinski
2025-11-14  9:33     ` Ralf Lici
2025-11-11 21:47 ` [PATCH net-next 7/8] ovpn: use bound device in UDP when available Antonio Quartulli
2025-11-11 21:47 ` [PATCH net-next 8/8] ovpn: use bound address " Antonio Quartulli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).