zephyr/subsys/net/lib
Tomasz Bursztyka cf322c44db net: Switch usage of net_pkt_get_reserve to net_pkt_alloc
Some places were still using the old allocator. Using the new one does
not change any behavior. This will help to remove the useless data_len
attribute in net_pkt which legacy allocator was still setting.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-03-20 10:27:14 -05:00
..
coap net: coap: Fix coverity issue 2019-02-27 10:36:39 +01:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns net/context: Remove token parameter from net_context_send/sendto 2019-03-20 10:27:14 -05:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m net: lwm2m: handle delay_work error in lwm2m_engine_init() 2019-03-15 06:57:50 -05:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread net: Switch usage of net_pkt_get_reserve to net_pkt_alloc 2019-03-20 10:27:14 -05:00
sntp net: sntp: Remove useless comparison 2019-02-28 08:47:10 -06:00
sockets net/context: Remove token parameter from net_context_send/sendto 2019-03-20 10:27:14 -05:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00