Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-11-22--03-00 (v6.18-rc6-1327-g9b23e94a861c) remotes/brancher/net-next-2025-11-22--06-00 (v6.18-rc6-1331-g4dedf3122620) ==== BASE DIFF ==== drivers/bluetooth/btusb.c | 39 ++++++++++++++---- include/net/bluetooth/hci_core.h | 21 ++++++---- net/bluetooth/hci_core.c | 89 +++++++++++++++++----------------------- net/bluetooth/hci_sock.c | 2 + net/bluetooth/iso.c | 30 +++++++++++--- net/bluetooth/l2cap_core.c | 23 ++++++++--- net/bluetooth/sco.c | 35 ++++++++++++---- net/bluetooth/smp.c | 31 ++++---------- 8 files changed, 161 insertions(+), 109 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.jCJXymBgPH b/tmp/tmp.MdPlCxxxyq index c95734304709..bfef10e91ce6 100644 --- a/tmp/tmp.jCJXymBgPH +++ b/tmp/tmp.MdPlCxxxyq @@ -11,6 +11,10 @@ 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 +net: socket: add missing declaration for update_socket_protocol +net: hibmcge: add support for pagepool on rx +net: hibmcge: reduce packet drop under stress testing +net: hibmcge: add support for tracepoint to dump some fields of rx_desc team: Move team device type change at the end of team_port_add net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop cxgb4: Rename sched_class to avoid type clash @@ -42,7 +46,6 @@ net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA values ipvlan: fix sparse warning about __be32 -> u32 net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr() selftests: netconsole: ensure required log level is set on netcons_basic -Merge tag 'for-net-2025-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth i40e: delete a stray tab selftests: netconsole: validate target resume netconsole: resume previously deactivated target @@ -110,9 +113,3 @@ net: enetc: update the base address of port MDIO registers for ENETC v4 net: enetc: set external PHY address in IERB for i.MX94 ENETC net: enetc: set the external PHY address in IERB for port MDIO usage tools: ynl: add YNL test framework -Bluetooth: SMP: Fix not generating mackey and ltk when repairing -Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref -Bluetooth: hci_core: lookup hci_conn on RX path on protocol side -Bluetooth: hci_sock: Prevent race in socket write iter and sock bind -Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP -Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface