zephyr/drivers/ethernet
Flavio Ceolin c4f7faea10 random: Include header where it is used
Unit tests were failing to build because random header was included by
kernel_includes.h. The problem is that rand32.h includes a generated
file that is either not generated or not included when building unit
tests. Also, it is better to limit the scope of this file to where it is
used.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-07-08 21:05:36 -04:00
..
CMakeLists.txt
Kconfig cmake: qemu: Allow user to add parameters to Ethernet TAP 2020-05-20 15:36:39 +02:00
Kconfig.e1000
Kconfig.enc28j60 drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
Kconfig.enc424j600 drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
Kconfig.gecko drivers: eth: Get Manual MAC address from devicetree 2020-05-09 16:29:57 +02:00
Kconfig.liteeth drivers: eth: Replace driver specific RANDOM_MAC Kconfig with devicetree 2020-05-09 16:29:57 +02:00
Kconfig.mcux clk: eth: Add ETH_MCUX_RMII_EXT_CLK option to enable external RMII clock 2020-06-10 13:02:22 -05:00
Kconfig.native_posix
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
eth.h random: Include header where it is used 2020-07-08 21:05:36 -04:00
eth_e1000.c drivers: eth: e1000: Enable VLAN support 2020-06-15 18:24:20 +03:00
eth_e1000_priv.h drivers: eth: e1000: Enable VLAN support 2020-06-15 18:24:20 +03:00
eth_enc28j60.c drivers: eth: enc28j60: Misc fixes 2020-06-17 08:52:42 +03:00
eth_enc28j60_priv.h drivers: eth: enc28j60: Misc fixes 2020-06-17 08:52:42 +03:00
eth_enc424j600.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_enc424j600_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_gecko.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eth_gecko_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_liteeth.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_mcux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_native_posix.c drivers: eth: native_posix: Print errno when interface creation fails 2020-06-24 23:34:27 +03:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h drivers: ethernet: eth_sam_gmac: Add SAM0 family support 2020-04-17 04:56:28 -05:00
eth_sam_gmac.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eth_sam_gmac_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_smsc911x.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eth_smsc911x_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_stellaris.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eth_stellaris_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_stm32_hal.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eth_stm32_hal_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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