Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Jukka Rissanen 8db13f905b net: ipv6: Free received NA net_buf
If we receive a neighbor advertisement, we need to free its
net_buf because we are returning NET_OK to the caller. This
return code means that we consumed the net_buf but we did
not call net_nbuf_unref() in this case.

Change-Id: Ia6d8f1b440be87eff5d2b14a23336a37be6d6a04
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-02-08 10:12:35 +02:00
.known-issues doc/api/networking: Add existing network protocol libraries APIs 2017-02-03 15:59:18 +02:00
arch arm: Adjust entry point of XIP kernels to the __reset function 2017-02-04 19:32:40 +00:00
boards doc: frdm_k64f: Document Eth PHY known issue 2017-02-06 22:53:30 +03:00
doc doc: add cross-references to hello_world sample 2017-02-03 22:57:05 +00:00
drivers drivers/eth/mcux: Free net_buf using net_nbuf_unref 2017-02-08 10:12:34 +02:00
ext ext: qmsi: fix an incomplete type issue 2017-02-04 20:08:07 +00:00
include net: nbuf: Fix style of doxygen comment 2017-02-08 10:12:34 +02:00
kernel kernel: init: use C implementation for STACK_CANARY_INIT 2017-02-07 22:18:21 +00:00
lib libc: minimal: rename private macro 2017-02-04 19:22:07 +00:00
misc misc/printk: Add a function to get the current hook function. 2017-01-27 12:35:52 +02:00
samples samples: net: Fix invalid memory access for TCP 2017-02-08 10:12:34 +02:00
scripts sanitcheck: add sam_e70_xplained 2017-02-04 02:57:49 +00:00
subsys net: ipv6: Free received NA net_buf 2017-02-08 10:12:35 +02:00
tests tests: remove old ARM vector table test 2017-02-07 19:52:09 +00:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore doc: move context back to doc/, fix broken links 2017-01-16 18:05:06 -05:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
Kbuild build: Use ZEPHYRINCLUDE when building offsets.o 2017-01-25 12:20:21 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: added maintainer for riscv32 2017-02-03 19:31:41 +01:00
Makefile build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
Makefile.inc build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
zephyr-env.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00