zephyr/drivers/ethernet
Andrei Gansari 4118b8843f drivers: eth_enc28j60: moved to dts
Driver for networking device Microchip ENC28J60 is used as SPI slave,
moved to DTS type definition. Samples echo_client and echo_server use
this device on Arduino 101 board.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-01-16 21:28:23 -05:00
..
CMakeLists.txt drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
Kconfig kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
Kconfig.dw kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
Kconfig.e1000
Kconfig.enc28j60 drivers: eth_enc28j60: moved to dts 2019-01-16 21:28:23 -05:00
Kconfig.mcux kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
Kconfig.native_posix kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
Kconfig.sam_gmac kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
Kconfig.stellaris drivers: eth: stellaris: Enable automatic Ethernet support in QEMU 2019-01-11 09:48:27 +02:00
Kconfig.stm32_hal kconfig: Refactor the dependency on 'NET_L2_ETHERNET' 2018-12-30 16:24:50 -05:00
eth_dw.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
eth_dw_priv.h
eth_e1000.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
eth_e1000_priv.h
eth_enc28j60.c drivers: eth_enc28j60: moved to dts 2019-01-16 21:28:23 -05:00
eth_enc28j60_priv.h
eth_mcux.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
eth_native_posix.c net/ethernet: Remove usage of net_pkt_ll() function 2018-12-14 14:16:37 +01:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam_gmac.c drivers: eth: gmac: Remove extra variable 2018-12-14 18:34:16 +02:00
eth_sam_gmac_priv.h
eth_stellaris.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
eth_stellaris_priv.h drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
eth_stm32_hal.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
eth_stm32_hal_priv.h
phy_sam_gmac.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
phy_sam_gmac.h