zephyr/doc/subsystems/networking
Johan Hedberg 692771fbe9 net: buf: Switch from k_fifo to k_lifo for free buffers
Using a LIFO instead of a FIFO has the potential benefit that more
recently in-use buffers may be "cache-hot" and therefore accessed
faster than least recently used (which is what we get with a FIFO).

Change-Id: I59bb083ca2e00d0d404406540f7db216742a27cf
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-12-15 12:06:22 +02:00
..
buffers.rst net: buf: Switch from k_fifo to k_lifo for free buffers 2016-12-15 12:06:22 +02:00
connectivity-example-app.c net: Fix incorrect logging format specifiers 2016-12-07 13:15:58 +00: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
network-management-api.rst doc: Add a Network Management API usage document 2016-12-02 12:40:57 +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 doc: net: Fix the path and description of the IP stack 2016-12-02 12:41:20 +02:00