1. 52e228f Add modernize-redundant-void-arg to clang-tidy (#23760) by Arkadiusz Bokowy · 2 years, 3 months ago
  2. c76b258 [nrfconnect] Initial Matter over WiFi implementation. (#23607) by Arkadiusz Bałys · 2 years, 3 months ago
  3. cbe3aa1 Fix TestInetEndPoint failure on GCP cloudbuild (#23584) by Yufeng Wang · 2 years, 3 months ago
  4. 3dfa931 inet: Do not copy pbuf when it already meets the PacketBuffer memory (#23376) by Wang Qixiang · 2 years, 4 months ago
  5. a9399de Set of fixes to unit-tests code (#23071) by Artur Tynecki · 2 years, 4 months ago
  6. 0e012b1 [Telink] Adopt to latest telink zephyr & Update every image to 0.6.02 (#22971) by Alex Tsitsiura · 2 years, 5 months ago
  7. 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 5 months ago
  8. 77c2eaa NULL check in UDPEndPoint Sockets SendMsgImpl (#22432) by Sean · 2 years, 6 months ago
  9. 716b957 Don't delay the release of Lwip UDPEndPoint if there is no pending Lw… (#22122) by Yufeng Wang · 2 years, 6 months ago
  10. 55e5718 Fix potential IPPacketInfo leak in LwIP code. (#22198) by Boris Zbarsky · 2 years, 6 months ago
  11. 543ae30 address PR22049 post-merge commments (#22085) by jmartinez-silabs · 2 years, 6 months ago
  12. a71a002 More cleanup for the openthread build targets and EFR32 (#22049) by jmartinez-silabs · 2 years, 6 months ago
  13. 9713e10 Wrap all nlfaultinjection logic with build flag chip_with_nlfaultinjection (#22004) by Yufeng Wang · 2 years, 6 months ago
  14. b191211 Removed Unused Third Party Android Dependency (#22025) by Evgeny Margolis · 2 years, 6 months ago
  15. 6fbf8d9 Enable faultinjection mechnism when chip_with_nlfaultinjection build flag is set (#21944) by Yufeng Wang · 2 years, 6 months ago
  16. 5a05207 inet: fix lwIP UDPEndpoint crash on large packets (#21897) by Jiacheng Guo · 2 years, 7 months ago
  17. 7816a69 [EFR32] Provide a way to build matter examples using a openthread library (#21836) by jmartinez-silabs · 2 years, 7 months ago
  18. 2a894d5 ESP32: Remove LWIP_IPV6_SCOPES=0 for all the ESP32 platform apps (#21670) by Wang Qixiang · 2 years, 7 months ago
  19. 4c4b383 [Inet] always copy the pbuf on lwIP platforms (#20923) by Jiacheng Guo · 2 years, 7 months ago
  20. 0103e8b Listen for group messages on all relevant interfaces in the sockets implementation. (#21611) by Boris Zbarsky · 2 years, 7 months ago
  21. b281903 Fix Get link local address for socket impl (#21316) by Jean-Francois Penven · 2 years, 7 months ago
  22. 3ca630c SystemLayerImplSelect: fix Request/ClearCallbackOnPendingXXX() for dispatch, clean transport (#21135) by Lukas Zeller · 2 years, 7 months ago
  23. f5eec6e Fix OT UDP receive and UDP close racing (#20536) by Zang MingJie · 2 years, 8 months ago
  24. ad63a63 [UDP] Remove thread-unsafe reference counting (#20535) by Jiacheng Guo · 2 years, 8 months ago
  25. fb98787 Adds bugfix for lwip multicast group commands (#20136) by Rohan Sahay · 2 years, 8 months ago
  26. 61041e7 Remove <signal.h> include from Linux/PlatformManagerImpl.cpp (#20324) by Michael Sandstedt · 2 years, 8 months ago
  27. 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 8 months ago
  28. dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 8 months ago
  29. 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 8 months ago
  30. 2f85372 Add support for scope IDs for link-local addresses in Java (#19394) by Kevin Coppock · 2 years, 9 months ago
  31. 7b3fb84 Revert "Fix alignment when using PacketBuffer reserve space (#19244)" (#19293) by Kevin Schoedel · 2 years, 9 months ago
  32. fa43c74 Fix alignment when using PacketBuffer reserve space (#19244) by Kevin Schoedel · 2 years, 9 months ago
  33. 3956a9d Fix packetbuffer handling in UDPEndPointImplOpenThread. (#18851) by Boris Zbarsky · 2 years, 9 months ago
  34. 4a62272 Be more strict with constness of argv variable (#18365) by Arkadiusz Bokowy · 2 years, 10 months ago
  35. b963a3f Fix inet Android build (#18056) by Daniel Nicoara · 2 years, 10 months ago
  36. 9405c20 [Inet] Add locking mechanism in UDPEndpointImplOpenThread (#18003) by Jean-Francois Penven · 2 years, 10 months ago
  37. 769264a Reduce RAM usage from CHIPDeviceEvent (#17959) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
  38. e9fb68a Use CHIP memory allocator instead of native malloc for watermark stat… (#17791) by Yufeng Wang · 2 years, 10 months ago
  39. fa087ea [Inet] Fix Interface Address Iterator OpenThread (#17648) by Jean-Francois Penven · 2 years, 10 months ago
  40. e5922b3 Make PacketBufferHandle::Get private again. (#17567) by Boris Zbarsky · 2 years, 10 months ago
  41. 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 2 years, 10 months ago
  42. b686463 Rename SystemLayer to Make abstraction of IP Lib (#17554) by Jean-Francois Penven · 2 years, 10 months ago
  43. ff32d56 [System] Remove LwIP from EFR32 OpenThread implementation (#17512) by Jean-Francois Penven · 2 years, 10 months ago
  44. 75bdf79 [Inet] Add Openthread Native ipv6 address (#17352) by Jean-Francois Penven · 2 years, 11 months ago
  45. 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 2 years, 11 months ago
  46. 316e665 update log (#16997) by Jean-Francois Penven · 2 years, 11 months ago
  47. fd52919 [Inet] Add TCPEndpointImpl for OpenThread (#16671) by Jean-Francois Penven · 3 years ago
  48. d43e6a7 use clang-tidy to readability-make-member-function-const (#16309) by Andrei Litvin · 3 years ago
  49. d80d593 use clang-tidy to modernize-use-override (#16307) by Andrei Litvin · 3 years ago
  50. 0c43841 Clang-tidy readability-else-after-return (#16312) by Andrei Litvin · 3 years ago
  51. eb2d033 Ensure memory shutdown is done in tests (#15590) by Andrei Litvin · 3 years ago
  52. 2b80c6a ESP: Fix compile errors for ESP32H2 based on IDF v5.0-dev (#15291) by Wang Qixiang · 3 years ago
  53. 27aaff6 Add OpenThread UDP endpoints (#15137) by Thomas · 3 years ago
  54. 01ae39f [clang-support] Define __SANITIZE_ADDRESS__ if ASAN is enabled (#15138) by Vivien Nicolas · 3 years ago
  55. 101ff17 [mac] Turn on TestTCP (#15197) by Vivien Nicolas · 3 years ago
  56. 22f5d22 Replace BitMapObjectPool with configurable ObjectPool (#14459) by Kevin Schoedel · 3 years, 1 month ago
  57. 1cbec52 [Group] Implement UDPEndPoint for OpenThread (to enable multicast) (#13127) by Jean-Francois Penven · 3 years, 2 months ago
  58. 4b9ead6 [Inet] ToLwIPAddr() with IPAddressType (#13063) by Kevin Schoedel · 3 years, 2 months ago
  59. 92b9ef8 Remove INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS (#13188) by Kevin Schoedel · 3 years, 2 months ago
  60. d24eff1 [spell] Fix slew of spelling errors. (#13043) by Martin Turon · 3 years, 2 months ago
  61. 8faf741 Use CMake and separate runner for QEMU tests for esp32 (#13095) by Andrei Litvin · 3 years, 2 months ago
  62. f86f21f [Inet] Explicit error return from FromSockAddr (#13049) by Kevin Schoedel · 3 years, 2 months ago
  63. 7ae1cc9 [Inet] Prune code for LwIP version 1 (#13005) by Kevin Schoedel · 3 years, 2 months ago
  64. f7c8405 [Inet] Miscellaneous cleanup (#12968) by Kevin Schoedel · 3 years, 2 months ago
  65. 2141a14 Fix the SystemStats part of TestInetEndPointLimit (#12946) by Kevin Schoedel · 3 years, 3 months ago
  66. e76d65b disable some failing tests for the fake platform (#12912) by Andrei Litvin · 3 years, 3 months ago
  67. 4c5d042 [Inet] Test EndPoint statistics (#12885) by Kevin Schoedel · 3 years, 3 months ago
  68. 8e5eb8a [Inet] Remove InetLayer class (#12727) by Kevin Schoedel · 3 years, 3 months ago
  69. 88085b2 Fix missing __APPLE_USE_RFC_3542 (#12753) by Kevin Schoedel · 3 years, 3 months ago
  70. 47fceae [Inet] InetIterator::GetHardwareAddress for LwIP (#12687) by Kevin Schoedel · 3 years, 3 months ago
  71. b9d8ef1 Inet: Split EndPoint into per-implementation files (#12688) by Kevin Schoedel · 3 years, 3 months ago
  72. ae485d1 [Group] Add multicast listening on linux (#12342) by Jean-Francois Penven · 3 years, 3 months ago
  73. 51e5bfb Streamline ObjectPool in System::Timer (#12628) by Kevin Schoedel · 3 years, 3 months ago
  74. 1b24137 [zephyr] Added support for getting GeneralDiagnostics attributes (#12552) by Kamil Kasperczyk · 3 years, 3 months ago
  75. e2e4c17 Use Loop::Break/Continue instead of bool in visitor of ForEachActiveObject (#12420) by Zang MingJie · 3 years, 3 months ago
  76. 31156c4 Fix IPv6 local link address resolve issue with LWIP latest version (#12396) by Praveen Chandran · 3 years, 3 months ago
  77. fe681d9 Inet: Split InetLayer class (#12291) by Kevin Schoedel · 3 years, 3 months ago
  78. 50c8e54 Use "#include <ifaddrs.h>" unconditionally in InetInterface.cpp (#12334) by Miles Bintz · 3 years, 3 months ago
  79. 5f847e0 Remove System::Object (#12051) by Kevin Schoedel · 3 years, 3 months ago
  80. 7653f00 Remove happy tests (#11373) by Andrei Litvin · 3 years, 3 months ago
  81. 1903401 [Mbed] Unit tests improvements (#11589) by Artur Tynecki · 3 years, 3 months ago
  82. 6417231 Inet: Split UDPEndPoint and TCPEndPoint (#11681) by Kevin Schoedel · 3 years, 3 months ago
  83. 415ca52 Inet: Move some InterfaceId functions out of InetLayer (#11673) by Kevin Schoedel · 3 years, 4 months ago
  84. dbe2a62 Inet: Remove INET_CONFIG_MAX_DROPPABLE_EVENTS (#11675) by Kevin Schoedel · 3 years, 4 months ago
  85. 125ad20 Inet: Use constructors for Inet EndPoints (#11584) by Kevin Schoedel · 3 years, 4 months ago
  86. 0f427a9 Split Inet::EndPoint into per-implemention files (#11539) by Kevin Schoedel · 3 years, 4 months ago
  87. 56db602 [Warnings] Fix some warnings found while compiling with xcode (#11576) by Vivien Nicolas · 3 years, 4 months ago
  88. 5c73522 Inet/(TCP/UDP)Endpoints: Migrate from SystemPool to BitMapObjectPool (#11428) by Zang MingJie · 3 years, 4 months ago
  89. ea55863 Fix potential leak in TCPEndPoint::LwIPHandleDataReceived (#11447) by Kevin Schoedel · 3 years, 4 months ago
  90. d5810e5 [Infineon]Add All-Clusters example app for P6 platform (#11300) by Praveen Chandran · 3 years, 4 months ago
  91. 05200d6 Collapse InetLayerBasis into EndPointBasis (#11212) by Kevin Schoedel · 3 years, 4 months ago
  92. 1722625 Merge former IPEndPointBasis code with UDPEndPoint (#11145) by Kevin Schoedel · 3 years, 4 months ago
  93. 52db0e4 Collapse IPEndPointBasis into UDPEndPoint (#11135) by Kevin Schoedel · 3 years, 4 months ago
  94. f1b8e2c [Mbed] Add shell example (#10452) by Artur Tynecki · 3 years, 4 months ago
  95. 014d85c Convert Inet::InterfaceId to a class (#10979) by Kevin Schoedel · 3 years, 4 months ago
  96. d7151ac Various small revisions to TCPEndPoint (#10864) by Kevin Schoedel · 3 years, 4 months ago
  97. bc4a1c2 Rearrange code in IPEndPointBasis (#10849) by Kevin Schoedel · 3 years, 4 months ago
  98. 8a166dd Fix IPv6-only builds where platform LwIP has IPv4 (#10879) by Kevin Schoedel · 3 years, 4 months ago
  99. 10dc447 Various small revisions to UDPEndPoint (#10872) by Kevin Schoedel · 3 years, 4 months ago
  100. 33ca522 Revisions to Inet::IPAddress (#10791) by Kevin Schoedel · 3 years, 4 months ago