Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-04-15--09-00 (v6.15-rc1-502-g61a811132274) remotes/brancher/net-next-2025-04-15--12-00 (v6.15-rc1-499-g010e8570aa17) ==== BASE DIFF ==== .../device_drivers/ethernet/meta/fbnic.rst | 49 ++ drivers/net/dsa/mt7530.c | 246 ++++++++-- drivers/net/dsa/mt7530.h | 42 ++ drivers/net/ethernet/meta/fbnic/fbnic.h | 3 + drivers/net/ethernet/meta/fbnic/fbnic_csr.h | 34 ++ drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c | 178 ++++++- drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.c | 335 ++++++++++++- drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.h | 48 ++ drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 47 +- drivers/net/ethernet/meta/fbnic/fbnic_pci.c | 1 + drivers/net/mdio/Kconfig | 7 + drivers/net/mdio/Makefile | 1 + drivers/net/mdio/mdio-realtek-rtl9300.c | 522 +++++++++++++++++++++ net/tipc/link.c | 2 +- net/tipc/node.c | 2 +- 15 files changed, 1456 insertions(+), 61 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Y7KhEgoPQj b/tmp/tmp.2OlvWULMcx index 03fc8bc5cf2d..56b02193d5ce 100644 --- a/tmp/tmp.Y7KhEgoPQj +++ b/tmp/tmp.2OlvWULMcx @@ -6,6 +6,12 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +can: rockchip_canfd: fix broken quirks checks +can: fix missing decrement of j1939_proto.inuse_idx +net: devmem: fix kernel panic when socket close after module unload +net: ti: icss-iep: Fix possible NULL pointer dereference for perout request +net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame() +net: ti: icssg-prueth: Fix kernel warning while bringing down network interface net: txgbe: fix memory leak in txgbe_probe() error path net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() fails net: dsa: free routing table on probe failure @@ -15,9 +21,11 @@ net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never regist net: b53: enable BPDU reception for management port net: bridge: switchdev: do not notify new brentries as changed batman-adv: Fix double-hold of meshif when getting enabled +selftests: rtnetlink: Fix bridge_parent_id failure on interface state selftests: fib_rule_tests: Add VRF match tests net: fib_rules: Fix iif / oif matching on L3 master device cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path +octeon_ep_vf: Remove octep_vf_wq net: stmmac: ingenic: convert to devm_stmmac_pltfr_probe() net: stmmac: ingenic: convert to stmmac_pltfr_pm_ops eth: bnxt: fix missing ring index trim on error path @@ -107,33 +115,7 @@ net: enetc: add MAC filtering for i.MX95 ENETC PF net: enetc: move generic MAC filtering interfaces to enetc-core net: enetc: add command BD ring support for i.MX95 ENETC net: enetc: add initial netc-lib driver to support NTMP -tipc: Removing deprecated strncpy() -pds_core: make wait_context part of q_info -pds_core: Remove unnecessary check in pds_client_adminq_cmd() -pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result -pds_core: remove extra name description -pds_core: Prevent possible adminq overflow/stuck condition net: stmmac: starfive: Add serdes PHY init/deinit function tcp: tcp_acceptable_seq select SND.UNA when SND.WND is 0 net: ncsi: Fix GCPS 64-bit member variables -net: dsa: mt7530: implement .get_stats64 -net: dsa: mt7530: move remaining MIB counter to define -net: dsa: mt7530: move pkt stats and err MIB counter to eth_mac stats API -net: dsa: mt7530: move pause MIB counter to eth_ctrl stats API -net: dsa: mt7530: move pkt size and rx err MIB counter to rmon stats API -net: dsa: mt7530: generalize read port stats logic -net: ipv6: ioam6: fix double reallocation -net: ipv6: ioam6: use consistent dst names -dt-bindings: net: Document support for Aeonsemi PHYs -net: phy: Add support for Aeonsemi AS21xxx PHYs -net: phy: introduce genphy_match_phy_device() -net: phy: nxp-c45-tja11xx: simplify .match_phy_device OP -net: phy: bcm87xx: simplify .match_phy_device OP -net: phy: pass PHY driver to .match_phy_device OP -eth: fbnic: add support for TTI HW stats -eth: fbnic: add support for TMI stats -eth: fbnic: add coverage for RXB stats -eth: fbnic: add coverage for hw queue stats -eth: fbnic: add locking support for hw stats -net: mdio: Add RTL9300 MDIO driver tc: Return an error if filters try to attach too many actions