Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Ravi kumar Veeramally 5fbca8a0d2 net: Add support for 6CO
6lowpan context options(CO) are supplied in RA (Router Advertisement)
message. Added support for parsing and cache it. This information
will be used in context based compression and uncompression.

Change-Id: I6e9b5bf02aab3a574ba6a1454232e2d56e855bb0
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2016-12-02 12:40:48 +02:00
.known-issues
arch arc: move disabling/invalidation of caches earlier 2016-11-30 23:47:46 +00:00
boards net: Add TI_CC2520 RAW driver 2016-12-02 12:40:46 +02:00
doc net: User connectivity API documentation 2016-12-02 12:40:27 +02:00
drivers drivers: cc2520: Fix LQI computation and generalize it 2016-12-02 12:40:47 +02:00
ext tinycrypt/sha256: Array compared to NULL has no effect 2016-11-22 01:59:10 +00:00
include net: Differentiate IPv6 event command and final event 2016-12-02 12:40:48 +02:00
kernel kernel: fix race condition when spawning a thread with a delay 2016-11-30 23:48:06 +00:00
lib libc/minimal: snprintf(): KILL negative len parameter 2016-11-28 20:49:37 +00:00
misc build: x86: add some flexibility in custom linker scripts 2016-11-30 22:47:02 +00:00
net net: Add support for 6CO 2016-12-02 12:40:48 +02:00
samples net: sample: echo-client ported to use the new IP stack 2016-12-02 12:40:46 +02:00
scripts net: Remove nbr_data section as it is useless 2016-12-02 12:40:27 +02:00
subsys usb :mass_storage: correct the license details 2016-12-02 02:11:34 +00:00
tests tests/net/nbuf: Fix invalid memory access 2016-12-02 12:40:48 +02:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS MAINTAINERS: fix email address 2016-12-01 19:07:49 -05:00
Makefile build: x86: add some flexibility in custom linker scripts 2016-11-30 22:47:02 +00:00
Makefile.inc build: Document outputexports 2016-11-12 02:08:08 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
zephyr-env.sh