zephyr/subsys/net/lib
Kamil Kasperczyk f061400b37 net: openthread: platform: Removed double-buffering in UART send.
Putting data to local buffer before transmission was removed
to optimize operation. Local buffering was not needed, as passed
buffer cannot be modified until sending is finished.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
2020-07-22 11:08:21 +03:00
..
coap net: coap: Parse zero-length option correctly 2020-06-15 22:13:34 +03:00
config net: config: Fix IPv6 setup when DAD is unused and IPv6 addr is not set 2020-07-21 10:11:32 +03:00
conn_mgr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns random: Include header where it is used 2020-07-08 21:05:36 -04:00
http net: http: client: Add port number to HTTP Header 2020-06-15 16:59:20 +02:00
lwm2m net: lwm2m: Fix poll fds handling 2020-07-21 15:08:14 +02:00
mqtt net: mqtt: Make client "cleansession" flag configurable. 2020-06-09 10:09:04 +03:00
openthread net: openthread: platform: Removed double-buffering in UART send. 2020-07-22 11:08:21 +03:00
sntp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets random: Include header where it is used 2020-07-08 21:05:36 -04:00
socks zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket random: Include header where it is used 2020-07-08 21:05:36 -04:00
CMakeLists.txt net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00
Kconfig net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00