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
cpp
debug debug: tracing: Fix compilation error 2019-07-24 15:10:02 +02:00
dfu
disk
fb
fs subsys/fs/shell: add statvfs command 2019-07-25 06:39:55 +03:00
jwt
logging logging: log_backend_swo: Get clock frequency from DTS 2019-07-24 15:10:02 +02:00
mgmt
net net: ip: net_pkt: Add pkt_cursor_advance before contiguous check 2019-07-25 15:19:28 +03:00
power
random
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
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
CMakeLists.txt
Kconfig