zephyr/net/yaip
Ravi kumar Veeramally 3ccf24ccab net: Remove assert and return false in net_nbuf_write
In case of invalid parameters return false than NET_ASSERT.
This way we can continue calling net_nbuf_write() and the
function will will cause no ill effects to the net_buf.

Change-Id: I008a044069d26cb8b5971524dd3e1f23f0786926
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2016-12-02 12:40:48 +02:00
..
l2 net: ethernet: Set ll_reserve only when ready 2016-12-02 12:40:48 +02:00
6lo_private.h net: Change NET6LO_ defines to NET_6LO 2016-12-02 12:40:21 +02:00
6lo.c net: Fix buffer leak in 6lowpan compression 2016-12-02 12:40:47 +02:00
6lo.h net: Integrate 6lo and 802.15.4 fragmentation 2016-12-02 12:40:21 +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: Adopt net_nbuf_read_u8 to dhcpv4 handlers 2016-12-02 12:40:47 +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: Adopt new nbuf API's to RA message handlers. 2016-12-02 12:40:45 +02:00
ipv6.h net: Remove multiple declarations of net_ipv6_start_rs 2016-12-02 12:40:28 +02:00
Kconfig net: Fix Kconfig indentation issue 2016-12-02 12:40:47 +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
Kconfig.mgmt net: Add debugging to network management event part 2016-12-02 12:40:46 +02:00
Makefile net: Add support for event handling on network management API 2016-12-02 12:40:46 +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: Remove assert and return false in net_nbuf_write 2016-12-02 12:40:48 +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: Normalizing net_mgmt API names 2016-12-02 12:40:46 +02:00
net_if.c net: net_if: Notify about IPv6 address related changes 2016-12-02 12:40:47 +02:00
net_mgmt.c net: Normalizing net_mgmt API names 2016-12-02 12:40:46 +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