Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-05-03--08-00 (v6.15-rc4-836-gb656c043b33c) remotes/brancher/net-next-hw-2025-05-03--16-00 (v6.15-rc4-859-g149d45e7c491) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.zl9s9OwO9u b/tmp/tmp.jdu4hMWipq index aed5caec5ac2..2eb7c2988ced 100644 --- a/tmp/tmp.zl9s9OwO9u +++ b/tmp/tmp.jdu4hMWipq @@ -1,10 +1,17 @@ -try to make the ping test not impact the csum test config: set preempt drv: net: add timeout selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +tools: ynl-gen: validate 0 len strings from kernel +io_uring/zcrx: selftests: fix setting ntuple rule into rss +eth: fbnic: fix `tx_dropped` counting +selftests: drv: net: add version indicator +selftests: drv: net: avoid skipping tests +selftests: drv: net: fix test failure on ipv6 sys +selftests: net: exit cleanly on SIGTERM / timeout +Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next selftests: Add IPv6 link-local address generation tests for GRE devices. gre: Fix again IPv6 link-local address generation. selftests: iou-zcrx: Clean up build warnings for error format @@ -98,6 +105,20 @@ net: stmmac: intel: move phy_interface init to tgl_common_data() net: stmmac: add get_interfaces() platform method net: stmmac: use priv->plat->phy_interface directly net: stmmac: use a local variable for priv->phylink_config +Merge branch 'fix-bpf-qdisc-bugs-and-clean-up' +selftests/bpf: Cleanup bpf qdisc selftests +selftests/bpf: Test attaching a bpf qdisc with incomplete operators +bpf: net_sched: Make some Qdisc_ops ops mandatory +selftests/bpf: Test setting and creating bpf qdisc as default qdisc +bpf: net_sched: Fix bpf qdisc init prologue when set as default qdisc +Merge branch 'bpf-udp-exactly-once-socket-iteration' +selftests/bpf: Add tests for bucket resume logic in UDP socket iterators +selftests/bpf: Return socket cookies from sock_iter_batch progs +bpf: udp: Avoid socket skips and repeats during iteration +bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items +bpf: udp: Get rid of st_bucket_done +bpf: udp: Make sure iter->batch always contains a full bucket snapshot +bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch Merge branch 'tools-ynl-gen-additional-c-types-and-classic-netlink-handling' tools: ynl: allow fixed-header to be specified per op tools: ynl-gen: don't init enum checks for classic netlink @@ -133,3 +154,5 @@ igb: Get rid of spurious interrupts igb: Add support for persistent NAPI config igb: Link queues to NAPI instances igb: Link IRQs to NAPI instances +bpf: net_sched: Fix using bpf qdisc as default qdisc +selftests/bpf: Fix compilation errors