zephyr/subsys
Jukka Rissanen 69b25c0788 net: conn: Check UDP and TCP checksum before accepting packet
We did not check UDP or TCP checksum to be valid after receiving
the packet. Fix this so that the checksum is validated when
packet is received in connection handler. As the checksum validation
can be resource intensive, do it after we have verified that
there is a connection handler for this connection.

The checksum calculation can be turned OFF if needed, but it is
ON by default.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-05-18 10:53:39 +03:00
..
bluetooth Bluetooth: controller: Increase Rx & Tx buf cnt range in Kconfig 2017-05-16 15:30:51 +03:00
console subsys: console: Add buffered output support to console subsystem 2017-05-15 15:56:56 -04:00
debug debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
disk
fs
logging
net net: conn: Check UDP and TCP checksum before accepting packet 2017-05-18 10:53:39 +03:00
shell
usb cdc_acm : Restrict writing more than 4 bytes into TX USB Endpoint. 2017-05-13 15:12:27 -04:00
Kconfig
Makefile