Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-08-22--16-00 (v6.17-rc2-517-g79faeb8eabbd) remotes/brancher/net-next-hw-2025-08-23--00-00 (v6.17-rc2-532-gbec339a8ba8c) ==== BASE DIFF ==== .../chelsio/inline_crypto/chtls/chtls_cm.c | 6 +- .../chelsio/inline_crypto/chtls/chtls_cm.h | 2 +- drivers/net/ethernet/intel/idpf/idpf.h | 2 + drivers/net/ethernet/intel/idpf/idpf_lib.c | 102 ++- .../net/ethernet/intel/idpf/idpf_singleq_txrx.c | 61 +- drivers/net/ethernet/intel/idpf/idpf_txrx.c | 840 +++++++-------------- drivers/net/ethernet/intel/idpf/idpf_txrx.h | 87 +-- .../ethernet/marvell/octeontx2/nic/otx2_common.c | 4 +- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 1 + .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 3 + .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 10 + drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 13 +- drivers/net/ethernet/marvell/octeontx2/nic/rep.h | 1 + include/net/bluetooth/hci_sync.h | 2 +- net/bluetooth/hci_conn.c | 58 +- net/bluetooth/hci_event.c | 25 +- net/bluetooth/hci_sync.c | 6 +- net/bluetooth/mgmt.c | 9 +- net/core/page_pool.c | 6 +- net/ipv4/tcp.c | 14 +- net/ipv4/tcp_input.c | 8 +- net/ipv4/tcp_output.c | 6 +- net/rds/af_rds.c | 2 +- net/rds/connection.c | 9 +- net/rds/message.c | 4 +- net/rds/rds.h | 2 +- net/rds/recv.c | 4 +- net/rds/send.c | 4 +- 28 files changed, 612 insertions(+), 679 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.H5PeKTnjoe b/tmp/tmp.v5LcVYt8n0 index 8f27f32a25b3..1d7a4d7210a5 100644 --- a/tmp/tmp.H5PeKTnjoe +++ b/tmp/tmp.v5LcVYt8n0 @@ -45,23 +45,14 @@ net: phy: aquantia: rename some aqr107 functions according to generation net: phy: aquantia: reorder AQR113C PMD Global Transmit Disable bit clearing with supported_interfaces net: phy: aquantia: merge aqr113c_fill_interface_modes() into aqr107_fill_interface_modes() net: phy: aquantia: rename AQR412 to AQR412C and add real AQR412 -tcp: lockless TCP_MAXSEG option -tcp: annotate data-races around tp->rx_opt.user_mss ibmvnic: Increase max subcrq indirect entries with fallback ptp/ptp_vmw: load ptp_vmw driver by directly probing the device ptp/ptp_vmw: Implement PTP clock adjustments ops -phy: mscc: Fix when PTP clock is register and unregister -Octeontx2-vf: Fix max packet length errors -page_pool: fix incorrect mp_ops error handling net: wangxun: support to use adaptive RX/TX coalescing net: wangxun: cleanup the code in wx_set_coalesce() net: wangxun: limit tx_max_coalesced_frames_irq net: ngbe: change the default ITR setting atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control(). -rds: Fix endianness annotations for RDS extension headers -rds: Fix endianness annotation for RDS_MPATH_HASH -rds: Fix endianness annotation of jhash wrappers -rds: Replace POLLERR with EPOLLERR octeontx2-af: Remove unused declarations hinic3: Interrupt request configuration hinic3: Mailbox management interfaces @@ -76,4 +67,3 @@ bonding: set random address only when slaves already exist i40e: Prevent unwanted interface name changes selftests: net: add test for dst hint mechanism with directed broadcast addresses net: ipv4: allow directed broadcast routes to use dst hint -idpf: do not linearize big TSO packets