zephyr/drivers/ethernet
Andrei Gansari 1d50a09575 drivers: eth_dw: changed stranded error message
Replaced CONFIG_NET_DEBUG_L2_ETHERNET with
CONFIG_ETHERNET_LOG_LEVEL >= LOG_LEVEL_DBG

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2019-02-08 13:57:55 +02:00
..
CMakeLists.txt drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
eth_dw_priv.h
eth_dw.c drivers: eth_dw: changed stranded error message 2019-02-08 13:57:55 +02:00
eth_e1000_priv.h
eth_e1000.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_enc28j60_priv.h
eth_enc28j60.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_mcux.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
eth_sam_gmac_priv.h drivers: eth: gmac: only keep a reference to the packet when PTP is used 2019-02-08 12:41:11 +02:00
eth_sam_gmac.c drivers: eth: gmac: only keep a reference to the packet when PTP is used 2019-02-08 12:41:11 +02:00
eth_smsc911x_priv.h drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
eth_smsc911x.c drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h
eth_stm32_hal.c drivers/ethernet: Use new net_pkt API for sending and receiving 2019-02-01 14:34:38 +02:00
Kconfig drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
Kconfig.dw drivers/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
Kconfig.e1000
Kconfig.enc28j60 drivers: eth_enc28j60: moved to dts 2019-01-16 21:28:23 -05:00
Kconfig.mcux mimxrt1050_evk: cache enable 2019-01-31 13:22:58 -06:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: gmac: use non-cached memory for descriptor lists 2019-01-30 08:40:00 -05:00
Kconfig.smsc911x drivers: eth_smsc911x: Add driver for SMSC9118 aka LAN9118 chip 2019-01-19 11:59:29 -05:00
Kconfig.stellaris
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h