zephyr/net/ip
Jukka Rissanen 588f5546b3 net: dtls: Allocate a separate buffer for sending
Instead of using IP bufs for sending stuff, allocate
a separate buffer that is only used in dtls sub-system
to send the encrypted buffer. This way there is no
possibility to deadlock in the dtls write callback
if we run out of buffers.

Change-Id: I45a909a50b6a9c83bb77712d47e968656b980d88
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:24:47 -05:00
..
contiki net: contiki: Proper rtimer implementation was missing 2016-02-05 20:24:46 -05:00
er-coap net: coap: Add statistics prints for CoAP traffic 2016-02-05 20:24:46 -05:00
rest-engine net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
tinydtls net: dtls: Allocate a separate buffer for sending 2016-02-05 20:24:47 -05:00
dummy_15_4_radio.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
dummy_15_4_radio.h
ip_buf.c net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
Kconfig net: tools: Remove the network test tools directory 2016-02-05 20:24:47 -05:00
l2_buf.c net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
Makefile net: Rename net_init.c to net_core.c 2016-02-05 20:24:47 -05:00
net_context.c
net_core.c net: Fix checkpatch warnings 2016-02-05 20:24:47 -05:00
net_driver_15_4.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
net_driver_15_4.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_ethernet.c net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_ethernet.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_loopback.c net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_loopback.h
net_driver_slip.c net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_slip.h