zephyr/subsys/net/ip
Jukka Rissanen a5b4cca94a net: rpl: DAO message was discarded too early
The commit b14586c3ca ("net: rpl: RPL route entry was fetched
too late") dropped the DAO packet too early which prevents the
RPL root node functionality. Rework the earlier commit so that
Coverity issues are fixed but the RPL DAO message is also properly
handled.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-08-09 12:25:03 +03:00
..
l2 Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
6lo_private.h
6lo.c net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
6lo.h
connection.c net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
connection.h
dhcpv4.c net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
dhcpv4.h
icmpv4.c
icmpv4.h net: icmpv4: Calculate start of ICMPv4 echo-req properly 2017-08-07 21:32:03 -04:00
icmpv6.c net: Fix NULL pointer access 2017-07-10 09:32:26 -07:00
icmpv6.h
ipv4.c net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
ipv4.h
ipv6.c net: ipv6: Fragmentation was accessing NULL pointer 2017-07-13 15:45:35 +03:00
ipv6.h
Kconfig Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
Kconfig.debug Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
Kconfig.ipv4
Kconfig.ipv6 net: ipv6: Increase default multicast address count to 3 2017-07-11 10:33:28 +03:00
Kconfig.mgmt
Kconfig.rpl
Kconfig.stack
Kconfig.stats
Makefile net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
nbr.c
nbr.h
net_context.c net: tcp: Allow to explicitly manage TCP receive window 2017-08-05 11:40:50 +03:00
net_core.c net: shell: Remove net_shell_init() as it is not needed 2017-08-01 14:45:06 +03:00
net_if.c net: if: Add helper to return interface of given type 2017-08-09 12:24:34 +03:00
net_mgmt.c net: fix references to stack buffers 2017-07-26 10:31:46 +03:00
net_pkt.c net: Avoid printing non-error cases when parsing packet 2017-07-07 15:24:00 +03:00
net_private.h net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
net_shell.c net: Fix compile warnings 2017-08-08 12:11:04 +03:00
net_shell.h net: shell: Remove net_shell_init() as it is not needed 2017-08-01 14:45:06 +03:00
net_stats.c
net_stats.h
route.c net: rpl: DAO message was discarded too early 2017-08-09 12:25:03 +03:00
route.h
rpl-mrhof.c net: rpl: Status code was incorrectly checked in MRHOF link cb 2017-08-07 21:32:03 -04:00
rpl-of0.c
rpl.c net: rpl: DAO message was discarded too early 2017-08-09 12:25:03 +03:00
rpl.h net: rpl: Fix invalid access of IPv6 nbr link metric 2017-07-07 15:49:06 +03:00
tcp.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
tcp.h net: tcp: Allow to explicitly manage TCP receive window 2017-08-05 11:40:50 +03:00
trickle.c net: trickle: Do clock wrap check properly 2017-08-07 21:32:03 -04:00
udp_internal.h net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
udp.c net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
udp.h net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
utils.c