zephyr/subsys/net/lib
Michael Scott b37a005d68 net: lwm2m: add multi fragment support to LwM2M library
The existing LwM2M framework expected contiguous buffers and this
was the reason for the 384 byte buffer sizes.  This was previously
a limitation of the ZoAP API. The new CoAP API doesn't have this
limitation and the LwM2M library has already been migrated to use
it.

Let's finish the process by replacing any contiguous buffer handling
with the correct net_pkt APIs to parse across multiple fragments.

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-31 09:41:27 +02:00
..
app net: app: Check that we could install recv_cb after connected 2017-10-27 15:35:59 +03:00
coap net: coap: Fix error handling for coap option length 2017-10-27 11:33:06 -04:00
dns net: mdns: Check net_pkt before accessing it 2017-10-27 15:35:59 +03:00
http net: lib: http: fix check for invalid body_start pointer 2017-10-27 17:42:01 -04:00
lwm2m net: lwm2m: add multi fragment support to LwM2M library 2017-10-31 09:41:27 +02:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sntp cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
sockets net: sockets: Fix the error zsock_send() failed on the datagram socket 2017-10-17 08:10:14 -04:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Kbuild net: mdns: Initial mDNS responder support 2017-10-17 08:36:39 -04:00
Kconfig net: coap: Rename ZOAP library 2017-10-06 22:07:37 -04:00
Makefile net: coap: Rename ZOAP library 2017-10-06 22:07:37 -04:00