Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-11-26--21-00 (v6.18-rc6-1532-gdf040a9c095e) remotes/brancher/net-next-2025-11-27--00-00 (v6.18-rc6-1552-gbfb4344d3294) ==== BASE DIFF ==== drivers/vhost/net.c | 53 +++++++++++++++++++++-------------- drivers/vhost/vhost.c | 76 +++++++++++++++++++++++++++++++++++++++++---------- drivers/vhost/vhost.h | 10 ++++++- 3 files changed, 103 insertions(+), 36 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.m8YMpCuiAc b/tmp/tmp.Jtb5BUG4B4 index 0d057ef514ce..e519704cb7cf 100644 --- a/tmp/tmp.m8YMpCuiAc +++ b/tmp/tmp.Jtb5BUG4B4 @@ -11,6 +11,19 @@ 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 +ipv4: Fix log message for martian source +bnxt_en: Add PTP .getcrosststamp() interface to get device/host times +bnxt_en: Add Virtual Admin Link State Support for VFs +bnxt_en: Do not set EOP on RX AGG BDs on 5760X chips +bnxt_en: Add CQ ring dump to bnxt_dump_cp_sw_state() +bnxt_en: Remove the redundant BNXT_EN_FLAG_MSIX_REQUESTED flag +bnxt_en: Enhance log message in bnxt_get_module_status() +bnxt_en: Enhance TX pri counters +selftests: netconsole: validate target resume +netconsole: resume previously deactivated target +netconsole: add STATE_DEACTIVATED to track targets disabled by low level +netconsole: convert 'enabled' flag to enum for clearer state management +netconsole: add target_state enum selftests: ipv6_icmp: add tests for ICMPv6 handling ipv6: use the right ifindex when replying to icmpv6 from localhost selftests/tc-testing: Update test cases with netem duplicate @@ -50,6 +63,14 @@ net: ti: icssm-prueth: Add support for ICSSM RSTP switch net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver net: ti: icssm-prueth: Add helper functions to configure and maintain FDB selftests: mptcp: initialize raw_addr to Null +net/sched: em_canid: fix uninit-value in em_canid_match +can: rcar_canfd: Fix CAN-FD mode as default +can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling +can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data +can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header +can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs +can: sja1000: fix max irq loop handling +can: kvaser_usb: leaf: Fix potential infinite loop in command parsers dibs: Remove KMSG_COMPONENT macro net: Remove KMSG_COMPONENT macro if_ether.h: Clarify ethertype validity for gsw1xx dsa @@ -69,7 +90,6 @@ r8169: add DASH support for RTL8127AP selftests/net/ipsec: Fix variable size type not at the end of struct netmem, devmem, tcp: access pp fields through @desc in net_iov eth: bnxt: make use of napi_consume_skb() -net/sched: em_canid: add length check before reading CAN ID net: atlantic: fix fragment overflow handling in RX path MAINTAINERS: separate VIRTIO NET DRIVER and add netdev selftests/net: packetdrill: pass send_omit_free to MSG_ZEROCOPY tests @@ -111,7 +131,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 -flow_dissector: save computed hash in __skb_get_hash_symmetric_net() mptcp: clear scheduled subflows on retransmit selftests/net: initialize char variable to null net: stmmac: dwmac: Disable flushing frames on Rx Buffer Unavailable @@ -184,6 +203,7 @@ 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 +net: mana: Implement ndo_tx_timeout and serialize queue resets per port. amd-xgbe: let the MAC manage PHY PM Documentation: networking: Document the phy_port infrastructure net: phy: dp83822: Add SFP support through the phy_port interface @@ -216,4 +236,3 @@ net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMD net: pcs: xpcs: Fix PMA identifier handling in XPCS net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA values -net: mana: Handle hardware recovery events when probing the device