Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-15--09-00 (v6.12-rc2-763-g8cb6cd0c65ee) remotes/brancher/net-next-2024-10-15--12-00 (v6.12-rc2-773-g5ea956890b9a) ==== BASE DIFF ==== .../devicetree/bindings/net/nxp,tja11xx.yaml | 16 ++ .../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 4 +- drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c | 14 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 3 +- drivers/net/phy/aquantia/aquantia.h | 1 + drivers/net/phy/aquantia/aquantia_leds.c | 19 +- drivers/net/phy/aquantia/aquantia_main.c | 12 +- drivers/net/phy/intel-xway.c | 253 ++++++++++++++++++++- drivers/net/phy/mxl-gpy.c | 16 +- drivers/net/phy/nxp-c45-tja11xx.c | 30 ++- drivers/net/phy/nxp-c45-tja11xx.h | 1 + drivers/net/phy/phy_device.c | 6 + drivers/net/usb/usbnet.c | 1 + include/linux/phy.h | 5 +- net/core/netdev-genl-gen.c | 6 +- net/core/rtnl_net_debug.c | 6 - tools/net/ynl/ynl-gen-c.py | 36 +-- 17 files changed, 378 insertions(+), 51 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Pc5O35ctBT b/tmp/tmp.CgrqdQt8Co index c8fce70f9f26..d8addfd36eb4 100644 --- a/tmp/tmp.Pc5O35ctBT +++ b/tmp/tmp.CgrqdQt8Co @@ -2,6 +2,19 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours +netdevsim: macsec: pad u64 to correct length in logs +xfrm: Convert __xfrm4_dst_lookup() to dscp_t. +xfrm: Convert the ->dst_lookup() callback to dscp_t. +xfrm: Convert __xfrm_dst_lookup() to dscp_t. +xfrm: Convert xfrm_dst_lookup() to dscp_t. +xfrm: Convert xfrm_bundle_create() to dscp_t. +xfrm: Convert xfrm_get_tos() to dscp_t. +net: stmmac: xgmac: Complete FPE support +net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ +net: stmmac: Rework marco definitions for gmac4 and xgmac +net: stmmac: Introduce stmmac_fpe_ops for gmac4 and xgmac +net: stmmac: Introduce separate files for FPE implementation +net: vxlan: update the document for vxlan_snoop() mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init @@ -134,22 +147,6 @@ net: hns3: fixed reset failure issues caused by the incorrect reset type net: hns3: add sync command to sync io-pgtable net: hns3: default enable tx bounce buffer when smmu enabled net: gianfar: Use __be64 * to store pointers to big endian values -ice: add recipe priority check in search -rtnl_net_debug: Remove rtnl_net_debug_exit(). -octeontx2-af: Fix potential integer overflows on integer shifts -net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J7200 CPSW5G -net: stmmac: dwmac-tegra: Fix link bring-up sequence -net: usb: usbnet: fix race in probe failure -net: phy: realtek: clear 1000Base-T link partner advertisement -net: phy: realtek: change order of calls in C22 read_status() -net: phy: realtek: read duplex and gbit master from PHYSR register -net: phy: intel-xway: add support for PHY LEDs -net: phy: mxl-gpy: correctly describe LED polarity -net: phy: aquantia: correctly describe LED polarity override -net: phy: support 'active-high' property for PHY LEDs -dt-bindings: leds: add 'active-high' property -net: phy: c45-tja11xx: add support for outputting RMII reference clock -dt-bindings: net: tja11xx: add "nxp,rmii-refclk-out" property xsk: Use xsk_buff_pool directly for cq functions xsk: Wrap duplicated code to function xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_pool