zephyr/samples/net
Jukka Rissanen 7886336593 net: app: Fix for net_app_get_net_buf()
The documentation says that the API will automatically append the
net_buf fragment to the end of network packet fragment chain.
This was not the case and current only user for this API in
echo-server sample appended the fragment itself. The fix is to
automatically append the fragment to the end of fragment chain.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-08-14 10:04:03 +03:00
..
coaps_client net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
coaps_server net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
common Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
dhcpv4_client
dns_resolve
echo_client Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
echo_server net: app: Fix for net_app_get_net_buf() 2017-08-14 10:04:03 +03:00
http_client Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
http_server Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
https_client Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
ieee802154 samples: net: ieee802154: Fix compile error 2017-08-09 14:21:02 +03:00
irc_bot net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
leds_demo Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
lwm2m_client net: lwm2m: rename CONFIG_NET_L2_BLUETOOTH to CONFIG_NET_L2_BT 2017-08-09 16:03:02 +03:00
mbedtls_dtlsclient
mbedtls_dtlsserver net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
mbedtls_sslclient
mqtt_publisher Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
nats net: Fix LLVM compiler warnings 2017-08-09 12:50:50 -04:00
sockets Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
telnet
wpan_serial
wpanusb
zoap_client Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
zoap_server Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
zperf Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
net.rst