Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-11-27--12-00 (v6.18-rc6-1691-g8ccc3bcc12a8) remotes/brancher/net-next-2025-11-27--15-00 (v6.18-rc6-1729-ga86e7ab5c3d9) ==== BASE DIFF ==== .../bindings/net/can/microchip,mpfs-can.yaml | 5 + MAINTAINERS | 8 +- drivers/net/can/Kconfig | 17 ++ drivers/net/can/Makefile | 1 + drivers/net/can/dev/bittiming.c | 63 ++++ drivers/net/can/dev/calc_bittiming.c | 114 ++++++-- drivers/net/can/dev/dev.c | 42 ++- drivers/net/can/dev/netlink.c | 319 +++++++++++++++++++-- drivers/net/can/dummy_can.c | 285 ++++++++++++++++++ drivers/net/can/rcar/rcar_canfd.c | 246 +++++++++++----- .../net/ethernet/stmicro/stmmac/dwmac1000_dma.c | 5 +- drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c | 5 + drivers/net/ethernet/stmicro/stmmac/hwif.h | 3 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 + include/linux/can/bittiming.h | 81 +++++- include/linux/can/dev.h | 68 +++-- include/uapi/linux/can/netlink.h | 34 +++ net/can/raw.c | 54 +++- net/mptcp/protocol.c | 6 + 20 files changed, 1186 insertions(+), 173 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.EpUpOifX7Y b/tmp/tmp.xWDuGxwwRE index b8c8d2a2b281..cda501800c18 100644 --- a/tmp/tmp.EpUpOifX7Y +++ b/tmp/tmp.xWDuGxwwRE @@ -7,10 +7,19 @@ nipa: tc_action dbg nipa: selftests: net: enable profiling nipa: timestamp - try waking nipa: profile (time) test output -nipa: local: add short sleep to bond_macvlan_ipvlan.sh nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests +selftests: bonding: add delay before each xvlan_over_bond connectivity check +xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set +net: thunderbolt: Allow reading link settings +net: thunderbolt: Allow changing MTU of the device +net: thunderbolt: Allow changing MAC address of the device +l2tp: fix double dst_release() on sk_dst_cache race +ynl: fix schema check errors +ynl: fix a yamllint warning in ethtool spec +tools: ynl: add a lint makefile target +tools: ynl: add schema checking net: phy: aquantia: check for NVMEM deferral Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next net: bcmgenet: extract GRXRINGS from .get_rxnfc @@ -107,7 +116,6 @@ ixgbevf: ixgbevf_q_vector clean up ixgbe: Add 10G-BX support ice: unify PHY FW loading status handler for E800 devices ice: add support for unmanaged DPLL on E830 NIC -hsr: fix NULL pointer dereference in skb_clone with hw tag insertion net/mlx5: Document devlink rates net/mlx5: qos: Enable cross-device scheduling net/mlx5: qos: Support cross-device tx scheduling @@ -122,7 +130,6 @@ devlink: Refactor devlink_rate_nodes_check devlink: Add helpers to lock nested-in instances documentation: networking: add shared devlink documentation devlink: Reverse locking order for nested instances -mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose(). tun: flush deferred skb free list before bulk NAPI cache get net: core: export skb_defer_free_flush tun: use napi_consume_skb() in tun_put_user @@ -132,8 +139,6 @@ tun: correct drop statistics in tun_get_user tun: correct drop statistics in tun_put_user tun: correct drop statistics in tun_xdp_one tun: cleanup out label in tun_xdp_one -net: stmmac: dwmac: Disable flushing frames on Rx Buffer Unavailable -xsk: skip validating skb list in xmit path net/mlx5e: Refine TX timeout handling to skip non-timed-out SQ net: hns3: Use netif_xmit_timeout_ms() helper net: Introduce netif_xmit_time_out_duration() helper