zephyr/subsys
Oleg Zhurakivskyy 446f50f382 net: tcp2: Use net_context to access TCP data
In order to properly remove struct tcp and its data, net_context
needs to be supplied as k_timer user data. Modify net_tcp_unref()
to take a net_context argument when removing, and add ifdefs
around code that after this will only be used by TCP testing
functionality.

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2019-10-25 14:33:37 +03:00
..
bluetooth Bluetooth: hci: Fix Create Connection Cancel assert 2019-10-24 20:33:59 +02:00
console coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
cpp
debug kconfig: assert: Introduce kconfig option ASSERT_NO_FILE_INFO 2019-10-14 09:07:29 -05:00
dfu dfu: fix printf formatting in img_util 2019-08-16 20:40:13 +02:00
disk disk: Configure default sdhc volume name for fatfs 2019-10-23 09:49:05 -05:00
fb
fs subsys/fs: correct misinterpretation of Zephyr API 2019-10-23 07:59:01 -04:00
jwt
logging logging: Fix lack of logging after startup 2019-10-16 10:43:31 -07:00
mgmt Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
net net: tcp2: Use net_context to access TCP data 2019-10-25 14:33:37 +03:00
power
random
settings settings: (NVS) fetch sector size from driver 2019-10-22 10:52:36 -05:00
shell shell: kconfig: Remove unused SHELL_MAX_LOG_MSG_BUFFERED symbol 2019-10-18 10:45:41 +02:00
stats
storage
testsuite ztest: add missing headers 2019-10-23 10:47:22 -04:00
usb coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
CMakeLists.txt
Kconfig