zephyr/subsys
Tomasz Bursztyka 1a98d4d1fe net: Move the chksum offload verification to relevant places
Since the new packet flow came in, payload comes at the end so udp
length for instance is known only when we "finalize" the packet.
However such finalization was still under the condition of chksum
offload, like it used to be in the former flow (udp headers were
inserted). This is obviously wrong but that was not caught with
existing driver in master as none of these drivers offloading
chksum calculation.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-03-20 11:34:14 -05:00
..
bluetooth Bluetooth: controller: Convert benign BT_WARN() messages to BT_DBG() 2019-03-19 18:17:41 +02:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug doc: prepare for improving doc API linking 2019-03-15 05:47:19 +01:00
dfu kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep. 2019-03-09 10:03:45 -05:00
disk include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
fb shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
fs tests: subsys: fs : Fix coverity issue 2019-03-14 14:20:45 +01:00
jwt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
logging net/context: Remove token parameter from net_context_send/sendto 2019-03-20 10:27:14 -05:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
net net: Move the chksum offload verification to relevant places 2019-03-20 11:34:14 -05:00
power power: Add device idle power management support 2019-03-14 14:26:15 +01:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings settings: logging: Add log_strdup to error messages 2019-03-20 12:22:35 +01:00
shell shell: fix build failure 2019-03-15 06:46:06 -05:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage/flash_map: API for get driver belongs to the flash_area. 2019-03-19 17:11:52 +01:00
testsuite all: Update reserved function names 2019-03-11 13:48:42 -04:00
usb net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
CMakeLists.txt userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00