zephyr/subsys/net/ip
Anas Nashif a9e879e273 logging: move sys_log to subsys/logging
Move logging out of misc/ to its own subsystem. Anything related to
logging and any new logging features or backends could be added here
instead of the generic location in misc/ which is overcrowded with
options that are not related to eachother.

Jira: ZEP-1467
Change-Id: If6a3ea625c3a3562a7a61a0ba5fd7e6ca75518ba
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-19 19:58:39 +00:00
..
l2 logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
6lo.c
6lo.h
6lo_private.h
Kconfig
Kconfig.debug libc: rework libc selection and reduce Kconfigs 2016-12-15 22:31:28 +00:00
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl
Kconfig.samples libc: rework libc selection and reduce Kconfigs 2016-12-15 22:31:28 +00:00
Kconfig.stack
Makefile
connection.c net: Fix incorrect logging format specifiers 2016-12-07 13:15:58 +00:00
connection.h
dhcpv4.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
ipv4.c
ipv4.h
ipv6.c net: Fix incorrect logging format specifiers 2016-12-07 13:15:58 +00:00
ipv6.h
nbr.c
nbr.h
nbuf.c net: nbuf: Initialize nbuf memory area after allocation 2016-12-16 19:14:56 +01:00
net_context.c net: Fix incorrect logging format specifiers 2016-12-07 13:15:58 +00:00
net_core.c net: Remove unnecessary k_wakeup 2016-12-16 19:14:53 +01:00
net_if.c net: buf: Redesigned pool & buffer allocation API 2016-12-13 21:41:53 +00:00
net_mgmt.c
net_private.h
net_shell.c
net_shell.h
route.c
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c
rpl.h
tcp.c tcp: Validate net_context_put return code 2016-12-16 19:14:52 +01:00
tcp.h
trickle.c
udp.h
utils.c