Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-11-07--12-00 (v6.12-rc5-1400-g62f4608bc6a1) remotes/brancher/net-next-2024-11-07--15-00 (v6.12-rc5-1391-gb802cf34a829) ==== BASE DIFF ==== .../networking/device_drivers/wwan/t7xx.rst | 64 +++++++++++++++++++--- drivers/net/ethernet/arc/emac_main.c | 27 +++++---- drivers/net/ethernet/arc/emac_mdio.c | 9 ++- drivers/net/wwan/t7xx/t7xx_modem_ops.c | 1 + drivers/net/wwan/t7xx/t7xx_pci.c | 58 ++++++++++++++++++-- drivers/net/wwan/t7xx/t7xx_pci.h | 1 + drivers/net/wwan/t7xx/t7xx_port.h | 3 + drivers/net/wwan/t7xx/t7xx_port_proxy.c | 51 +++++++++++++++-- drivers/net/wwan/t7xx/t7xx_port_proxy.h | 1 + drivers/net/wwan/t7xx/t7xx_port_wwan.c | 8 ++- drivers/net/wwan/wwan_core.c | 8 +++ include/linux/wwan.h | 4 ++ net/sctp/ipv6.c | 2 +- net/sctp/protocol.c | 16 +++++- 14 files changed, 218 insertions(+), 35 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.80oE9vW3zh b/tmp/tmp.vGsaBhRZiC index 659afcec9234..ff3ba7dfb0e1 100644 --- a/tmp/tmp.80oE9vW3zh +++ b/tmp/tmp.vGsaBhRZiC @@ -4,8 +4,19 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours +octeon_ep_vf: add protective null checks in napi callbacks for cnxk cards +octeon_ep_vf: add protective null checks in napi callbacks for cn9k cards +octeon_ep_vf: Fix null dereferences to IQ/OQ pointers +octeon_ep: add protective null checks in napi callbacks for cnxk cards +octeon_ep: add protective null checks in napi callbacks for cn9k cards +octeon_ep: Fix null dereferences to IQ/OQ pointers +octeon_ep: Add checks to fix double free crashes. +net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX +net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014 +octeon_ep: add ndo ops for VFs in PF driver +net: atlantic: use irq_update_affinity_hint() +nfp: use irq_update_affinity_hint() geneve: Use pcpu stats to update rx_dropped counter. -ice: fix PHY timestamp extraction for ETH56G netfilter: nf_tables: wait for rcu grace period on net_device removal ipmr: Fix access to mfc_cache_list without lock held mptcp: fix possible integer overflow in mptcp_reset_tout_timer @@ -88,6 +99,7 @@ net: ti: icssg-prueth: Fix 1 PPS sync mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_clone() selftests: net: add a test for closing a netlink socket ith dump in progress netlink: terminate outstanding dump on socket close +ipv6: Fix soft lockups in fib6_select_path under high next hop churn net: sfc: use ethtool string helpers mlx5/core: Schedule EQ comp tasklet only if necessary bonding: add ESP offload features when slaves support @@ -95,36 +107,7 @@ bridge: Allow deleting FDB entries with non-existent VLAN devlink: Add documentation for OcteonTx2 AF octeontx2-af: Knobs for NPC default rule counters octeontx2-af: Refactor few NPC mcam APIs -tcp: fast path functions later -tcp: Pass flags to __tcp_send_ack -tcp: allow ECN bits in TOS/traffic class -tcp: AccECN support to tcp_add_backlog -gro: prevent ACE field corruption & better AccECN handling -gso: AccECN support -tcp: helpers for ECN mode handling -tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() -tcp: reorganize SYN ECN code -tcp: extend TCP flags to allow AE bit/ACE field -tcp: use BIT() macro in include/net/tcp.h -tcp: create FLAG_TS_PROGRESS -tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() net: mctp: Expose transport binding identifier via IFLA attribute -net/smc: Optimize the search method of reused buf_desc -net: qrtr: mhi: synchronize qrtr and mhi preparation -docs: networking: Describe irq suspension -selftests: net: Add busy_poll_test -eventpoll: Control irq suspension for prefer_busy_poll -eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set -net: Add control functions for irq suspension -net: Suspend softirq when prefer_busy_poll is set -net: Add napi_struct parameter irq_suspend_timeout -net: arc: rockchip: fix emac mdio node support -net: arc: fix the device for dma_map_single/dma_unmap_single -net: wwan: t7xx: Unify documentation column width -net: wwan: t7xx: Add debug ports -wwan: core: Add WWAN ADB and MIPC port type -net: ppp: remove ppp->closing check -sctp: Avoid enqueuing addr events redundantly mm: page_frag: use __alloc_pages() to replace alloc_pages_node() mm: page_frag: reuse existing space for 'size' and 'pfmemalloc' xtensa: remove the get_order() implementation