zephyr/drivers/ethernet
Jukka Rissanen 8ae6bad21d net: l2: Move the layer 2 code into subsys/net/
The subsys/net/ directory is more logical place for L2 code instead
of ip/ directory. No functionality changes by this commit.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-06-27 17:02:59 +03:00
..
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
eth_dw_priv.h
eth_dw.c
eth_enc28j60_priv.h
eth_enc28j60.c
eth_mcux.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
eth_sam_gmac_priv.h drivers: eth: gmac: Fix cache support for SAM GMAC 2018-06-19 10:48:24 +03:00
eth_sam_gmac.c drivers: eth: gmac: Ensure caches are enabled before using them 2018-06-19 15:04:16 +03:00
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.dw
Kconfig.enc28j60
Kconfig.mcux drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.stm32_hal drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
phy_sam_gmac.c
phy_sam_gmac.h