zephyr/net/ip
Johan Hedberg 4e3e23eb18 net: Use net_buf APIs for getting net_buf elements from FIFO
The net_buf API ensures that the frags pointer gets initialized
properly. Using nano_fifo_get could mean that buf->frags is something
else than NULL if there was more than one item in the FIFO.

Change-Id: If65e85a7cbe82f562307dc781d48110c3be0472b
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-06-14 09:20:06 +00:00
..
contiki net: Fix return value from uip_udp_packet_sendto 2016-05-31 08:06:37 +00:00
er-coap net: Enable TCP support 2016-04-25 09:40:32 +03:00
rest-engine net: Enable TCP support 2016-04-25 09:40:32 +03:00
tinydtls net: Enable TCP support 2016-04-25 09:40:32 +03:00
Kconfig net: dhcp: Add DHCP client support. 2016-05-27 11:09:30 +00:00
Kconfig.debug net: dhcp: Add DHCP client support. 2016-05-27 11:09:30 +00:00
Makefile net: dhcp: Add DHCP client support. 2016-05-27 11:09:30 +00:00
cc2520_15_4_radio.h cc2520: Initial checkin for TI CC2520 802.15.4 driver 2016-02-05 20:25:23 -05:00
dummy_15_4_radio.c net: 802.15.4: Fix the dummy driver 2016-03-03 07:17:56 +00:00
dummy_15_4_radio.h
ip_buf.c net: Clear the connection pointer when net_buf is allocated 2016-05-24 04:51:58 +00:00
l2_buf.c net: contiki: move neighbor_list to struct l2_buf 2016-03-16 14:20:56 +00:00
net_context.c net: ip: Allow user to select number of network contexts 2016-05-27 06:15:21 +00:00
net_core.c net: Use net_buf APIs for getting net_buf elements from FIFO 2016-06-14 09:20:06 +00:00
net_driver_15_4.c net: Use net_buf APIs for getting net_buf elements from FIFO 2016-06-14 09:20:06 +00:00
net_driver_15_4.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_bt.c Bluetooth: L2CAP: Refactor l2cap core types 2016-06-13 11:49:07 +00:00
net_driver_bt.h net: Network driver for Bluetooth 6LoWPAN connections 2016-02-05 20:24:59 -05:00
net_driver_ethernet.c net: Fix ethernet headers in ipv6 2016-05-04 13:36:56 +00:00
net_driver_ethernet.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
net_driver_loopback.c net: Fix not setting loopback address in loopback driver 2016-02-05 20:25:09 -05:00
net_driver_loopback.h net/loopback: add missing license 2016-05-10 05:16:20 +00:00
net_driver_slip.c net: Removed obsolete print defines from slip driver 2016-04-18 12:07:19 +00:00
net_driver_slip.h