zephyr/subsys/net/ip
Tomasz Bursztyka 93ed88a670 net/ipv6: Updating ll reserve should be done for all IPv6 packet.
Doing it only in net_context, prevented to do it once NS succesfully
finished. This generated an error in 15.4, where pending data had wrong
ll reserve size.

Change-Id: I0f917fb76171457e5dff2c29e44edb8f00662150
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-02-03 15:59:20 +02:00
..
l2 net/ieee802154: Fixing active scan buffer reference counting 2017-02-03 15:59:20 +02:00
6lo_private.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
6lo.c net: 6lo: Fix tiny style issues 2017-01-27 12:35:54 +02:00
6lo.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
connection.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
connection.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
dhcpv4.c net: dhcpv4: Fix tiny style issues 2017-01-27 12:35:54 +02:00
icmpv4.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
icmpv4.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
icmpv6.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
icmpv6.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv4.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv4.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ipv6.c net/ipv6: Updating ll reserve should be done for all IPv6 packet. 2017-02-03 15:59:20 +02:00
ipv6.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig net: tcp: Add optional TIME_WAIT support 2017-02-03 15:59:15 +02:00
Kconfig.debug license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv4 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv6 net: Fix leaving NET_MAX_6LO_CONTEXTS set when 6lowpan deselected 2017-01-27 11:59:31 +00:00
Kconfig.mgmt license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.rpl license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.samples license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stack license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stats license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net: in newlib, ESHUTDOWN is considered an extension 2017-01-20 16:23:20 +02:00
nbr.c net: linkaddr: introduce net_linkaddr_set function 2017-01-20 16:23:16 +02:00
nbr.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
nbuf.c net: nbuf: Do no use timeout if called from isr 2017-02-03 15:59:19 +02:00
net_context.c net/ipv6: Updating ll reserve should be done for all IPv6 packet. 2017-02-03 15:59:20 +02:00
net_core.c net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
net_if.c net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
net_mgmt.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_private.h net: utils: Add net_addr_ntop() helper function 2017-02-03 15:59:14 +02:00
net_shell.c net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
net_shell.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_stats.c net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
net_stats.h net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
route.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
route.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpl-mrhof.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpl-of0.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
rpl.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
rpl.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
tcp.c net: tcp: Add optional TIME_WAIT support 2017-02-03 15:59:15 +02:00
tcp.h net: tcp: Clean up FIN handling 2017-02-03 15:59:15 +02:00
trickle.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
udp.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
utils.c net: utils: Add net_addr_ntop() helper function 2017-02-03 15:59:14 +02:00