Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-05-19--08-00 (v6.15-rc6-1311-g279e49641f6b) remotes/brancher/net-next-hw-2025-05-19--16-00 (v6.15-rc6-1322-gb16069ed5516) ==== BASE DIFF ==== MAINTAINERS | 3 ++- drivers/net/ovpn/crypto_aead.c | 18 ++++++++++++------ drivers/net/ovpn/io.c | 18 +++++++++++++++--- drivers/net/ovpn/main.c | 5 +++++ drivers/net/ovpn/peer.c | 5 ++--- drivers/net/ovpn/udp.c | 10 ++++++++++ net/llc/af_llc.c | 8 ++++---- tools/testing/selftests/net/ovpn/Makefile | 1 + tools/testing/selftests/net/ovpn/common.sh | 18 +++++++++++++++++- tools/testing/selftests/net/ovpn/ovpn-cli.c | 19 +++++++++++++------ tools/testing/selftests/net/ovpn/test.sh | 6 +++++- tools/testing/selftests/net/ovpn/udp_peers.txt | 11 ++++++----- 12 files changed, 92 insertions(+), 30 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.bX4EAVaJmu b/tmp/tmp.WpqZp9BwFn index 2b56a4101f28..6cc79dcc69fc 100644 --- a/tmp/tmp.bX4EAVaJmu +++ b/tmp/tmp.WpqZp9BwFn @@ -5,10 +5,29 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours -net: phy: dp83869: fix interrupts issue, not correctly handled when operate with an optical fiber sfp. +octeontx2-pf: ethtool: Display "Autoneg" and "Port" fields +ipvs: skip ipvs snat processing when packet dst is not vip +net: mlx5: vport: Add error handling in mlx5_query_nic_vport_node_guid() +hinic3: module initialization and tx/rx logic +net: mlx5: vport: Add error handling in mlx5_query_nic_vport_qkey_viol_cntr() +net: Add support for providing the PTP hardware source in tsinfo +net: bonding: add tracepoint for 802.3ad +net: bonding: send peer notify when failure recovery +net: bonding: add broadcast_neighbor netlink option +net: bonding: add broadcast_neighbor option for 802.3ad +octeontx2-pf: Avoid adding dcbnl_ops for LBK and SDP vf +net: libwx: Fix log level +net: devmem: ncdevmem: remove unused variable +net: devmem: ksft: upgrade rx test to send 1K data +net: devmem: ksft: add 5 tuple FS support +net: devmem: ksft: add exit_wait to make rx test pass +net: devmem: ksft: add ipv4 support +net: devmem: ksft: remove ksft_disruptive +net: devmem: preserve sockc_err +page_pool: fix ugly page_pool formatting +net: devmem: move list_add to net_devmem_bind_dmabuf. selftests/tc-testing: Add an HFSC qlen accounting test sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() -replace strncpy with strscpy_pad queue_api: reduce risk of name collision over txq hv_netvsc: fix potential deadlock in netvsc_vf_setxdp() net: phy: fixed_phy: constify status argument where possible @@ -71,26 +90,6 @@ selftests/tc-testing: Add selftests for qdisc DualPI2 sched: Add enqueue/dequeue of dualpi2 qdisc sched: Dump configuration and statistics of dualpi2 qdisc sched: Struct definition and parsing of dualpi2 qdisc -selftest: af_unix: Test SO_PASSRIGHTS. -af_unix: Introduce SO_PASSRIGHTS. -af_unix: Inherit sk_flags at connect(). -af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock. -net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}. -tcp: Restrict SO_TXREHASH to TCP socket. -scm: Move scm_recv() from scm.h to scm.c. -af_unix: Don't pass struct socket to maybe_add_creds(). -af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD. selftests/vsock: add initial vmtest.sh for vsock net: phy: move mdiobus_setup_mdiodev_from_board_info to mdio_bus_provider.c octeontx2-pf: Add tracepoint for NIX_PARSE_S -llc: fix data loss when reading from a socket in llc_ui_recvmsg() -ovpn: fix check for skb_to_sgvec_nomark() return value -ovpn: improve 'no route to host' debug message -ovpn: drop useless reg_state check in keepalive worker -selftest/net/ovpn: extend coverage with more test cases -ovpn: fix ndo_start_xmit return value on error -selftest/net/ovpn: fix crash in case of getaddrinfo() failure -ovpn: don't drop skb's dst when xmitting packet -ovpn: set skb->ignore_df = 1 before sending IPv6 packets out -MAINTAINERS: update git URL for ovpn -MAINTAINERS: add Sabrina as official reviewer for ovpn