zephyr/drivers/ethernet
Paul Sokolovsky 2a795a19ff drivers: eth_mcux: Implement IPv6 multicast group joining/leaving
IPv6 mcast addr to MAC mcast conversion was factored out to
subsys/net/ip/l2/ethernet.c for reuse by other drivers.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-12-12 09:24:51 -05:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
eth_dw_priv.h drivers: eth_dw: Port to new IP stack 2017-05-04 11:57:22 -04:00
eth_dw.c ethernet: fix Kconfig option for ETHERNET 2017-07-05 12:43:13 -04:00
eth_enc28j60_priv.h drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
eth_enc28j60.c drivers: eth_enc28j60: Check return value of spi_transceive() 2017-10-31 18:52:09 -04:00
eth_mcux.c drivers: eth_mcux: Implement IPv6 multicast group joining/leaving 2017-12-12 09:24:51 -05:00
eth_sam_gmac_priv.h drivers: eth_sam_gmac: clean up after net_nbuf to net_pkt change 2017-04-28 15:01:08 +03:00
eth_sam_gmac.c drivers: eth_sam_gmac: Fix fragment ordering in RX 2017-05-19 23:52:28 +03:00
eth_stm32_hal_priv.h driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
eth_stm32_hal.c driver: eth_stm32_hal: make phy address configurable 2017-07-12 12:53:51 +03:00
Kconfig driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
Kconfig.dw drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.enc28j60 eth_enc28j60: Update Kconfig dependancy for SPI 2017-08-24 10:00:37 -04:00
Kconfig.mcux drivers: eth_mcux: Disable promiscuous mode by default 2017-12-11 09:09:48 -05:00
Kconfig.sam_gmac kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
Kconfig.stm32_hal drivers: Rename random to entropy 2017-11-01 08:26:29 -04:00
phy_sam_gmac.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
phy_sam_gmac.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00