Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-11-19--09-00 (v6.12-rc7-1817-g8b22f94647d9) remotes/brancher/net-next-2024-11-19--12-00 (v6.12-rc7-1798-g25d7f5357a46) ==== BASE DIFF ==== Documentation/networking/tipc.rst | 2 +- tools/testing/selftests/drivers/net/hw/Makefile | 2 + .../selftests/drivers/net/hw/lib/py/__init__.py | 1 + .../selftests/drivers/net/hw/lib/py/linkconfig.py | 222 +++++++++++++++++++++ .../selftests/drivers/net/hw/nic_link_layer.py | 113 +++++++++++ .../selftests/drivers/net/hw/nic_performance.py | 137 +++++++++++++ tools/testing/selftests/drivers/net/lib/py/load.py | 20 +- 7 files changed, 495 insertions(+), 2 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.0abu4Fo2Yq b/tmp/tmp.veETyqeIpd index d73cea268ad8..a56ace79671e 100644 --- a/tmp/tmp.0abu4Fo2Yq +++ b/tmp/tmp.veETyqeIpd @@ -3,51 +3,27 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours -can: flexcan: handle S32G2/S32G3 separate interrupt lines -can: flexcan: add NXP S32G2/S32G3 SoC support -dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support +rtase: Add defines for hardware version id +rtase: Corrects error handling of the rtase_check_mac_version_valid() +rtase: Correct the speed for RTL907XD-V1 +rtase: Refactor the rtase_check_mac_version_valid() function +net: mdio: aspeed: Add dummy read for fire control tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets mlx5/core: remove mlx5_core_cq.tasklet_ctx.priv field mm: page_frag: fix a compile error when kernel is not compiled net/l2tp: fix warning in l2tp_exit_net found by syzbot net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration -net: ipv6: rpl_iptunnel: mitigate 2-realloc issue -net: ipv6: seg6_iptunnel: mitigate 2-realloc issue -net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue -include: net: add static inline dst_dev_overhead() to dst.h -net: stmmac: dwmac-qcom-ethqos: add support for EMAC on qcs615 platforms -dt-bindings: net: snps,dwmac: add description for qcs615 -dt-bindings: net: qcom,ethqos: revise description for qcs615 net/niu: niu requires MSIX ENTRY_DATA fields touch before entry reads PCI/MSI: Add MSIX option to write to ENTRY_DATA before any reads netlink: add IGMP/MLD join/leave notifications -net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY -net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver -dt-bindings: net: dsa: Add Airoha AN8855 Gigabit Switch documentation -net: dsa: add devm_dsa_register_switch() net: phy: microchip: Reset LAN88xx PHY to ensure clean link state on LAN7800/7850 scm: fix negative fds with SO_PASSPIDFD -tun: fix group permission check USB: serial: qcserial: enable ZLP for non-QDL interfaces USB: serial: qcserial: disable autosuspend for QDL configurations USB: serial: qcserial: add EM9xxx (SDX55) IDs and configurations USB: serial: qcserial: add EM7565 (9X50) IDs and configurations net: usb: qmi_wwan: add IDs for EM7565 (9X50) in "MBIM USBIF" config -net/core/dev_ioctl: avoid invoking modprobe with empty ifr_name net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabled net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device net: usb: lan78xx: Fix double free issue with interrupt buffer allocation -net: Comment copy_from_sockptr() explaining its behaviour -rxrpc: Improve setsockopt() handling of malformed user input -llc: Improve setsockopt() handling of malformed user input -Bluetooth: Improve setsockopt() handling of malformed user input -rtase: Add defines for hardware version id -rtase: Corrects error handling of the rtase_check_mac_version_valid() -rtase: Add support for RTL907XD-VA PCIe port -rtase: Correct the speed for RTL907XD-V1 -rtase: Refactor the rtase_check_mac_version_valid() function -Documentation: tipc: fix formatting issue in tipc.rst -selftests: nic_performance: Add selftest for performance of NIC driver -selftests: nic_link_layer: Add selftest case for speed and duplex states -selftests: nic_link_layer: Add link layer selftest for NIC driver rust: net::phy scope ThisModule usage in the module_phy_driver macro