zephyr/subsys/net/ip
Jukka Rissanen 16837f954f net: if: Check in delete addr if delayed work needs cancelling
The address lifetime timer was cancelled always even if the address
timer was never installed.

Jira: ZEP-2397

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-19 10:16:54 -07:00
..
l2 net: arp: Do not try to access NULL pointer 2017-07-11 20:18:32 +03:00
6lo_private.h net/net_pkt: Fully separate struct net_pkt from struct net_buf 2017-04-21 14:19:50 +03:00
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 net/net_pkt: Fully separate struct net_pkt from struct net_buf 2017-04-21 14:19:50 +03:00
connection.c net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
connection.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
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 net/dhcpv4: Rework initialization. 2017-03-09 20:33:41 +02:00
icmpv4.c net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
icmpv4.h net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
icmpv6.c net: Fix NULL pointer access 2017-07-10 09:32:26 -07:00
icmpv6.h net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
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 net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
ipv6.c net: ipv6: Fragmentation was accessing NULL pointer 2017-07-13 15:45:35 +03:00
ipv6.h net: ipv6: Make max number of fragmented pkt configurable 2017-05-30 11:21:51 +03:00
Kconfig net: tcp: Implement TCP backlog for incoming connections 2017-07-06 14:33:55 +03:00
Kconfig.debug spell: Kconfig help typos: /kernel /misc /subsys 2017-04-22 01:04:56 +00:00
Kconfig.ipv4 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv6 net: ipv6: Increase default multicast address count to 3 2017-07-11 10:33:28 +03:00
Kconfig.mgmt license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.rpl kconfig: fix typo in Kconfig name: NET_RPL_MC_EXT 2017-07-05 12:43:13 -04:00
Kconfig.stack net: ip: Increase RX stack size 2017-04-07 13:33:55 +03:00
Kconfig.stats net: stats: Activate RPL and MLD stats if needed 2017-05-17 13:55:21 +03:00
Makefile net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
nbr.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
nbr.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
net_context.c net: context: connect: Make sure local end is bound before connecting 2017-07-17 21:12:03 +03:00
net_core.c net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
net_if.c net: if: Check in delete addr if delayed work needs cancelling 2017-07-19 10:16:54 -07:00
net_mgmt.c kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07: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: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
net_shell.h net: shell: Remove extra help command 2017-05-30 09:18:33 +03:00
net_stats.c net: stats: IPv6 multicast listener daemon stats not printed 2017-05-17 13:55:21 +03:00
net_stats.h net: stats: Add UDP checksum stats update function 2017-05-17 13:55:21 +03:00
route.c net: route: Do not try to access null link layer address 2017-07-06 09:19:11 -07:00
route.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
rpl-mrhof.c net: rpl: Fix invalid access of IPv6 nbr link metric 2017-07-07 15:49:06 +03:00
rpl-of0.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
rpl.c net: rpl: Fix invalid config name 2017-07-12 11:06:57 +03:00
rpl.h net: rpl: Fix invalid access of IPv6 nbr link metric 2017-07-07 15:49:06 +03:00
tcp.c net: tcp: Fix sequence number validator 2017-07-11 10:35:19 +03:00
tcp.h net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
trickle.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05: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 net: utils: Helper to check if protocol header fits in fragment 2017-07-07 15:24:00 +03:00