zephyr/doc/subsystems/networking
Jukka Rissanen 5f3f331d48 net: Adapt to new behavior of net_buf_frag_add v2
This change is related to patch called
"net: Adapt to new behavior of net_buf_frag_add"

This version removes extra net_nbuf_unref() from
the code. The unref was done because net_buf_frag_del()
did not remove the double ref from the list element.

Because of the other patch, the list does not have
double ref any more, so we need to remove the extra
unref in couple of extra places.

Change-Id: If90e01c24b9b4e68afbfa283850d2a1ecb3065ed
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:40:54 +02:00
..
buffers.rst doc: Add initial documentation for network buffers 2016-05-27 14:44:15 +03:00
connectivity-example-app.c net: Adapt to new behavior of net_buf_frag_add v2 2016-12-02 12:40:54 +02:00
ip-stack-architecture.dia net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-architecture.png net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-architecture.rst net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-architecture.svg net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-data-flow.dia net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-data-flow.png net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-data-flow.svg net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
networking-api-usage.rst net: Adapt to new behavior of net_buf_frag_add v2 2016-12-02 12:40:54 +02:00
networking.rst net: User connectivity API documentation 2016-12-02 12:40:27 +02:00