zephyr/subsys/net
Jukka Rissanen 85a2459edb net: Support network packet checksum calc offloading
Create infrastructure that allows ethernet device driver to tell
if it supports network packet checksum offloading. This applies only
to IPv4, UDP or TCP checksums. The driver can enable/disable checksum
offloading separately for Tx and Rx network packets.

If the device (ethernet in this case) can calculate the network
packet checksum for IPv4, UDP or TCP, then do not calculate the
corresponding checksum by the stack itself.

Fixes #2987

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-03-23 08:37:01 +02:00
..
ip net: Support network packet checksum calc offloading 2018-03-23 08:37:01 +02:00
lib net: sockets: Allow empty service in getaddrinfo() 2018-03-21 10:00:17 +02:00
buf.c net: buf: Support allocation of a net_buf pointing to external buffer 2018-02-13 16:46:32 +02:00
CMakeLists.txt net/ieee802154: Make RAW mode generic 2017-11-22 10:10:09 -05:00
hostname.c net: Add hostname setting to Kconfig 2017-10-17 08:36:39 -04:00
Kconfig net: buf: Set default user data size to 4 2018-02-12 09:48:32 +02:00
Kconfig.hostname kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
TODO Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00