Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-05-27--08-00 (v6.15-rc7-1905-g8ef5dd399f96) remotes/brancher/net-next-hw-2025-05-27--16-00 (v6.15-rc7-1879-gd8438c5498f9) ==== 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/packet/af_packet.c | 21 ++++-- net/packet/internal.h | 1 + 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 +++++++++++++++------- 16 files changed, 202 insertions(+), 58 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.P0lVVzvDIm b/tmp/tmp.pHMb0p291S index b97aea2fe418..705b83f10f1f 100644 --- a/tmp/tmp.P0lVVzvDIm +++ b/tmp/tmp.pHMb0p291S @@ -19,9 +19,7 @@ net: pse-pd: Add support for PSE power domains net: pse-pd: tps23881: Add support for PSE events and interrupts 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 @@ -32,15 +30,12 @@ net: devmem: preserve sockc_err page_pool: fix ugly page_pool formatting net: devmem: move list_add to net_devmem_bind_dmabuf. net: stmmac: set multicast filter to zero if feature is unsupported -net: usb: lan78xx: constify fphy_status net: phy: assign default match function for non-PHY MDIO devices net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() ice: add phase offset monitor for all PPS dpll inputs dpll: add phase_offset_monitor_get/set callback ops dpll: add phase-offset-monitor feature to netlink spec -dt-bindings: ieee802154: Convert at86rf230.txt yaml format -net: phy: Add c45_phy_ids sysfs entry selftests: netfilter: nft_queue.sh: include file transfer duration in log message tipc: use kfree_sensitive() for aead cleanup octeontx2-pf: ethtool: Display "Autoneg" and "Port" fields @@ -67,44 +62,10 @@ 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() octeontx2-pf: QOS: Perform cache sync on send queue teardown -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