zephyr/subsys
Aurelien Jarno 40b8854705 net: tcp: do not drop successfully received packets
Each time a successfully TCP connection is done, the number of dropped
TCP packets increases by 2. This is happens because when receiving an
initial SYN packet, or an ACK packet following a SYN+ACK packet,
NET_DROP is returned even if there is no error.

Fix that by replacing the two corresponding "return NET_DROP" by
"net_pkt_unref(pkt)" followed by "return 0".

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-01-16 13:11:39 +02:00
..
app_memory
bluetooth drivers: clock control: rename nrf5_power_clock source and header 2019-01-15 18:03:24 +01:00
console console: Kconfig: Update for recent changes 2018-12-20 12:21:49 +01:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug doc: regular misspelling scan 2018-12-26 13:27:14 -05:00
dfu dfu: Cast offset to u32_t before calling LOG 2019-01-07 16:07:03 -05:00
disk crc: Move crc7 into CRC single header 2018-12-30 16:24:10 -05:00
fb kconfig: Have the 'framebuffer' menu depend on it being enabled 2018-12-30 16:24:50 -05:00
fs nvs: workaround a GCC and Coverity warning 2019-01-02 13:03:09 +01:00
logging logging: Add buffer flushing on entering panic 2019-01-10 07:27:14 -05:00
mgmt smp: shell: Add support for SMP in new shell. 2019-01-15 17:19:20 -05:00
net net: tcp: do not drop successfully received packets 2019-01-16 13:11:39 +02:00
power power: rename api sys_soc -> sys_ 2018-12-28 16:16:28 -05:00
random
settings settings: fix value-len-get while base64 is enabled 2019-01-09 08:40:00 -05:00
shell smp: shell: Add support for SMP in new shell. 2019-01-15 17:19:20 -05:00
stats
storage misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
usb usb: cdc_acm: call the IRQ callback from the system work queue 2019-01-09 07:47:43 -06:00
CMakeLists.txt
Kconfig