zephyr/drivers/ethernet
Aurelien Jarno 413ede4b89 driver: eth: gmac: remove ring_buf usage in the RX path
The ring_buf implementation is basically used as an array of net_buf
pointers in the RX path. The tail and head indexes are taken from the
RX descriptors and not from the ring_buf. That's why for example the
fact that head is never initialized doesn't cause problem. Only len is
used in free_rx_bufs(), but anyway this function is plainly broken as
it always free the first net_buf and doesn't set it back to NULL.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-02-14 22:15:29 -05:00
..
CMakeLists.txt drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
Kconfig drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
Kconfig.dw drivers/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
Kconfig.e1000
Kconfig.enc28j60
Kconfig.mcux mimxrt1050_evk: cache enable 2019-01-31 13:22:58 -06:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: gmac: reduce ETH_SAM_GMAC_BUF_RX_COUNT 2019-02-12 15:38:06 -05:00
Kconfig.smsc911x drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
Kconfig.stellaris
Kconfig.stm32_hal
eth_dw.c drivers: eth_dw: changed stranded error message 2019-02-08 13:57:55 +02:00
eth_dw_priv.h
eth_e1000.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_e1000_priv.h
eth_enc28j60.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_enc28j60_priv.h
eth_mcux.c eth: eth_mcux: Fix the DT_ prefixed defines 2019-02-11 09:39:28 -06:00
eth_native_posix.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam_gmac.c driver: eth: gmac: remove ring_buf usage in the RX path 2019-02-14 22:15:29 -05:00
eth_sam_gmac_priv.h driver: eth: gmac: remove ring_buf usage in the RX path 2019-02-14 22:15:29 -05:00
eth_smsc911x.c drivers/ethernet: Switch SMSC911x to new net_pkt API 2019-02-12 20:24:02 -05:00
eth_smsc911x_priv.h drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_stm32_hal_priv.h
phy_sam_gmac.c
phy_sam_gmac.h