1. def2301 test: fix more legacy #include paths by Fabio Baltieri · 2 years, 8 months ago
  2. ade7ccb tests: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
  3. 4b8f1c0 kconfig: Rename the ZTEST stack size option to align with the rest by Carles Cufi · 3 years, 1 month ago
  4. 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
  5. 5dcdf19 net: improved test for IPv6 pton() and ntop() by Martin Åberg · 4 years, 4 months ago
  6. 98c7503 tests: net: remove duplicate test by Anas Nashif · 4 years, 9 months ago
  7. debade9 tests: make find_package(Zephyr...) REQUIRED by Marc Herbert · 4 years, 10 months ago
  8. 407b49b cmake: use find_package to locate Zephyr by Torsten Rasmussen · 5 years ago
  9. c91b9b3 tests: net: stop whitelisting by Andrew Boie · 5 years ago
  10. 6609c12 tests: enable native_posix_64 testing by Nicolas Pitre · 6 years ago
  11. c429051 tests/net/: samples/net/: add a few 'userspace' tags by Marc Herbert · 6 years ago
  12. 8cf4d59 tests: net: utils: Add userspace tests for net_addr_ntop/pton() by Jukka Rissanen · 6 years ago
  13. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  14. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  15. ab1d38c tests/net: Reducing utils test by removing redundant ones by Tomasz Bursztyka · 6 years ago
  16. 024a7e0 net/sockets: Adapt net_pkt_get_src_addr to new net_pkt API by Tomasz Bursztyka · 6 years ago
  17. 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
  18. 77d1c86 tests/net: Remove usage of net_pkt_ll() function by Tomasz Bursztyka · 6 years ago
  19. e97a543 net/pkt: Remove parameters to "reserve" some headroom by Tomasz Bursztyka · 6 years ago
  20. c77d864 tests/net: Get rid of the ll reserve by Tomasz Bursztyka · 6 years ago
  21. 8668903 net: Clarify logging in networking code by Jukka Rissanen · 6 years ago
  22. b4f79ae net: Return fully calculated chksum by Tomasz Bursztyka · 6 years ago
  23. 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
  24. 6014268 net: Set used transport protocol to net_pkt by Jukka Rissanen · 6 years ago
  25. f3f04bf tests: net: Convert to new logging system by Jukka Rissanen · 6 years ago
  26. da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
  27. a81aad9 tests: net: Run networking tests only for selected platforms by Jukka Rissanen · 7 years ago
  28. 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
  29. 127220c tests: net: Run various tests only in qemu_x86 or native_posix by Jukka Rissanen · 7 years ago
  30. faae730 tests: net: Print proper error if we run out of net bufs by Jukka Rissanen · 7 years ago
  31. a803335 tests: net: Increase the stack size of frdm-k64f by Jukka Rissanen · 7 years ago
  32. 93109f2 tests: enhance test meta-data/improve test naming by Anas Nashif · 7 years ago
  33. 1f2627a tests: net: style, tag, and category fixes by Anas Nashif · 7 years ago
  34. 25e5c60 tests/net: utils: increase min RAM requirement to 24K by Erwan Gouriou · 7 years ago
  35. 23f81ee tests/samples: fixed yaml syntax by Anas Nashif · 7 years ago
  36. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  37. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  38. 6bbb5f2 net: tests: Add tests for net pkt address parsing by Aska Wu · 7 years ago
  39. da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
  40. 0356590 tests: samples: fix yaml syntax by Anas Nashif · 7 years ago
  41. 0bde2df net: tests: Add tests for IP address parsing by Jukka Rissanen · 8 years ago
  42. 49d2dea tests: utils: convert to ztest by Niranjhana N · 8 years ago
  43. ca0ad13 net: enable SLIP only on QEMU targets by Anas Nashif · 8 years ago
  44. ebc948d tests: net: limit tests to boards with enough memory to build them by Kumar Gala · 8 years ago
  45. 45eac21 net: tests: Enable net tests for all suitable platforms by Jukka Rissanen · 8 years ago
  46. 3c50f7a tests: samples: remove duplicate filtering by Anas Nashif · 8 years ago
  47. 470c5f3 tests: remove testcase.ini files by Anas Nashif · 8 years ago
  48. cc24f4b tests: samples: convert testcase files to yaml by Anas Nashif · 8 years ago
  49. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  50. bcb4cfe tests: net: use main thread for test by Andrew Boie · 8 years ago
  51. 68d3678 tests: use k_thread_create() by Andrew Boie · 8 years ago
  52. a509441 net: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  53. f3ff4f7 net_pkt: Let's make all IPv6 related attributes prefixed with ipv6_ by Tomasz Bursztyka · 8 years ago
  54. db11fcd net/net_pkt: Fully separate struct net_pkt from struct net_buf by Tomasz Bursztyka · 8 years ago
  55. bf964cd net: Renaming net nbuf API to net pkt API by Tomasz Bursztyka · 8 years ago
  56. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  57. d32503f net: nbuf: Split one global DATA pool to RX and TX DATA pools by Jukka Rissanen · 8 years ago
  58. bd3908b net: nbuf: Add timeout to net_buf getters by Jukka Rissanen · 8 years ago
  59. 2de8bd9 net: tests: Add unit tests for net_addr_ntop() utils function by Ravi kumar Veeramally · 8 years ago
  60. 10e5162 net: tests: Add unit tests for net_addr_pton() utils function by Ravi kumar Veeramally · 8 years ago
  61. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  62. 66cfcc2 tests: introduce Makefile.test by Anas Nashif · 8 years ago
  63. a1aa08c net: ip: Improve logging by adding a dedicated sys_log level by Tomasz Bursztyka · 8 years ago
  64. 954baea random: Restructure RANDOM Kconfig by Marcus Shawcroft · 8 years ago
  65. 3eaec41 net: Moved net/ to subsys/net by Jukka Rissanen · 8 years ago
  66. 68ea937 net: Make native IP stack the default by Jukka Rissanen · 8 years ago
  67. f4be98b tests: net: Change the tag of network tests to net by Jukka Rissanen · 8 years ago
  68. 06362ff tests: net: Using unified kernel API by Tomasz Bursztyka · 8 years ago
  69. 64e7dc2 tests: net: Unified kernel is now default and only one by Tomasz Bursztyka · 8 years ago
  70. e6bbc50 net: do not depend on ARCH by Anas Nashif · 8 years ago
  71. becf747 net: Split debug Kconfig options from legacy to new stack by Tomasz Bursztyka · 8 years ago
  72. 103a98d net: tests: Fix printf modifiers in new IP stack unit tests by Jukka Rissanen · 8 years ago
  73. 2eb01fe net: tests: Enable unit tests for the new IP stack by Jukka Rissanen · 8 years ago
  74. 04a6553 net: Change srctree to ZEPHYR_BASE in Makefiles by Jukka Rissanen · 8 years ago
  75. b8e3415 net: Let's use inline function for type checking for net_nbuf by Tomasz Bursztyka · 8 years ago
  76. e04639c net: tests: Fix unit test for IP utils by Jukka Rissanen · 8 years ago
  77. feaef36 net: tests: Additional tests for ICMPv4 checksum verification by Jukka Rissanen · 8 years ago
  78. 4445e53 net: tests: Unit tests for network utilities by Jukka Rissanen · 8 years ago