1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
Martine Lenders 45f7966364 gnrc_sixlowpan_frag_vrb: fix for draft update
Due to some changes to the minimal forwarding draft and in preparation
for Selective Fragment Recovery some changes to the VRB API were
needed. Now the index of a VRB entry is only (L2 src, tag) not as
before (L2 src, L2 dst, length, tag).

I know that the current `rbuf_base` causes waste, as all the fields not
used by the new index are effectively not used by the VRB. I'd like to
fix that however in a later change, since that also requires some
modifications of the classic reassembly buffer, and thus would
complicate the review and testing of the change.

Sources for the index change:
- https://tools.ietf.org/html/draft-ietf-6lo-minimal-fragment-04#section-1
- https://mailarchive.ietf.org/arch/browse/6lo/?gbt=1&index=DLCTxC2X4bRNtYPHhtEkavMWlz4
2019-09-29 18:31:43 +02:00
..
can Merge pull request #12051 from OTAkeys/fix/isotp 2019-09-12 23:01:58 +02:00
checksum Fletcher16: extend with multi-part functions 2018-10-23 15:54:24 +02:00
crypto crypto: aes_init(): Fail correctly when called with bad key length 2019-08-07 11:02:16 +02:00
ecc sys/ecc: add repetition code 2018-10-18 13:37:21 +02:00
embUnit embunit: const char * 2018-12-03 14:41:12 +01:00
event add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
fs pkg/littlefs: fix file buffer size 2018-10-03 11:54:17 +02:00
hashes drivers/ccs811: sys/hashes: fix typo usefull -> useful 2019-08-25 21:27:55 +02:00
isrpipe isrpipe: change API to be in line with tsrb 2019-06-05 18:13:57 +02:00
net gnrc_sixlowpan_frag_vrb: fix for draft update 2019-09-29 18:31:43 +02:00
riotboot sys/riotboot: add initial image digest verification 2019-07-10 13:15:02 +02:00
test_utils test_utils_interactive_sync: add a helper for synchronizing tests 2019-08-15 12:26:28 +02:00
usb usbus: Rework handling of set control requests 2019-09-19 09:29:52 +02:00
xtimer xtimer: timer & target overflow, hang resolved. 2018-11-01 16:48:20 +01:00
analog_util.h
app_metadata.h tests/shell: Add app_metadata to shell tests 2019-03-06 13:07:57 +01:00
auto_init.h
base64.h sys/base64: Add size estimation macros 2019-01-24 08:35:22 +01:00
bcd.h
benchmark.h
bitfield.h
bloom.h
cb_mux.h
color.h
div.h
eepreg.h sys/eepreg: initial EEPROM registration support 2018-10-20 09:30:40 -04:00
embUnit.h sys: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
event.h sys/event: fix of compilation problems 2019-07-29 13:10:08 +02:00
evtimer_msg.h
evtimer.h
fmt_table.h sys/fmt: Added submodule fmt_table 2019-08-20 14:32:49 +02:00
fmt.h fmt: add scn_u32_hex() 2018-10-03 10:44:14 +02:00
hashes.h
iolist.h add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
irq_handler.h sys/irq_handler: single interrupt handler thread 2019-08-13 14:49:10 +02:00
isrpipe.h isrpipe: change API to be in line with tsrb 2019-06-05 18:13:57 +02:00
luid.h
matstat.h
memarray.h doc/mem_management: add implementations and utils 2018-09-27 10:54:39 +02:00
mineplex.h
od.h
phydat.h Merge pull request #10983 from skullbox305/driver_ph_oem 2019-09-09 10:18:49 +02:00
pipe.h
pm_layered.h
ps.h
puf_sram.h
random.h
saul_reg.h
schedstatistics.h sys: add schedstatistics module 2019-09-13 11:37:44 +02:00
sema.h
seq.h
shell_commands.h
shell.h Do not try to continue reading shell commands if input source is closed 2018-10-30 19:06:42 +01:00
stdio_base.h
stdio_rtt.h
stdio_uart.h sys/stdio_uart: document stdin module requirement 2019-06-20 16:01:45 +02:00
timex.h
tm.h
trickle.h
tsrb.h tsrb: remove implicit cast in TEST_INIT() macro 2019-06-05 18:16:32 +02:00
ubjson.h sys/ubjson: add deprecation notices to the documentation. 2019-06-28 18:32:51 +02:00
unaligned.h sys/include/unaligned: initial commit 2019-01-25 22:22:45 +01:00
universal_address.h
usb.h usb: Add generic USB structs and functions 2019-06-05 14:22:12 +02:00
utlist.h
uuid.h uuid: add uuid_from_string() 2018-10-03 10:44:14 +02:00
vfs.h
xtimer.h sys/include/xtimer.h: xtimer_mutex_lock_timeout() change comment 2019-07-05 17:28:35 +02:00