zephyr/subsys
Alexander Wachter 0261ecdee4 net: ip: net_pkt: Add pkt_cursor_advance before contiguous check
When net_pkt_skip skips the entire data in a net buffer, the cursor
still points to this buffer on data that is off by one.
Calling pkt_cursor_advance in net_pkt_is_contiguous fixes this and
moves the cursor to the next buffer.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-07-25 15:19:28 +03:00
..
bluetooth Bluetooth: Host: Fix advertiser state flags 2019-07-23 13:25:15 +02:00
console cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
cpp style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
debug debug: tracing: Fix compilation error 2019-07-24 15:10:02 +02:00
dfu cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
disk disk: sdhc: Fix use of deprecated DTS defines 2019-07-14 04:54:07 -07:00
fb subsys/fb: correct last character in vtiled fonts 2019-07-11 20:20:59 -07:00
fs subsys/fs/shell: add statvfs command 2019-07-25 06:39:55 +03:00
jwt cleanup: include/: move zephyr/jwt.h to data/jwt.h 2019-06-27 22:55:49 -04:00
logging logging: log_backend_swo: Get clock frequency from DTS 2019-07-24 15:10:02 +02:00
mgmt cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
net net: ip: net_pkt: Add pkt_cursor_advance before contiguous check 2019-07-25 15:19:28 +03:00
power cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
random cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
settings subsys/storage/flash_map: detect missing flash device 2019-07-24 09:20:56 -04:00
shell shell: Fix undefined macro warnings 2019-07-24 16:34:31 -04:00
stats cleanup: include/: move stats.h to stats/stats.h 2019-06-27 22:55:49 -04:00
storage subsys/storage/flash_map: detect missing flash device 2019-07-24 09:20:56 -04:00
testsuite shell: Fix undefined macro warnings 2019-07-24 16:34:31 -04:00
usb print format: adjust specifiers to be compatible with a 64-bit build 2019-07-11 20:12:26 -07:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00