Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-28--21-00 (v6.12-rc4-955-g94bc7483e99f) remotes/brancher/net-next-2024-10-29--00-00 (v6.12-rc4-963-g486f31073c70) ==== BASE DIFF ==== Documentation/networking/bonding.rst | 11 ++ Documentation/networking/packet_mmap.rst | 5 +- drivers/net/bonding/bond_main.c | 5 +- drivers/net/ethernet/amd/amd8111e.h | 1 - drivers/net/ethernet/broadcom/bcmsysport.c | 24 --- drivers/net/ethernet/broadcom/bcmsysport.h | 23 +++ drivers/net/macsec.c | 3 +- net/mptcp/diag.c | 2 +- net/mptcp/options.c | 4 +- net/mptcp/pm.c | 3 + net/mptcp/pm_netlink.c | 14 +- net/mptcp/protocol.c | 10 +- net/mptcp/protocol.h | 6 +- net/mptcp/subflow.c | 16 +- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 9 + .../selftests/net/tcp_ao/setsockopt-closed.c | 186 ++++++++++++++++++++- 16 files changed, 267 insertions(+), 55 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.RFtD8o20PI b/tmp/tmp.cLqHskriAT index 6fdb2d2d74f5..53241a8ec1e9 100644 --- a/tmp/tmp.RFtD8o20PI +++ b/tmp/tmp.cLqHskriAT @@ -1,3 +1,4 @@ +netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch @@ -8,6 +9,12 @@ net: wwan: t7xx: off-by-one error in t7xx_dpmaif_rx_buf_alloc() netlink: Fix off-by-one error in netlink_proto_init() net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000 fsl/fman: Validate cell-index value obtained from Device Tree +net: ethernet: mtk_wed: fix path of MT7988 WO firmware +selftests: forwarding: Add IPv6 GRE remote change tests +mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address +mlxsw: pci: Sync Rx buffers for device +mlxsw: pci: Sync Rx buffers for CPU +mlxsw: spectrum_ptp: Add missing verification before pushing Tx header net: hns3: fix kernel crash when 1588 is sent on HIP08 devices net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue net: hns3: initialize reset_timer before hclgevf_misc_irq_init() @@ -127,8 +134,6 @@ 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: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings -UAPI: ethtool: Use __struct_group() in struct ethtool_link_settings ipv4: Convert devinet_ioctl to per-netns RTNL. ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS. ipv4: Convert devinet_sysctl_forward() to per-netns RTNL. @@ -141,23 +146,8 @@ ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr(). ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm(). rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit(). rtnetlink: Make per-netns RTNL dereference helpers to macro. -net: systemport: Move IO macros to header file -net: systemport: Remove unused txchk accessors -selftest/tcp-ao: Add filter tests -net: amd8111e: Remove duplicate definition of PCI_VENDOR_ID_AMD -mptcp: use "middlebox interference" RST when no DSS -mptcp: implement mptcp_pm_connection_closed -mptcp: annotate data-races around subflow->fully_established -mptcp: pm: send ACK on non-stale subflows -docs: networking: packet_mmap: replace dead links with archive.org links -selftests: mptcp: list sysctl data -mptcp: remove unneeded lock when listing scheds -mptcp: init: protect sched with rcu_read_lock -macsec: Fix use-after-free while sending the offloading packet net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values -Documentation: bonding: add XDP support explanation -bonding: return detailed error when loading native XDP fails docs: networking: Describe irq suspension eventpoll: Control irq suspension for prefer_busy_poll eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set