1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys
Lotte Steenbrink 465f9096b1 aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own.
For some reason the call to aodv_packet_reader_handle_packet() got lumped in with the check if a received packet is ours. In consequence, all packets which were not sent by the node that received them (i.e. the important ones) were silently ignored, preventing any routes from being established.
This should be fixed now: foreign packets are now handled again, while own packets are ignored.
Also, I made the corresponding comment a bit less passive-aggressive.
2015-01-06 12:54:14 -08:00
..
auto_init cc430: lpc2387: switch to new periph/rtc interface 2014-12-16 17:02:44 +01:00
bloom sys: use typedef for struct bloom_t 2014-09-17 19:54:40 +02:00
cbor add parentheses to ENABLE_DEBUG in CBOR_NO_PRINT 2014-12-17 03:03:33 -08:00
color lint: reduce scope 2014-09-12 11:50:12 +02:00
config Merge pull request #1846 from thomaseichinger/at86rf23x 2014-10-31 09:33:30 +01:00
crypto lint: fix uselessAssignmentPtrArg 2014-10-31 01:24:30 +01:00
embunit embunit: fix outputters for msp430 2014-12-21 20:04:57 +01:00
hash_string sys: rename lib to hash_string 2014-12-06 15:42:01 +01:00
hashes doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
include Merge pull request #2102 from Kijewski/embunit-module 2014-12-22 12:50:26 +01:00
net aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own. 2015-01-06 12:54:14 -08:00
od sys: Initial import of analytical object dump (od) module 2014-10-30 16:43:06 +01:00
oneway-malloc doc: add or move module description where missing 2014-12-11 17:29:51 +01:00
pipe sys: doc: pipe.h spams the manual 2014-12-03 20:18:37 +01:00
posix Merge pull request #2118 from OlegHahm/simplify_cpu_folder_structure 2014-12-08 13:10:13 +01:00
ps sys: fix thread_print_all 2014-10-30 20:16:48 +01:00
quad_math doc: fix quat_math documentation 2014-12-06 01:27:23 +01:00
random make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell Merge pull request #2060 from OlegHahm/periph_rtc 2014-12-16 18:56:59 +01:00
timex timex: update copyrights 2014-10-28 14:25:34 +01:00
transceiver debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
uart0 initialize kernel_pid_t correctly 2014-08-07 16:31:27 +02:00
ubjson Add UBJSON library 2014-12-03 20:42:51 +01:00
vtimer vtimer: enable vtimer_gettimeofday as fallback 2014-12-27 15:53:23 +01:00
chardev_thread.c core: introduce msg_sent_by_int() 2014-12-18 23:04:03 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile Merge pull request #1228 from OlegHahm/l2_ping 2014-12-03 11:55:37 +01:00
Makefile.include tests: make embUnit a normal sys module 2014-12-21 20:04:57 +01:00