Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-05-13--00-00 (v6.15-rc5-1125-gb98ad0e96470) remotes/brancher/net-next-hw-2025-05-13--08-00 (v6.15-rc5-1131-g6eb265e9620c) ==== BASE DIFF ==== .../bindings/net/renesas,r9a09g057-gbeth.yaml | 2 + .../devicetree/bindings/net/vertexcom-mse102x.yaml | 2 +- MAINTAINERS | 2 +- drivers/infiniband/hw/irdma/main.c | 125 +++++++------ drivers/infiniband/hw/irdma/main.h | 3 +- drivers/infiniband/hw/irdma/osdep.h | 2 +- drivers/infiniband/hw/irdma/type.h | 4 +- drivers/net/dsa/b53/b53_common.c | 28 +++ drivers/net/dsa/b53/b53_priv.h | 1 + drivers/net/dsa/b53/b53_regs.h | 7 + drivers/net/dsa/bcm_sf2.c | 1 + drivers/net/dsa/sja1105/sja1105_main.c | 6 +- drivers/net/ethernet/cadence/macb_main.c | 19 +- drivers/net/ethernet/intel/ice/devlink/devlink.c | 45 ++++- drivers/net/ethernet/intel/ice/ice.h | 6 +- drivers/net/ethernet/intel/ice/ice_dcb.c | 2 +- drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 47 ++++- drivers/net/ethernet/intel/ice/ice_dcb_lib.h | 9 + drivers/net/ethernet/intel/ice/ice_dcb_nl.c | 4 +- drivers/net/ethernet/intel/ice/ice_ethtool.c | 8 +- drivers/net/ethernet/intel/ice/ice_idc.c | 207 +++++++++++++-------- drivers/net/ethernet/intel/ice/ice_idc_int.h | 5 +- drivers/net/ethernet/intel/ice/ice_main.c | 18 +- drivers/net/ethernet/intel/ice/ice_type.h | 6 +- drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 1 + .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 7 +- drivers/net/ethernet/vertexcom/mse102x.c | 80 ++++---- drivers/net/ethernet/xscale/ixp4xx_eth.c | 61 +++--- drivers/net/phy/dp83867.c | 76 +------- include/linux/net/intel/iidc.h | 109 ----------- include/linux/net/intel/iidc_rdma.h | 68 +++++++ include/linux/net/intel/iidc_rdma_ice.h | 70 +++++++ include/net/netlink.h | 6 + net/core/dev.c | 2 + net/netlink/policy.c | 5 + tools/testing/selftests/drivers/net/ping.py | 16 ++ tools/testing/selftests/net/bareudp.sh | 49 +---- tools/testing/selftests/net/fib_rule_tests.sh | 3 - tools/testing/selftests/net/fib_tests.sh | 3 - tools/testing/selftests/net/icmp_redirect.sh | 2 - tools/testing/selftests/net/lib.sh | 2 + tools/testing/selftests/net/mptcp/mptcp_lib.sh | 2 - .../selftests/net/netfilter/br_netfilter.sh | 3 - .../selftests/net/netfilter/bridge_brouter.sh | 2 - .../selftests/net/netfilter/conntrack_vrf.sh | 3 - tools/testing/selftests/net/netfilter/ipvs.sh | 6 - tools/testing/selftests/net/netfilter/nft_fib.sh | 2 - .../selftests/net/netfilter/nft_nat_zones.sh | 2 - tools/testing/selftests/net/netfilter/rpath.sh | 18 +- .../selftests/net/srv6_end_dt46_l3vpn_test.sh | 5 - .../selftests/net/srv6_end_dt4_l3vpn_test.sh | 5 - .../selftests/net/srv6_end_next_csid_l3vpn_test.sh | 77 ++------ .../net/srv6_end_x_next_csid_l3vpn_test.sh | 83 +++------ .../selftests/net/srv6_hencap_red_l3vpn_test.sh | 74 ++------ .../selftests/net/srv6_hl2encap_red_l2vpn_test.sh | 83 +++------ 56 files changed, 704 insertions(+), 781 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.CodcCC7tmU b/tmp/tmp.9Ze64HgqdV index 7a5505990215..ee3fbd75aa84 100644 --- a/tmp/tmp.CodcCC7tmU +++ b/tmp/tmp.9Ze64HgqdV @@ -6,11 +6,8 @@ tc_action dbg profile patch forwarding: set timeout to 3 hours net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() -documentation: networking: devlink: Fix a typo in devlink-trap.rst -ixgbe/ipsec: use memzero_explicit() for stack SA structs net: bcmgenet: tidy up stats, expose more stats in ethtool net: txgbe: Fix pending interrupt -net: devmem: fix kernel panic when netlink socket close after module unload openvswitch: Stricter validation for the userspace action bnxt_en: bring back rtnl_lock() in bnxt_fw_reset_task() net: enetc: fix implicit declaration of function FIELD_PREP @@ -18,17 +15,13 @@ octeontx2-pf: Fix ethtool support for SDP representors qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() net: wangxun: Correct clerical errors in comments net: phy: remove Kconfig symbol MDIO_DEVRES -ptp: ocp: Limit signal/freq counts in show/store functions net: stmmac: generate software timestamp just before the doorbell net: cxgb4: generate software timestamp just before the doorbell net: atlantic: generate software timestamp just before the doorbell -net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info -net: dsa: b53: implement setting ageing time 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 -netlink: fix policy dump for int with validation callback tcp: try to avoid safer when ACKs are thinned tcp: accecn: try to fit AccECN option with SACK tcp: accecn: AccECN ACE field multi-wrap heuristic @@ -65,26 +58,7 @@ 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 -net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING -net: mana: Allocate MSI-X vectors dynamically -net: mana: Allow irq_setup() to skip cpus for affinity -PCI: hv: Allow dynamic MSI-X vector allocation -PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations -net: Lock lower level devices when updating features -MLX5: Fix semaphore leak on command timeout -net/mlx5: support software TX timestamp -selftests: drv-net: ping: make sure the ping test restores checksum offload -net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() vsock/test: check also expected errno on sigpipe test vsock/test: retry send() to avoid occasional failure in sigpipe test net: dsa: b53: prevent standalone from trying to forward to other ports -selftests: mptcp: remove rp_filter configuration -selftests: netfilter: remove rp_filter configuration -selftests: net: use setup_ns for SRv6 tests and remove rp_filter configuration -selftests: net: use setup_ns for bareudp testing -selftests: net: remove redundant rp_filter configuration -selftests: net: disable rp_filter after namespace initialization -dt-bindings: net: renesas-gbeth: Add support for RZ/V2N (R9A09G056) SoC vsock/test: Fix occasional failure in SIOCOUTQ tests -net: phy: dp83867: use 2ns delay if not specified in DTB -net: phy: dp83867: remove check of delay strap configuration