Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-11-12--00-00 (v6.18-rc4-982-g476b9de6cf09) remotes/brancher/net-next-hw-2025-11-12--08-00 (v6.18-rc4-970-g5799f5a4b642) ==== BASE DIFF ==== drivers/bluetooth/btrtl.c | 24 ++--- drivers/bluetooth/btusb.c | 13 ++- .../net/ethernet/microchip/sparx5/sparx5_main.c | 2 + .../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 30 ++---- drivers/net/ethernet/ti/netcp_ethss.c | 4 +- include/linux/ethtool.h | 2 +- include/net/bluetooth/hci.h | 5 + net/bluetooth/6lowpan.c | 105 +++++++++++++++------ net/bluetooth/hci_conn.c | 33 ++++--- net/bluetooth/hci_event.c | 56 +++++++---- net/bluetooth/hci_sync.c | 2 +- net/bluetooth/l2cap_core.c | 1 + net/bluetooth/mgmt.c | 1 + net/sched/sch_generic.c | 17 ++-- tools/testing/selftests/net/mptcp/mptcp_connect.c | 18 +++- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +- tools/testing/selftests/net/mptcp/mptcp_join.sh | 90 +++++++++--------- tools/testing/selftests/net/mptcp/mptcp_lib.sh | 21 +++++ 18 files changed, 263 insertions(+), 163 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.o66fLGEC8g b/tmp/tmp.zWeWJglYGV index 62f9f4473524..1ea2aab96790 100644 --- a/tmp/tmp.o66fLGEC8g +++ b/tmp/tmp.zWeWJglYGV @@ -31,24 +31,7 @@ net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues net: stmmac: pci: Use generic PCI suspend/resume routines net: stmmac: loongson: Use generic PCI suspend/resume routines net: stmmac: Add generic suspend/resume helper for PCI-based controllers -net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codel -net_sched: add qdisc_dequeue_drop() helper -net_sched: add tcf_kfree_skb_list() helper -net: annotate a data-race in __dev_xmit_skb() -net: prefech skb->priority in __dev_xmit_skb() -net_sched: sch_fq: prefetch one skb ahead in dequeue() -net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb() -net_sched: add Qdisc_read_mostly and Qdisc_write groups -net_sched: cake: use qdisc_pkt_segs() -net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update() -net: use qdisc_pkt_len_segs_init() in sch_handle_ingress() -net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init() -net: init shinfo->gso_segs from qdisc_pkt_len_init() -net_sched: make room for (struct qdisc_skb_cb)->pkt_segs r8169: add support for RTL8125K -net: phy: mscc: Add support for PHY LED control -net: phy: mscc: Consolidate probe functions into a common helper -net: phy: mscc: Simplify LED mode update using phy_modify() virtio-net: fix incorrect flags recording in big mode net: stmmac: visconti: use stmmac_get_phy_intf_sel() net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface @@ -69,13 +52,6 @@ net,mptcp: fix proto fallback detection with BPF mptcp: disallow MPTCP subflows from sockmap ipv6: clear RA flags when adding a static route net: phy: fixed_phy: initialize the link status as up -net: netcp: ethss: Fix type of first parameter in hwtstamp stubs -selftests: mptcp: join: properly kill background tasks -selftests: mptcp: connect: trunc: read all recv data -selftests: mptcp: join: userspace: longer transfer -selftests: mptcp: join: endpoints: longer transfer -selftests: mptcp: join: rm: set backup flag -selftests: mptcp: connect: fix fallback note due to OoO fbnic: Replace use of internal PCS w/ Designware XPCS fbnic: Add SW shim for MDIO interface to PMA/PMD and PCS fbnic: Cleanup handling for link down event statistics @@ -86,23 +62,9 @@ net: pcs: xpcs: Fix PMA identifier handling in XPCS net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces net: phy: Rename MDIO_CTRL1_SPEED for 2.5G and 5G to reflect PMA values net: phy: Add support for 25, 50 and 100Gbps PMA to genphy_c45_read_pma -net: stmmac: meson8b: use stmmac_get_phy_intf_sel() -net: stmmac: meson8b: use phy_intf_sel directly -net: stmmac: meson8b: use PHY_INTF_SEL_x -net: fealnx: fixed possible out of band acces to an array -net: sparx5/lan969x: populate netdev of_node -net: ps3_gelic_net: handle skb allocation failures 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 net: bonding: use atomic instead of rtnl_mutex, to make sure peer notify updated -net: ethernet: ti: am65-cpsw: Fix clearing of irq_disabled flag in rx_poll -net: ethernet: ti: am65-cpsw: enable zero copy in XDP features -net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for TX -net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for RX -net: ethernet: ti: am65-cpsw: add XSK pool helpers -net: ethernet: ti: am65-cpsw: Retain page_pool on XDP program exchange -net: ethernet: ti: am65-cpsw: fix BPF Program change on multi-port CPSW -net_sched: limit try_bulk_dequeue_skb() batches