Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2026-01-09--16-04 (v6.19-rc4-352-g2a83131257f7) remotes/brancher/net-next-hw-2026-01-10--00-00 (v6.19-rc4-363-g20e7cb286c8b) ==== BASE DIFF ==== tools/net/ynl/pyynl/cli.py | 67 ++++++---- tools/net/ynl/pyynl/ethtool.py | 47 ++++--- tools/net/ynl/pyynl/lib/__init__.py | 10 +- tools/net/ynl/pyynl/lib/doc_generator.py | 3 +- tools/net/ynl/pyynl/lib/nlspec.py | 77 +++++++----- tools/net/ynl/pyynl/lib/ynl.py | 208 +++++++++++++++++-------------- tools/net/ynl/pyynl/ynl_gen_c.py | 178 ++++++++++++++------------ tools/net/ynl/pyynl/ynl_gen_rst.py | 2 + 8 files changed, 343 insertions(+), 249 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.vZI4cmjAyX b/tmp/tmp.m8id5nONyO index 832d3e630254..bf3f17b28798 100644 --- a/tmp/tmp.vZI4cmjAyX +++ b/tmp/tmp.m8id5nONyO @@ -14,6 +14,16 @@ nipa: config: x86: use periodic HZ tick nipa: profile (time) test output nipa: config: disable CPU_MITIGATIONS nipa: disable random kunit tests +net: add skbuff_clear() helper +net: hns3: convert to use .get_rx_ring_count +net: hns: convert to use .get_rx_ring_count +net: qede: convert to use .get_rx_ring_count +net: niu: convert to use .get_rx_ring_count +net: funeth: convert to use .get_rx_ring_count +net: enic: convert to use .get_rx_ring_count +net: hinic: convert to use .get_rx_ring_count +net: octeontx2: convert to use .get_rx_ring_count +selftests/net/ipsec: Fix variable size type not at the end of struct net: pcs: rzn1-miic: Add support for PHY link active-level configuration dt-bindings: net: pcs: renesas,rzn1-miic: Add renesas,miic-phylink-active-low property can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit. @@ -85,19 +95,6 @@ net: stmmac: dwmac4: fix PTP message type field extraction net: stmmac: dwmac4: fix RX FIFO fill statistics net: stmmac: dwmac4: remove duplicated definitions net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback -tools: ynl-gen-c: Fix remaining pylint warnings -tools: ynl-gen-c: fix pylint None, type, dict, generators, init -tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined -tools: ynl-gen-c: suppress unhelpful pylint messages -tools: ynl: fix pylint issues in ynl_gen_rst -tools: ynl: ethtool: fix pylint issues -tools: ynl: fix logic errors reported by pylint -tools: ynl: fix pylint global variable related warnings -tools: ynl: fix pylint misc warnings -tools: ynl: fix pylint dict, indentation, long lines, uninitialised -tools: ynl: fix pylint exception warnings -tools: ynl: fix pylint redefinition, encoding errors -tools: ynl: pylint suppressions and docstrings net: airoha: npu: Init BA memory region if provided via DTS dt-bindings: net: airoha: npu: Add BA memory region macvlan: fix possible UAF in macvlan_forward_source()