zephyr/include/net
Jukka Rissanen 6b43821f20 net: Remove legacy Contiki based uIP stack
This commit removes the legacy Contiki based uIP stack.
The new native IP stack must be used after this commit.

The commit also removes following things:
- legacy cc2520 driver
- legacy ethernet drivers
- legacy IP stack samples

and changes these things:
- disabled tests that only work for legacy IP stack
- select new IP stack by default
- enable random number generator by default as it is needed
  by the new IP stack

Change-Id: I1229f9960a4c6654e9ccc6dac14a7efb9394e45d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:41:17 +02:00
..
yaip net: Add util to loop all network contexts 2016-12-02 12:41:16 +02:00
arp.h net: Refactored ARP packet header handling 2016-12-02 12:40:10 +02:00
buf.h net: buf: Fix minor typo in documentation 2016-12-02 12:40:23 +02:00
dhcpv4.h net: Add DHCPv4 client support 2016-12-02 12:40:26 +02:00
ethernet.h net: Add utility func to return eth broadcast addr 2016-12-02 12:40:10 +02:00
ieee802154.h net: Add preliminary IEEE 802.15.4 L2 driver 2016-12-02 12:40:18 +02:00
ieee802154_radio.h net: Add new IEEE 802.15.4 Radio API for device drivers 2016-12-02 12:40:18 +02:00
mii.h net: Definitions for IEEE 802.3, Section 2 MII compatible PHY transceivers 2016-12-02 12:41:05 +02:00
nbuf.h net: Moving header files to include/net/yaip 2016-12-02 12:40:13 +02:00
net_context.h net: Remove legacy Contiki based uIP stack 2016-12-02 12:41:17 +02:00
net_core.h net: Remove legacy Contiki based uIP stack 2016-12-02 12:41:17 +02:00
net_event.h net: Add network management event code for IPv6 2016-12-02 12:40:47 +02:00
net_if.h net: Do not try to use net_if.h in legacy uIP stack 2016-12-02 12:40:23 +02:00
net_ip.h net: Remove legacy Contiki based uIP stack 2016-12-02 12:41:17 +02:00
net_l2.h net: Add an L2 layer 2016-12-02 12:40:06 +02:00
net_linkaddr.h net: Add ll address checker function 2016-12-02 12:40:19 +02:00
net_mgmt.h net: Add network management API 2016-12-02 12:40:45 +02:00
net_stats.h net: rpl: Initial commit 2016-12-02 12:41:00 +02:00
offload_ip.h net: Add initial IP stack offloading support 2016-12-02 12:41:16 +02:00
tinydtls.h
trickle.h net: Trickle algorithm implementation 2016-12-02 12:40:21 +02:00