zephyr/net/yaip
Jukka Rissanen dbb3988ee6 net: Remove nbr_data section as it is useless
No need to store the nbr pool data into a dedicated section
as we have only one nbr pool defined.

Change-Id: I6f2afcce57b5f588878496bf085567b938e32c80
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:40:27 +02:00
..
l2 net: Add IEEE 802.15.4 Beacon frame validation support 2016-12-02 12:40:26 +02:00
6lo.c net: Add more debugging messages to 6lo 2016-12-02 12:40:22 +02:00
6lo.h net: Integrate 6lo and 802.15.4 fragmentation 2016-12-02 12:40:21 +02:00
6lo_private.h net: Change NET6LO_ defines to NET_6LO 2016-12-02 12:40:21 +02:00
Kconfig net: Generic route handling 2016-12-02 12:40:27 +02:00
Kconfig.debug net: Generic route handling 2016-12-02 12:40:27 +02:00
Kconfig.ipv4 net: Add DHCPv4 client support 2016-12-02 12:40:26 +02:00
Kconfig.ipv6 net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
Makefile net: Generic route handling 2016-12-02 12:40:27 +02:00
connection.c net: Fix the statistics compilation 2016-12-02 12:40:25 +02:00
connection.h net: Rename ip_protocol to net_ip_protocol 2016-12-02 12:40:16 +02:00
dhcpv4.c net: Add DHCPv4 client support 2016-12-02 12:40:26 +02:00
icmpv4.c net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
icmpv4.h net: Add support for ICMPv4 error message 2016-12-02 12:40:12 +02:00
icmpv6.c net: Added a define for unused bytes length in ICMPv6 header 2016-12-02 12:40:27 +02:00
icmpv6.h net: Added a define for unused bytes length in ICMPv6 header 2016-12-02 12:40:27 +02:00
ipv4.c net: Calculate IPv4 checksum when sending IPv4 packet 2016-12-02 12:40:26 +02:00
ipv4.h net: Add helper to create IPv4 packet 2016-12-02 12:40:15 +02:00
ipv6.c net: Add IPv6 utility func to create IPv6 packet 2016-12-02 12:40:27 +02:00
ipv6.h net: Add IPv6 utility func to create IPv6 packet 2016-12-02 12:40:27 +02:00
nbr.c net: Add ref counting debugging to neighbor cache 2016-12-02 12:40:27 +02:00
nbr.h net: Remove nbr_data section as it is useless 2016-12-02 12:40:27 +02:00
nbuf.c net: Add net_nbuf_pull function 2016-12-02 12:40:25 +02:00
net_context.c net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
net_core.c net: Generic route handling 2016-12-02 12:40:27 +02:00
net_if.c net: Fix net address state 2016-12-02 12:40:26 +02:00
net_private.h net: Add utility func for calculating IPv4 checksum 2016-12-02 12:40:25 +02:00
route.c net: Generic route handling 2016-12-02 12:40:27 +02:00
route.h net: Generic route handling 2016-12-02 12:40:27 +02:00
trickle.c net: Fix remaining debug option naming issues 2016-12-02 12:40:25 +02:00
udp.h net: Utility function to append UDP packet into net_buf 2016-12-02 12:40:15 +02:00
utils.c net: Add utility func for calculating IPv4 checksum 2016-12-02 12:40:25 +02:00