Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-04-09--00-00 (net-next-6.15-11573-g3c024019eb49) remotes/brancher/net-next-hw-2025-04-09--08-00 (net-next-6.15-11573-g61236abd7696) ==== BASE DIFF ==== include/linux/skbuff.h | 3 +- include/linux/udp.h | 16 +++++ include/net/netns/ipv4.h | 11 +++ include/net/udp.h | 1 + include/net/udp_tunnel.h | 16 +++++ net/core/datagram.c | 5 +- net/ipv4/udp.c | 21 ++++-- net/ipv4/udp_offload.c | 172 ++++++++++++++++++++++++++++++++++++++++++++- net/ipv4/udp_tunnel_core.c | 13 ++++ net/ipv6/udp.c | 2 + net/ipv6/udp_offload.c | 5 ++ 11 files changed, 254 insertions(+), 11 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.RG4rcoTygP b/tmp/tmp.QvubavxFYg index 3c4843f03da1..59b783976ab6 100644 --- a/tmp/tmp.RG4rcoTygP +++ b/tmp/tmp.QvubavxFYg @@ -13,8 +13,6 @@ pds_core: Prevent possible adminq overflow/stuck condition selftests/tc-testing: sfq: check that a derived limit of 1 is rejected net_sched: sch_sfq: move the limit validation net_sched: sch_sfq: use a temporary work area for validating configuration -net: stmmac: stm32: simplify clock handling -net: Drop unused @sk of __skb_try_recv_from_queue() vsock/test: Expand linger test to ensure close() does not misbehave vsock: Linger on unsent data net: ncsi: Fix GCPS 64-bit member variables @@ -26,5 +24,3 @@ eth: fbnic: add coverage for hw queue stats eth: fbnic: add locking support for hw stats smc: Fix lockdep false-positive for IPPROTO_SMC. net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. -udp_tunnel: use static call for GRO hooks when possible -udp_tunnel: create a fastpath GRO lookup.