zephyr/drivers/ethernet
Ruslan Mstoi c2542eacbd drivers: eth: native_posix: Yield to avoid deadlocks in RX
TCP segment with several EOL TCP options causes echo server to block and
use 100% of CPU. This patch fixes that issue by using k_yield to let
also other threads to run.

Fixes #21949

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
2020-01-17 10:02:18 +02:00
..
CMakeLists.txt
eth_e1000_priv.h
eth_e1000.c drivers: eth: e1000: Include sys/types.h for ssize_t 2020-01-08 15:42:16 +02:00
eth_enc28j60_priv.h
eth_enc28j60.c
eth_enc424j600_priv.h
eth_enc424j600.c
eth_liteeth.c include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
eth_mcux.c drivers: eth_mcux enable checksum and autonegotiation 2019-12-20 12:35:21 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers: eth: native_posix: Yield to avoid deadlocks in RX 2020-01-17 10:02:18 +02:00
eth_sam_gmac_priv.h
eth_sam_gmac.c
eth_smsc911x_priv.h
eth_smsc911x.c
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.e1000 drivers: eth: e1000: Add a hexdump of the received/sent data 2020-01-02 16:58:27 -05:00
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.liteeth
Kconfig.mcux drivers: eth: mcux: Disable HW accel checksum calc 2020-01-07 12:29:49 +02:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x kconfig: Remove '# Hidden' comments on promptless symbols 2019-12-21 10:30:33 -05:00
Kconfig.stellaris kconfig: Remove '# Hidden' comments on promptless symbols 2019-12-21 10:30:33 -05:00
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h