zephyr/drivers/ethernet
Armand Ciejak 430c229568 eth: mcux: Use different RX and TX buffers for each instance
Before the same buffers were used by both instances leading to
data corruption.

Signed-off-by: Armand Ciejak <armand@riedonetworks.com>
2020-10-14 07:19:09 -05:00
..
CMakeLists.txt drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
Kconfig drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux eth: mcux: Get rid of CONFIG_ETH_MCUX_* 2020-10-09 11:50:50 +02:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
Kconfig.w5500 drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth.h
eth_e1000.c
eth_e1000_priv.h
eth_enc28j60.c
eth_enc28j60_priv.h
eth_enc424j600.c drivers: eth_enc424j600: initialize device pointer 2020-09-21 16:45:03 -05:00
eth_enc424j600_priv.h
eth_gecko.c drivers: ethernet: eth_gecko: Fetch MAC address from device info 2020-10-14 12:31:49 +03:00
eth_gecko_priv.h
eth_liteeth.c
eth_mcux.c eth: mcux: Use different RX and TX buffers for each instance 2020-10-14 07:19:09 -05:00
eth_native_posix.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h
eth_sam_gmac.c
eth_sam_gmac_priv.h
eth_smsc911x.c
eth_smsc911x_priv.h
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c drivers: eth: Fix return value if we run out of bufs in TX 2020-09-17 09:31:10 +02:00
eth_stm32_hal_priv.h
eth_w5500.c drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth_w5500_priv.h drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h