Single branch specified, using that and the previous one: remotes/brancher/net-next-2026-01-09--15-00 (v6.19-rc4-350-g4ace43b02e05) remotes/brancher/net-next-2026-01-09--18-00 (v6.19-rc4-356-g8102c7174ff8) ==== 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.LnNLpZfY67 b/tmp/tmp.aCu0GKJClj index 8165a1acdab3..f222df33875d 100644 --- a/tmp/tmp.LnNLpZfY67 +++ b/tmp/tmp.aCu0GKJClj @@ -12,6 +12,7 @@ nipa: config: x86: use periodic HZ tick nipa: profile (time) test output nipa: config: disable CPU_MITIGATIONS nipa: disable random kunit tests +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. @@ -82,20 +83,11 @@ net: stmmac: descs: fix buffer 1 off-by-one error net: stmmac: dwmac4: fix PTP message type field extraction net: stmmac: dwmac4: fix RX FIFO fill statistics net: stmmac: dwmac4: remove duplicated definitions +ipv6: Document defaults for max_{dst|hbh}_opts_number sysctls +ipv6: Set Hop-by-Hop options limit to 1 +ipv6: Disable IPv6 Destination Options RX processing by default +ipv6: Check of max HBH or DestOp sysctl is zero and drop if it is 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()