zephyr/doc/reference
Robert Lubos bea1093e62 net: sockets: Remove socket offloading interface
Instead of using a custom offloading interface, users can use
`NET_SOCKET_REGISTER` macro to register custom socket API provider. This
solution removes a limitation, that only one offloaded interface can be
registered and that it cannot be used together with native IP stack.

The only exception remainig are DNS releated operations -
`getaddrinfo`/`freeaddrinfo`, which, when offloaded, have to be
registered specifically.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-01-31 11:36:02 -05:00
..
bluetooth docs: Bluetooth: HCI_VS: Updated docs on VS HCI commands 2019-12-17 12:29:57 +01:00
display doc: introduce final structure 2019-02-05 07:04:40 -05:00
drivers kernel: move test of kernel startup state to more visible location 2020-01-06 13:55:31 -05:00
file_system doc: cleanup after NFFS removal 2020-01-21 15:32:47 +01:00
kernel lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
logging global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
misc jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
networking net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
peripherals global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
power_management doc: power_management: add diagrams illustrating power management 2019-09-27 11:37:40 -04:00
random global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
runtime_conf samples/subsys/settings: add the readme doc 2020-01-31 07:45:52 -05:00
shell doc: shell: document Ctrl+N and Ctrl+P meta-keys 2019-06-24 07:17:53 -04:00
storage global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
usb doc: native_posix: Add mention about virtual USB 2020-01-06 13:57:36 -05:00
usermode cmake: Support passing syscall include directories through CMake 2020-01-22 09:26:12 -05:00
index.rst doc: reference: add discussion of terms that define API behavior 2020-01-27 16:05:07 +01:00