Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-12--15-00 (v6.13-rc1-577-g35241729473c) remotes/brancher/net-next-2024-12-12--18-00 (v6.13-rc1-592-g5faa6d4939e0) ==== BASE DIFF ==== drivers/bluetooth/btmtk.c | 20 +++--- drivers/net/dsa/microchip/ksz_common.c | 42 ++++++------- include/net/bluetooth/bluetooth.h | 10 +-- include/net/bluetooth/hci_core.h | 108 +++++++++++++++++++++------------ net/bluetooth/hci_core.c | 10 +-- net/bluetooth/hci_event.c | 33 ++++------ net/bluetooth/hci_sock.c | 14 ++--- net/bluetooth/iso.c | 75 +++++++++++++++++------ net/bluetooth/l2cap_core.c | 12 ++-- net/bluetooth/l2cap_sock.c | 20 +++--- net/bluetooth/rfcomm/core.c | 6 ++ net/bluetooth/rfcomm/sock.c | 9 ++- net/bluetooth/sco.c | 52 ++++++++-------- net/dsa/tag_ocelot_8021q.c | 2 +- 14 files changed, 234 insertions(+), 179 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.J0dOZjiWp3 b/tmp/tmp.5JolH1oJRy index fa909cd4b2c6..4919479fdbaf 100644 --- a/tmp/tmp.J0dOZjiWp3 +++ b/tmp/tmp.5JolH1oJRy @@ -3,7 +3,22 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours -Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth +net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() +ipv4: output metric as unsigned int +net: stmmac: convert to use phy_eee_rx_clock_stop() +net: stmmac: report EEE error statistics if EEE is supported +net: stmmac: remove priv->tx_lpi_enabled +net: stmmac: remove redundant code from ethtool EEE ops +net: stmmac: make EEE depend on phy->enable_tx_lpi +net: stmmac: move tx_lpi_timer tracking to phylib +net: phy: add configuration of rx clock stop mode +net: hibmcge: Add nway_reset supported in this module +net: hibmcge: Add reset supported in this module +net: hibmcge: Add pauseparam supported in this module +net: hibmcge: Add register dump supported in this module +net: hibmcge: Add unicast frame filter supported in this module +net: hibmcge: Add irq_info file to debugfs +net: hibmcge: Add debugfs supported in this module net: phylink: improve phylink_sfp_config_phy() error message with missing PHY driver rust: net::phy fix module autoloading net: ena: Fix incorrect indentation @@ -49,12 +64,9 @@ xdp: add generic xdp_buff_add_frag() xdp: make __xdp_return() MP-agnostic xdp: get rid of xdp_frame::mem.id page_pool: allow mixing PPs within one bulk -ipvs: Fix clamp() order in ip_vs_conn_init() -net: dsa: tag_ocelot_8021q: fix broken reception qed: fix uninit pointer read in qed_mcp_nvm_info_populate() net: wan: framer: Simplify API framer_provider_simple_of_xlate() implementation net_sched: sch_cake: Add drop reasons -net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundaries net/smc: check return value of sock_recvmsg when draining clc data net/smc: check smcd_v2_ext_offset when receiving proposal msg net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg @@ -67,12 +79,3 @@ r8169: add support for RTL8125D rev.b net: mctp: Allow MCTP_NET_ANY for v2 tag control ioctls net: mctp: Don't use MCTP_INITIAL_DEFAULT_NET for a fallback net net: mctp: handle skb cleanup on sock_queue failures -Bluetooth: btmtk: avoid UAF in btmtk_process_coredump -Bluetooth: iso: Fix circular lock in iso_conn_big_sync -Bluetooth: iso: Fix circular lock in iso_listen_bis -Bluetooth: SCO: Add support for 16 bits transparent voice setting -Bluetooth: iso: Fix recursive locking warning -Bluetooth: iso: Always release hdev at the end of iso_listen_bis -Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating -Bluetooth: hci_core: Fix sleeping function called from invalid context -Bluetooth: Improve setsockopt() handling of malformed user input