zephyr/drivers/ethernet
Erwin Rol ad8f83733c driver: eth_stm32_hal: disable hardware multicast filtering
Until Zephyr has infrastructure to enable/disable the
reception of multicast frames we disable the hardware
multicast frame filter completly and pass all multicast
frames to the upper layer and let that deal with them.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
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
Kconfig.enc28j60 spell: fix Kconfig help typos: /boards /drivers 2017-04-21 21:31:30 +00:00
Kconfig.mcux drivers/ethernet/eth_mcux: Fix selection of promisc mode IPv6 workaround 2017-05-25 15:09:46 -05:00
Kconfig.sam_gmac kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
Kconfig.stm32_hal driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
Makefile driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
eth_dw.c ethernet: fix Kconfig option for ETHERNET 2017-07-05 12:43:13 -04:00
eth_dw_priv.h drivers: eth_dw: Port to new IP stack 2017-05-04 11:57:22 -04:00
eth_enc28j60.c eth_enc28j60: use k_thread_create() 2017-05-11 20:24:22 -04:00
eth_enc28j60_priv.h drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
eth_mcux.c drivers/ethernet/eth_mcux: Fix extra PHY debug Kconfig name. 2017-05-24 14:43:02 -05:00
eth_sam_gmac.c drivers: eth_sam_gmac: Fix fragment ordering in RX 2017-05-19 23:52:28 +03: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_stm32_hal.c driver: eth_stm32_hal: disable hardware multicast filtering 2017-07-12 12:53:51 +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
phy_sam_gmac.c
phy_sam_gmac.h