zephyr/subsys/net/ip
Andrei Emeltchenko 6580644449 net: Fix leaving NET_MAX_6LO_CONTEXTS set when 6lowpan deselected
Make NET_MAX_6LO_CONTEXTS depends on NET_6LO_CONTEXT, otherwise at the
moment even deselecting 6lowpan leaves NET_MAX_6LO_CONTEXTS set.

Change-Id: Iaa34d324005817be05190e203f6899ab89f89e5d
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2017-01-27 11:59:31 +00:00
..
l2 net/ieee802154: Raise an error when data frame cannot be created 2017-01-27 12:35:54 +02:00
6lo_private.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
6lo.c net: 6lo: Fix tiny style issues 2017-01-27 12:35:54 +02:00
6lo.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
connection.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
connection.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
dhcpv4.c net: dhcpv4: Fix tiny style issues 2017-01-27 12:35:54 +02:00
icmpv4.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
icmpv4.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
icmpv6.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
icmpv6.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv4.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv4.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv6.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
ipv6.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig net: Make NET_IPV6_ND configurable option 2017-01-27 12:35:54 +02:00
Kconfig.debug license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv4 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv6 net: Fix leaving NET_MAX_6LO_CONTEXTS set when 6lowpan deselected 2017-01-27 11:59:31 +00:00
Kconfig.mgmt license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.rpl license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.samples license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stack license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stats license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net: in newlib, ESHUTDOWN is considered an extension 2017-01-20 16:23:20 +02:00
nbr.c net: linkaddr: introduce net_linkaddr_set function 2017-01-20 16:23:16 +02:00
nbr.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
nbuf.c net: nbuf: Fix debug prints in memory pool init and unref 2017-01-20 16:23:20 +02:00
net_context.c net: tcp: Only return -ETIMEDOUT if timeout>0 in connect 2017-01-27 12:35:52 +02:00
net_core.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
net_if.c net: iface: Fix typo in net_if_down 2017-01-27 12:35:52 +02:00
net_mgmt.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_private.h net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
net_shell.c net/shell: Fix format string 2017-01-27 11:49:42 +01:00
net_shell.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_stats.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_stats.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
route.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
route.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpl-mrhof.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpl-of0.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
rpl.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
rpl.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
tcp.c net: tcp: add timeout wait in net_context_connect 2017-01-20 16:23:20 +02:00
tcp.h net: tcp: add timeout wait in net_context_connect 2017-01-20 16:23:20 +02:00
trickle.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
udp.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
utils.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00