Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-03-21--16-00 (v6.14-rc7-1413-g6d3321907ca6) remotes/brancher/net-next-hw-2025-03-22--00-00 (v6.14-rc7-1441-g6473b536f1f8) ==== BASE DIFF ==== CREDITS | 4 + .../networking/device_drivers/cable/index.rst | 18 - .../networking/device_drivers/cable/sb1000.rst | 222 ---- .../ethernet/mellanox/mlx5/counters.rst | 5 + Documentation/networking/device_drivers/index.rst | 1 - Documentation/networking/netconsole.rst | 25 + MAINTAINERS | 4 +- arch/powerpc/configs/ppc6xx_defconfig | 1 - drivers/acpi/acpi_pnp.c | 2 - drivers/net/Kconfig | 24 - drivers/net/Makefile | 1 - drivers/net/ethernet/airoha/airoha_eth.h | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 119 +- drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 4 + drivers/net/netconsole.c | 71 +- drivers/net/phy/marvell-88q2xxx.c | 8 +- drivers/net/phy/mxl-gpy.c | 8 +- drivers/net/phy/nxp-tja11xx.c | 19 +- drivers/net/phy/phy-c45.c | 3 + drivers/net/phy/realtek/realtek_hwmon.c | 7 +- drivers/net/phy/realtek/realtek_main.c | 11 +- drivers/net/sb1000.c | 1179 -------------------- include/linux/if_bridge.h | 6 +- include/net/mctp.h | 2 +- include/uapi/linux/if_cablemodem.h | 23 - net/bridge/br_ioctl.c | 36 +- net/bridge/br_private.h | 3 +- net/core/dev_ioctl.c | 19 - net/core/filter.c | 45 +- net/mptcp/sockopt.c | 28 + net/socket.c | 19 +- tools/testing/selftests/bpf/progs/setget_sockopt.c | 2 + .../selftests/drivers/net/netcons_sysdata.sh | 44 +- 34 files changed, 363 insertions(+), 1606 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.T29DWrsNyq b/tmp/tmp.NDQerpOj2Z index 463b36b7d20d..2e5d66dab4db 100644 --- a/tmp/tmp.T29DWrsNyq +++ b/tmp/tmp.NDQerpOj2Z @@ -4,9 +4,3 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours -Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next -Merge branch 'tcp-add-some-rto-min-and-delack-max-bpf_getsockopt-supports' -selftests/bpf: Add bpf_getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN -tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAX -tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MIN -tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flags