zephyr/tests/net
Johan Hedberg 9703927f84 net: buf: Move net_buf_pool objects to dedicated linker area
Moving the net_buf_pool objects to a dedicated area lets us access
them by array offset into this area instead of directly by pointer.
This helps reduce the size of net_buf objects by 4 bytes.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-06-16 17:05:06 +03:00
..
6lo tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
all tests: net: increase RAM for test 2017-05-18 22:23:31 -04:00
arp tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
buf net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
context tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
dhcpv4 tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
icmpv6 tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
ieee802154 tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
iface net: net_pkt_append: Refactor to return length of data actually added 2017-04-28 15:01:09 +03:00
ip-addr tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
ipv6 tests: net: ipv6: Fix possible NULL pointer dereference behind a macro 2017-05-25 18:54:22 +03:00
ipv6_fragment tests: net: ipv6_fragment: Fix llvm compiler warning 2017-06-16 16:07:08 +03:00
lib tests: net: zoap: Add path uri matching tests 2017-05-25 18:49:56 +03:00
mgmt tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
mld net: net_pkt_append: Refactor to return length of data actually added 2017-04-28 15:01:09 +03:00
neighbor tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
net_pkt net: pkt: Fix net_pkt_split() 2017-06-16 17:05:06 +03:00
route net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
rpl net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
tcp net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
trickle net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
udp tests: net: use main thread for test 2017-06-09 18:53:28 -04:00
utils tests: net: use main thread for test 2017-06-09 18:53:28 -04:00