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 ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
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 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.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 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_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 drivers: native_posix: Add VLAN tag strip feature 2019-04-26 10:46:27 +03:00
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 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 net: l2: canbus: Add support for canbus Ethernet translator 2019-08-08 13:25:01 +03:00
eth_stm32_hal_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05: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