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