Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-01-09--03-00 (v6.13-rc5-1032-gf16be2711ae3) remotes/brancher/net-next-2025-01-09--06-00 (v6.13-rc5-1037-g93db859718eb) ==== BASE DIFF ==== .../bindings/net/pse-pd/pse-controller.yaml | 2 +- drivers/bluetooth/btmtk.c | 7 ++ drivers/bluetooth/btnxpuart.c | 1 + drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 2 + drivers/net/ethernet/intel/ice/ice_dpll.c | 35 +++++--- drivers/net/ethernet/intel/ice/ice_ptp_consts.h | 4 +- drivers/net/ethernet/intel/igc/igc_base.c | 6 ++ net/bluetooth/hci_sync.c | 11 +-- net/bluetooth/mgmt.c | 38 ++++++++- net/bluetooth/rfcomm/tty.c | 4 +- tools/testing/selftests/drivers/net/lib/py/env.py | 1 + tools/testing/selftests/drivers/net/stats.py | 94 +++++++++++++++++++++- tools/testing/selftests/net/lib/py/ksft.py | 5 ++ 13 files changed, 183 insertions(+), 27 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.W5ZzlyRFhR b/tmp/tmp.dcROFLFrB7 index 55a721fee261..eb4624812ed7 100644 --- a/tmp/tmp.W5ZzlyRFhR +++ b/tmp/tmp.dcROFLFrB7 @@ -3,6 +3,10 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours +net: mana: Cleanup "mana" debugfs dir after cleanup of all children +eth: bnxt: always recalculate features after XDP clearing, fix null-deref +selftests: bonding: add ipvlan over bond testing +ipvlan: Support bonding events net: ethernet: sunplus: Switch to ndo_eth_ioctl xsk: Bring back busy polling support net: wwan: iosm: Fix hibernation by re-binding the driver around it @@ -42,7 +46,6 @@ net: stmmac: use unsigned int for eee_timer net: stmmac: use correct type for tx_lpi_timer net: stmmac: move tx_lpi_timer tracking to phylib net: phy: add configuration of rx clock stop mode -Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth MAINTAINERS: remove Lars Povlsen from Microchip Sparx5 SoC MAINTAINERS: remove Noam Dagan from AMAZON ETHERNET MAINTAINERS: remove Ying Xue from TIPC @@ -78,9 +81,6 @@ enic: Obtain the Link speed only after the link comes up enic: Move RX coalescing set function net: stmmac: dwmac-tegra: Read iommu stream id from device tree net: phy: micrel: use helper phy_disable_eee -igc: return early when failing to read EECD register -ice: fix incorrect PHY settings for 100 GB/s -ice: fix max values for dpll pin phase adjust selftests: net: test listing NAPI vs queue resets netdevsim: add debugfs-triggered queue reset netdevsim: add queue management API support @@ -106,10 +106,8 @@ net: phy: dp83822: Add support for PHY LEDs on DP83822 net: stmmac: Unexport stmmac_rx_offset() from stmmac.h r8169: add support for RTL8125BP rev.b mctp i3c: fix MCTP I3C driver multi-thread issue -selftests: drv-net: test drivers sleeping in ndo_get_stats64 net: sched: refine software bypass handling in tc_run page_pool: check for dma_sync_size earlier -netlink: support dumping IPv4 multicast addresses net: pse-pd: Fix missing PI of_node description regulator: core: Resolve supply using of_node from regulator_config net: ethtool: Add support for new PSE device index description @@ -125,7 +123,3 @@ net: pse-pd: Add power limit check net: pse-pd: Avoid setting max_uA in regulator constraints net: pse-pd: Remove unused pse_ethtool_get_pw_limit function declaration net/smc: fix data error when recvmsg with MSG_PEEK flag -Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. -Bluetooth: btnxpuart: Fix driver sending truncated data -Bluetooth: MGMT: Fix Add Device to responding before completing -Bluetooth: hci_sync: Fix not setting Random Address when required