Single branch specified, using that and the previous one: remotes/brancher/net-next-2026-01-12--21-00 (v6.19-rc4-434-g25afbe2948ba) remotes/brancher/net-next-2026-01-13--00-00 (v6.19-rc4-452-gaaa37d9017cf) ==== BASE DIFF ==== tools/net/ynl/pyynl/cli.py | 213 +++++++++++++++++++++++++++++++-------------- 1 file changed, 147 insertions(+), 66 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.iGFORTQZtk b/tmp/tmp.WRgE2gCkMV index c2a1c5c814a1..fb920ad23410 100644 --- a/tmp/tmp.iGFORTQZtk +++ b/tmp/tmp.WRgE2gCkMV @@ -11,6 +11,23 @@ nipa: config: x86: use periodic HZ tick nipa: profile (time) test output nipa: config: disable CPU_MITIGATIONS nipa: disable random kunit tests +idpf: skip deallocating txq group's txqs if it is NULL. +idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL. +eth: fbnic: Update RX mbox timeout value +eth: fbnic: Remove retry support +eth: fbnic: Reuse RX mailbox pages +eth: fbnic: Allocate all pages for RX mailbox +eth: fbnic: Use GFP_KERNEL to allocting mbx pages +selftests: net: tests for add double tunneling GRO/GSO +geneve: use GRO hint option in the RX path +geneve: extract hint option at GRO stage +geneve: add GRO hint output path +geneve: pass the geneve device ptr to geneve_build_skb() +geneve: constify geneve_hlen() +geneve: add netlink support for GRO hint +vxlan: expose gso partial features for tunnel offload +geneve: expose gso partial features for tunnel offload +net: introduce mangleid_features net: ethernet: dnet: remove driver fou: Don't allow 0 for FOU_ATTR_IPPROTO. gue: Fix skb memleak with inner IP protocol 0. @@ -77,13 +94,6 @@ selftests: fib-onlink: Remove "wrong nexthop device" IPv6 tests selftests: fib-onlink: Remove "wrong nexthop device" IPv4 tests net: fix segmentation of forwarding fraglist GRO dt-bindings: net: Convert icplus-ip101ag to yaml format -tools: ynl: cli: print reply in combined format if possible -tools: ynl: cli: extract the event/notify handling in --list-attrs -tools: ynl: cli: factor out --list-attrs / --doc handling -tools: ynl: cli: add --doc as alias to --list-attrs -tools: ynl: cli: improve --help -tools: ynl: cli: wrap the doc text if it's long -tools: ynl: cli: introduce formatting for attr names in --list-attrs xdp: Call skb_metadata_set when skb->data points past metadata xsk: Call skb_metadata_set when skb->data points past metadata veth: Call skb_metadata_set when skb->data points past metadata