zephyr/drivers/ethernet
Markus Fuchs 8c69941642 drivers: ethernet: stm32: Add MAC address configuration support
This patch adds support for configuring the MAC address through the
Network Management API to the STM32 Ethernet driver.

Signed-off-by: Markus Fuchs <markus.fuchs@de.sauter-bc.com>
2019-09-19 20:46:56 -04:00
..
CMakeLists.txt drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
Kconfig drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
Kconfig.e1000 ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
Kconfig.enc28j60 drivers: eth_enc28j60: fix typo and build for half duplex 2019-03-05 13:38:43 -05:00
Kconfig.enc424j600 drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
Kconfig.liteeth drivers: ethernet: Remove redundant NET_L2_ETHERNET dep. from ETH_LITETH 2019-08-07 10:50:19 +03:00
Kconfig.mcux kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
Kconfig.native_posix drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
Kconfig.sam_gmac drivers: eth: gmac: Add option to force packets to a specific queue 2019-03-13 06:00:04 -05:00
Kconfig.smsc911x kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
Kconfig.stellaris drivers: eth: stellaris: Enable automatic Ethernet support in QEMU 2019-01-11 09:48:27 +02:00
Kconfig.stm32_hal drivers: ethernet: stm32: Add carrier state detection 2019-09-16 15:27:11 -05:00
eth_e1000.c ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
eth_e1000_priv.h ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
eth_enc28j60.c drivers: eth_enc28j60: update for dts change to local-mac-address 2019-07-11 06:50:27 -04:00
eth_enc28j60_priv.h cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
eth_enc424j600.c drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
eth_enc424j600_priv.h drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
eth_liteeth.c dts: riscv32: fix reg-names for liteeth 2019-07-23 10:51:21 +02:00
eth_mcux.c drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_native_posix.c drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
eth_native_posix_adapt.c drivers: eth: native_posix: Null terminate interface name 2019-03-13 05:34:03 -05:00
eth_native_posix_priv.h drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
eth_sam_gmac.c drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_sam_gmac_priv.h drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_smsc911x.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
eth_smsc911x_priv.h dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
eth_stellaris.c drivers: eth_stellaris: update for dts change to local-mac-address 2019-07-11 06:50:27 -04:00
eth_stellaris_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_stm32_hal.c drivers: ethernet: stm32: Add MAC address configuration support 2019-09-19 20:46:56 -04:00
eth_stm32_hal_priv.h drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
phy_sam_gmac.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
phy_sam_gmac.h