zephyr/subsys
Michael Scott 3599d793c2 net: net_app: set packet data_len on incoming packets
This fixes a bug when calling net_pkt_append[_all] which uses
pkt->data_len as part of the maximum packet length calculation
when the net_context is set.

Without this change the maximum packet length is calculated as 0
(the value of pkt->data_len) and an ENOMEM error is returned.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-01-03 19:02:31 -05:00
..
bluetooth Bluetooth: btp: Add event indicating expiration of incomp timer 2018-01-03 10:48:13 +01: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 kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
dfu kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
disk various: Update/fix some textual material and code comments. 2017-12-29 09:45:39 -05:00
fs fs: nffs: Corrected types in OS specific functions 2018-01-02 13:34:02 -05:00
logging lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
net net: net_app: set packet data_len on incoming packets 2018-01-03 19:02:31 -05:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
usb kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys: Add random subsystem 2017-11-01 08:26:29 -04:00