zephyr/subsys
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
..
bluetooth Bluetooth: Mesh: Introduce debug option to use identity address 2018-03-21 18:11:49 +02:00
console kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
debug arch: x86: Unwind the stack on fatal errors 2018-03-16 14:12:15 -07:00
dfu subsys: dfu: boot: Remove unused ver query code. 2018-02-21 18:53:42 -05:00
disk disk: delete the GET_DISK_SIZE IOCTL. 2018-01-31 09:14:40 -05:00
fs subsys: fs: Fix fs_file_t and fs_dir_t usage 2018-03-13 09:47:58 -05:00
logging kernel_event_logger: Ignore events before subsystem init 2018-03-18 16:58:12 -04:00
mgmt subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00
net net: Support network packet checksum calc offloading 2018-03-23 08:37:01 +02:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell net: websocket: Add console support 2018-03-15 15:17:36 +02:00
storage subsys: storage: flash_map: enable only if any flash driver is enable 2018-03-08 10:18:57 +01:00
usb hid: change the API table to const. 2018-03-21 19:45:11 -04:00
CMakeLists.txt subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00
Kconfig subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00