Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-05-27--09-00 (v6.15-rc7-1936-g83151ab86f1d) remotes/brancher/net-next-2025-05-27--12-00 (v6.15-rc7-1927-g6617ea5e2ddb) ==== BASE DIFF ==== Documentation/networking/rds.rst | 8 +-- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 2 + drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 3 + .../ethernet/marvell/octeontx2/nic/otx2_common.c | 37 ++++++++++ .../ethernet/marvell/octeontx2/nic/otx2_common.h | 4 +- .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 1 + include/net/af_vsock.h | 1 + net/core/xdp.c | 3 +- net/vmw_vsock/af_vsock.c | 33 +++++++++ net/vmw_vsock/virtio_transport_common.c | 21 +----- tools/testing/vsock/util.c | 38 ++++++++++ tools/testing/vsock/util.h | 2 + tools/testing/vsock/vsock_test.c | 83 +++++++++++++++------- 14 files changed, 185 insertions(+), 53 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.sGsmW1GYl7 b/tmp/tmp.aPIj5NGW0y index 1f9fab1db251..5fd7c98e5a24 100644 --- a/tmp/tmp.sGsmW1GYl7 +++ b/tmp/tmp.aPIj5NGW0y @@ -6,6 +6,15 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: ipa: Grab IMEM slice base/size from DTS +dt-bindings: net: qcom,ipa: Add sram property for describing IMEM slice +dt-bindings: sram: qcom,imem: Allow modem-tables +net: arp: use kfree_skb_reason() in arp_rcv() +bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE +net: Fix checksum update for ILA adj-transport +selftests: netfilter: Fix skip of wildcard interface test +selftest: Add selftest for multicast address notifications +e1000e: fix heap overflow in e1000_set_eeprom() net: lan966x: Make sure to insert the vlan tags also in host mode net: stmmac: add explicit check and error on invalid PTP clock rate net/mlx4_en: Prevent potential integer overflow calculating Hz @@ -52,7 +61,6 @@ net: pse-pd: Add support for reporting events net: pse-pd: Introduce attached_phydev to pse control net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() net: airoha: Fix an error handling path in airoha_alloc_gdm_port() -ice: Fix a null pointer dereference in ice_copy_and_init_pkg() net: ipv6: sanitize RPL SRH cmpre/cmpre fields to fix taint issue net: devmem: ncdevmem: remove unused variable net: devmem: ksft: upgrade rx test to send 1K data @@ -98,10 +106,6 @@ net: phy: mediatek: Add Airoha AN7583 PHY support net: dsa: mt7530: Add AN7583 support dt-bindings: net: dsa: mediatek,mt7530: Add airoha,an7583-switch net: lan743x: fix 'channel' index check before writing ptp->extts[] -selftest/net/ovpn: fix missing file -selftest/net/ovpn: fix TCP socket creation -ovpn: ensure sk is still valid during cleanup -ovpn: properly deconfigure UDP-tunnel net: phy: mscc: Fix memory leak when using one step timestamping octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback net: phy: fix up const issues in to_mdio_device() and to_phy_device() @@ -110,32 +114,7 @@ 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 -ARM: mxs_defconfig: Enable CONFIG_FEC_MTIP_L2SW to support MTIP L2 switch -ARM: mxs_defconfig: Update mxs_defconfig to 6.15-rc1 -ARM: mxs_defconfig: Enable CONFIG_NFS_FSCACHE -net: mtip: The L2 switch driver for imx287 -ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch -ARM: dts: nxp: mxs: Adjust the imx28.dtsi L2 switch description -dt-bindings: net: Add MTIP L2 switch description -ixgbe: Fix typos and clarify comments in X550 driver code -Doc: networking: Fix various typos in rds.rst -net/mlx5e: Allow setting MAC address of representors -hinic3: remove tx_q name collision hack -hinic3: use netif_subqueue_sent api -queue_api: add subqueue variant netif_subqueue_sent -net/mlx5e: Fix leak of Geneve TLV option object -net/mlx5: Ensure fw pages are always allocated on same NUMA -octeontx2-pf: macsec: Get MACSEC capability flag from AF -octeontx2-af: Add MACSEC capability flag -xsk: add missing virtual address conversion for page af_packet: move notifier's packet_dev_mc out of rcu critical section -net: mana: Add handler for hardware servicing events -vsock/test: Add test for an unexpectedly lingering close() -vsock/test: Introduce enable_so_linger() helper -vsock/test: Introduce vsock_wait_sent() helper -vsock: Move lingering logic to af_vsock core -vsock/virtio: Linger on unsent data -drivers: net: mvpp2: attempt to refill rx before allocating skb libeth: xdp, xsk: access adjacent u32s as u64 where applicable libeth: xsk: add XSkFQ refill and XSk wakeup helpers libeth: xsk: add XSk Rx processing support