zephyr/subsys/net
Erwin Rol 6e80eb46c8 net: ipv4: fix icmp checksum calculation
If ICMP packets do not fit in 1 net_pkt fragment the checksum
will be calculated incorrectly.

The problem shows up when using ping with the -s option to
create large ping requests. Eventhough the ping command does
accept the reply without complaining, Wireshark warns that
the icmp checksum is incorrect.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2017-06-30 11:33:17 +03:00
..
ip net: ipv4: fix icmp checksum calculation 2017-06-30 11:33:17 +03:00
lib net: sockets: Explicitly flush conn/pkt queue on close() 2017-06-28 16:07:55 +03:00
Kconfig spell: Kconfig help typos: /kernel /misc /subsys 2017-04-22 01:04:56 +00:00
Makefile net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
TODO net: todo: Mark multicast join/leave support done 2017-03-09 20:33:48 +02:00
buf.c net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00