zephyr/subsys
Gil Pitney c21b0fb357 net: sockets: Add a socket offload module
This patch enables BSD socket offload to a dedicated
TCP/IP offload engine.

This provides a simpler, more direct mechanism than going
through NET_OFFLOAD (zsock -> net_context -> socket conversions)
for those devices which provide complete TCP/IP offload at the
BSD socket level, and whose use cases do not require
IP routing between multiple network interfaces.

To use, configure CONFIG_NET_SOCKETS_OFFLOAD=y, and register
socket_offload_ops with this module.

Fixes #3706

Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2018-09-11 18:42:34 +03:00
..
app_memory
bluetooth bluetooth: gatt: Add GAP Central Address Resolution characteristic 2018-09-10 17:47:15 -04:00
console
cpp
debug
dfu
disk
fs
logging tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
mgmt
net net: sockets: Add a socket offload module 2018-09-11 18:42:34 +03:00
power
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings
shell
storage
usb
CMakeLists.txt
Kconfig