Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-11-19--03-00 (v6.18-rc5-1254-gc6acee2e5a6a) remotes/brancher/net-next-2025-11-19--06-00 (v6.18-rc5-1278-ga6075505f4ad) ==== BASE DIFF ==== drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 55 +++++++ .../ethernet/mellanox/mlx5/core/diag/fw_tracer.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c | 21 ++- drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h | 2 +- .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 19 ++- .../ethernet/mellanox/mlx5/core/en_fs_ethtool.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 7 - .../net/ethernet/mellanox/mlx5/core/fpga/core.c | 2 +- .../net/ethernet/mellanox/mlx5/core/lib/vxlan.c | 2 +- .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 4 +- drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 6 +- drivers/net/ethernet/mellanox/mlx5/core/port.c | 35 +++-- .../mellanox/mlx5/core/steering/sws/dr_domain.c | 8 +- include/linux/mlx5/driver.h | 1 + net/ipv6/ip6_fib.c | 4 + net/mptcp/pm.c | 20 ++- net/unix/af_unix.c | 10 +- net/unix/af_unix.h | 4 +- net/unix/garbage.c | 92 ++++++------ tools/testing/selftests/net/.gitignore | 1 + tools/testing/selftests/net/af_unix/Makefile | 1 + tools/testing/selftests/net/af_unix/so_peek_off.c | 162 +++++++++++++++++++++ tools/testing/selftests/net/fib_tests.sh | 66 ++++++++- 24 files changed, 411 insertions(+), 117 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.qNuWq8eFCn b/tmp/tmp.vmF9ZBc4f3 index 091f81a59c6d..97b089c9a8a6 100644 --- a/tmp/tmp.qNuWq8eFCn +++ b/tmp/tmp.vmF9ZBc4f3 @@ -12,6 +12,25 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests nipa: fbnic: link up on QEMU +net: wwan: mhi: Add network support for Foxconn T99W760 +eea: introduce ethtool support +eea: create/destroy rx,tx queues for netdevice open and stop +eea: probe the netdevice and create adminq +eea: introduce ring and descriptor structures +eea: introduce PCI framework +netfilter: conntrack: Add missing modification about data-race around ct->timeout +tools: ynl: add YNL test framework +net: fec: remove duplicate macros of the BD status +net: fec: remove rx_align from fec_enet_private +net: fec: remove struct fec_enet_priv_txrx_info +net: fec: simplify the conditional preprocessor directives +net: fec: remove useless conditional preprocessor directives +selftest: netdevsim: test devlink default params +netdevsim: register a new devlink param with default value interface +net/mlx5: implement swp_l4_csum_mode via devlink params +devlink: support default values for param-get and param-set +devlink: refactor devlink_nl_param_value_fill_one() +devlink: pass extack through to devlink_param::get() ice: fix PTP cleanup on driver removal in error path idpf: fix possible vport_config NULL pointer deref in remove selftests: net: remove old setup_* scripts @@ -82,18 +101,11 @@ net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CG net: phy: realtek: eliminate has_phycr2 variable net: phy: realtek: eliminate priv->phycr2 variable net: phy: realtek: create rtl8211f_config_rgmii_delay() -net/mlx5: Use EOPNOTSUPP instead of ENOTSUPP -net/mlx5: Abort new commands if all command slots are stalled -net/mlx5: Remove redundant bw_share minimal value assignment -net/mlx5e: Recover SQ on excessive PTP TX timestamp delta -net/mlx5: Refactor EEPROM query error handling to return status separately net/rds: Give each connection its own workqueue net/rds: Add per cp work queue net: lan966x: Fix the initialization of taprio tcp: add net.ipv4.tcp_rtt_threshold sysctl tcp: tcp_moderate_rcvbuf is only used in rx path -net/mlx5: Clean up only new IRQ glue on request_irq() failure -mptcp: fix a race in mptcp_pm_del_add_timer() dt-bindings: net: aspeed: add AST2700 MDIO compatible net/mlx5: Move SF dev table notifier registration outside the PF devlink lock net/mlx5: Move the SF table notifiers outside the devlink lock @@ -101,13 +113,4 @@ net/mlx5: Move the SF HW table notifier outside the devlink lock net/mlx5: Move the vhca event notifier outside of the devlink lock net/mlx5: Move the esw mode notifier chain outside the devlink lock net/mlx5: Initialize events outside devlink lock -selftests: fib_tests: add fib6 from ra to static test -ipv6: clear RA flags when adding a static route -af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc(). -af_unix: Remove unix_tot_inflight. -af_unix: Refine wait_for_unix_gc(). -af_unix: Don't call wait_for_unix_gc() on every sendmsg(). -af_unix: Don't trigger GC from close() if unnecessary. -af_unix: Simplify GC state. -af_unix: Count cyclic SCC. net: dsa: microchip: lan937x: Fix RGMII delay tuning