zephyr/drivers/ethernet
Alexander Wachter d864f5de5b net: l2: canbus: Add support for canbus Ethernet translator
This commit adds support for a 6LoCAN Ethernet border translator.
CAN frames with the translator CAN address are translated and forwarded
to Ethernet. Ethernet frames with the first 34 bits matching the MAC
address of the translator are translated and forwarded to 6LoCAN.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-08-08 13:25:01 +03:00
..
CMakeLists.txt drivers: ethernet: Add LiteEth driver 2019-07-22 15:28:54 +03:00
Kconfig drivers: ethernet: Add LiteEth driver 2019-07-22 15:28:54 +03:00
Kconfig.dw
Kconfig.e1000
Kconfig.enc28j60
Kconfig.liteeth drivers: ethernet: Remove redundant NET_L2_ETHERNET dep. from ETH_LITETH 2019-08-07 10:50:19 +03:00
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers: ethernet: stm32: Put DMA buffer to DTCM section 2019-07-19 10:05:46 +02:00
eth_dw.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
eth_dw_priv.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_e1000.c
eth_e1000_priv.h
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_liteeth.c dts: riscv32: fix reg-names for liteeth 2019-07-23 10:51:21 +02:00
eth_mcux.c drivers: eth_mcux: event corrected init->reset 2019-08-08 09:52:55 +02:00
eth_native_posix.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam_gmac.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_sam_gmac_priv.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05: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
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
eth_stm32_hal.c net: l2: canbus: Add support for canbus Ethernet translator 2019-08-08 13:25:01 +03:00
eth_stm32_hal_priv.h
phy_sam_gmac.c
phy_sam_gmac.h