..
CMakeLists.txt
drivers: eth: add driver for w5500 Ethernet Controller
2020-10-02 11:34:57 +02:00
eth_e1000_priv.h
drivers: eth_e1000: use device MMIO
2020-07-17 11:38:18 +02:00
eth_e1000.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_enc28j60_priv.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_enc28j60.c
drivers: ethernet: Remove ugly usage of a goto in enc*j* drivers
2020-09-02 13:48:13 +02:00
eth_enc424j600_priv.h
drivers: ethernet: Fix device instance const qualifier loss
2020-09-02 13:48:13 +02:00
eth_enc424j600.c
drivers: eth_enc424j600: initialize device pointer
2020-09-21 16:45:03 -05:00
eth_gecko_priv.h
device: Apply driver_api/data attributes rename everywhere
2020-08-11 19:30:53 +02:00
eth_gecko.c
drivers: ethernet: eth_gecko: Fetch MAC address from device info
2020-10-14 12:31:49 +03:00
eth_liteeth.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
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_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_sam_gmac_priv.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_sam_gmac.c
drivers: Manual const-ification of device driver instance
2020-09-02 13:48:13 +02:00
eth_sam0_gmac.h
eth_smsc911x_priv.h
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
eth_smsc911x.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_stellaris_priv.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
eth_stellaris.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
eth_stm32_hal_priv.h
drivers: ethernet: stm32h7 IT based ethernet TX
2020-09-03 21:48:53 +02:00
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_w5500_priv.h
ethernet: w5500: use bit fielding number for mode
2020-10-26 07:35:46 -04:00
eth_w5500.c
ethernet: w5500: remove comparing uint64, int64
2020-10-26 07:35:46 -04:00
eth.h
random: Include header where it is used
2020-07-08 21:05:36 -04: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
net: native_posix: gptp: Add multiport support
2020-08-19 12:47:09 -04:00
Kconfig.sam_gmac
drivers: ethernet: sam_gmac: Add SOC_FAMILY_SAM0 dependency
2020-07-02 08:37:17 -04:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
drivers/ethernet: stm32: Enable Kconfig symbol ETH_STM32_HAL using dts
2020-07-24 12:03:33 +02:00
Kconfig.w5500
drivers: eth: add driver for w5500 Ethernet Controller
2020-10-02 11:34:57 +02:00
phy_gecko.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
phy_gecko.h
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
phy_sam_gmac.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
phy_sam_gmac.h
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00