Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-01--09-00 (net-next-6.12-10154-g0227ea1d0401) remotes/brancher/net-next-2024-10-01--12-00 (net-next-6.12-10156-g1cd2423c9a5a) ==== BASE DIFF ==== drivers/net/ethernet/freescale/fec.h | 9 ++++ drivers/net/ethernet/freescale/fec_main.c | 11 ++++- drivers/net/ethernet/freescale/fec_ptp.c | 50 +++++++++++++++++++++++ drivers/net/ethernet/microchip/fdma/Kconfig | 2 +- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 18 ++++---- drivers/net/ethernet/ti/cpsw_ale.c | 12 +++++- drivers/net/ethernet/ti/cpsw_ale.h | 1 + drivers/net/pcs/pcs-xpcs-wx.c | 2 +- include/net/tcp.h | 2 +- net/core/dev.c | 12 ++++-- net/ipv4/ip_gre.c | 6 +-- 11 files changed, 104 insertions(+), 21 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.1LdhJvisQk b/tmp/tmp.tMmPbUdtxP index e8efc476e60a..02a9c9d3542c 100644 --- a/tmp/tmp.1LdhJvisQk +++ b/tmp/tmp.tMmPbUdtxP @@ -10,6 +10,14 @@ net: systemport: Add error pointer checks in bcm_sysport_map_queues() and bcm_sy net: phy: qt2025: Fix warning: unused import DeviceId net: gso: fix tcp fraglist segmentation after pull from frag_list tcp: check if skb is true to avoid crash +net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice +net/mlx5e: SHAMPO, Fix overflow of hd_per_wq +net/mlx5: HWS, changed E2BIG error to a negative return code +net/mlx5: HWS, fixed double-free in error flow of creating SQ +net/mlx5: Fix wrong reserved field in hca_cap_2 in mlx5_ifc +net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() +net/mlx5: Added cond_resched() to crdump collection +net/mlx5: Fix error path in multi-packet WQE transmit Revert "vrf: Remove unnecessary RCU-bh critical section" net/ncsi: Disable the ncsi work before freeing the associated structure selftests: exec: update gitignore for load_address @@ -17,20 +25,3 @@ selftests: rds: add gitignore file for include.sh selftests: rds: add include.sh to EXTRA_CLEAN selftests: add unshare_test and msg_oob to gitignore net/bridge: Optimizing read-write locks in ebtables.c -Fix issue related with assigning two diffrent vids to the same interface. -ipv4: ip_gre: Fix drops of small packets in ipgre_xmit -rxrpc: Fix a race between socket set up and I/O thread creation -igb: Do not bring the device up after non-fatal error -net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check -net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() -net: add more sanity checks to qdisc_pkt_len_init() -net: avoid potential underflow in qdisc_pkt_len_init() with UFO -net: ethernet: ti: cpsw_ale: Fix warning on some platforms -mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING -net: microchip: Make FDMA config symbol invisible -net: fec: Reload PTP registers after link-state change -net: fec: Restart PPS after link state change -mac802154: Fix potential RCU dereference issue in mac802154_scan_worker -sctp: Fix typos in comments across various files -net: phy: aquantia: Introduce custom get_features -net: pcs: xpcs: fix the wrong register that was written back