1 file changed
+1
-1
lines changed- .github/workflows/build.yml+31-31
- .github/workflows/codeql.yml+2-2
- .github/workflows/docker.yml+2-2
- .github/workflows/fuzz.yml+1-1
- .github/workflows/makefile-check.yml+2-2
- .github/workflows/otbr.yml+3-3
- .github/workflows/otci.yml+2-2
- .github/workflows/otns.yml+7-7
- .github/workflows/posix.yml+13-13
- .github/workflows/scorecards.yml+1-1
- .github/workflows/simulation-1.1.yml+17-17
- .github/workflows/simulation-1.2.yml+13-13
- .github/workflows/size.yml+2-2
- .github/workflows/toranj.yml+9-9
- .github/workflows/unit.yml+7-7
- .github/workflows/version.yml+2-2
- include/openthread/coap.h+10-7
- include/openthread/crypto.h-2
- include/openthread/instance.h+1-1
- include/openthread/ip6.h+2
- include/openthread/joiner.h+1-6
- include/openthread/message.h+50
- include/openthread/nat64.h+2-2
- include/openthread/netdata_publisher.h+1-1
- include/openthread/thread_ftd.h+1-1
- include/openthread/udp.h+3-2
- src/core/api/backbone_router_ftd_api.cpp+1-1
- src/core/api/coap_api.cpp+21-4
- src/core/api/ip6_api.cpp+8-2
- src/core/api/message_api.cpp+17
- src/core/api/thread_ftd_api.cpp+1-1
- src/core/api/udp_api.cpp+14-2
- src/core/backbone_router/bbr_local.cpp+42-17
- src/core/backbone_router/bbr_local.hpp+17-4
- src/core/border_router/routing_manager.cpp+8-2
- src/core/border_router/routing_manager.hpp+2-2
- src/core/coap/coap.hpp+1-1
- src/core/common/message.cpp+4
- src/core/common/message.hpp+88-10
- src/core/common/time_ticker.cpp+7
- src/core/common/time_ticker.hpp+1
- src/core/config/border_routing.h+11
- src/core/crypto/crypto_platform.cpp+12-8
- src/core/mac/mac_frame.hpp+1-1
- src/core/meshcop/dataset.hpp+2-2
- src/core/net/ip6.cpp+40-29
- src/core/net/ip6.hpp+8-29
- src/core/net/ip6_mpl.cpp+4
- src/core/net/nat64_translator.cpp+1-1
- src/core/net/nd6.cpp+19
- src/core/net/nd6.hpp+11
- src/core/radio/trel_interface.cpp+2-8
- src/core/thread/dua_manager.cpp+1-1
- src/core/thread/mesh_forwarder.cpp+10-16
- src/core/thread/mesh_forwarder.hpp+1-1
- src/core/thread/mesh_forwarder_ftd.cpp+12-1
- src/core/thread/mle.cpp+70-25
- src/core/thread/mle.hpp+12-6
- src/core/thread/mle_router.cpp+42-73
- src/core/thread/mle_router.hpp+37-22
- src/core/thread/neighbor_table.cpp+9
- src/core/thread/neighbor_table.hpp+11
- src/core/thread/network_data_notifier.cpp+1-1
- src/core/thread/network_diagnostic_tlvs.hpp+1-1
- src/core/thread/router_table.hpp+1-1
- src/core/utils/mesh_diag.hpp+2-2
- src/posix/platform/netif.cpp+2
- tests/scripts/thread-cert/border_router/test_firewall.py+27-1
- tests/scripts/thread-cert/config.py+1
- tests/scripts/thread-cert/pktverify/verify.py
- tests/unit/test_message.cpp+27
- tests/unit/test_routing_manager.cpp+20
- third_party/mbedtls/mbedtls-config.h+6
0 commit comments