Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-11-05--03-00 (v6.12-rc5-1279-gae96ae05fe41) remotes/brancher/net-next-2024-11-05--06-00 (v6.12-rc5-1303-gd5e6d0ef6459) ==== BASE DIFF ==== drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 26 ++++++++++++++++---------- include/soc/fsl/qman.h | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.GiMJB1iSdn b/tmp/tmp.rlTsny4FFN index d1ec68f371af..c4360826cad8 100644 --- a/tmp/tmp.GiMJB1iSdn +++ b/tmp/tmp.rlTsny4FFN @@ -4,6 +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 +bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rules +bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAW +net/smc: Optimize the search method of reused buf_desc +net/ipv6: Netlink flag for new IPv6 Default Routes +tcp: avoid RST in 3-way shakehands due to failure in tcp_timewait_state_process +rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PERNET_WIP. +rtnetlink: Convert RTM_NEWLINK to per-netns RTNL. +netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type. +vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type. +veth: Set VETH_INFO_PEER to veth_link_ops.peer_type. +rtnetlink: Add peer_type in struct rtnl_link_ops. +rtnetlink: Factorise rtnl_link_get_net_tb(). +rtnetlink: Introduce struct rtnl_nets and helpers. net: qrtr: mhi: synchronize qrtr and mhi preparation selftests: net: add a test for closing a netlink socket ith dump in progress netlink: terminate outstanding dump on socket close @@ -82,7 +95,6 @@ octeon_ep_vf: add checks to fix NULL pointer dereferences octeon_ep: add checks to fix NULL pointer dereferences octeon_ep: Add checks to fix double free crashes. net: hns3: fix kernel crash when uninstalling driver -net/smc: Optimize the search method of reused buf_desc net: lan969x: add VCAP configuration data net: lan969x: add autogenerated VCAP information net: sparx5: execute sparx5_vcap_init() on lan969x @@ -110,3 +122,11 @@ mm: page_frag: use initial zero offset for page_frag_alloc_align() mm: move the page fragment allocator from page_alloc into its own file mm: page_frag: add a test module for page_frag net/smc: increase SMC_WR_BUF_CNT +selftests: net: fdb_notify: Add a test for FDB notifications +selftests: net: lib: Add kill_process +selftests: net: lib: Move checks from forwarding/lib.sh here +selftests: net: lib: Move tests_run from forwarding/lib.sh here +selftests: net: lib: Move logging from forwarding/lib.sh here +ndo_fdb_del: Shift responsibility for notifying to drivers +ndo_fdb_add: Shift responsibility for notifying to drivers +net: rtnetlink: Publish rtnl_fdb_notify()