zephyr/drivers/ethernet
Tomasz Gorochowik ef96384d25 drivers: eth: gmac: Finish 802.1Qav support
This is a finishing commit in 802.1Qav support for SAM GMAC. It adds a
possibility to get and set all parameters required by the standard.

Note that to be fully compliant it requires a proper system
configuration, but the prioritizing mechanisms will work just fine
without it so it is not enforced in any way.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2018-08-06 10:37:09 +03:00
..
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
Kconfig drivers: eth: Add ethernet driver for native posix arch 2018-03-18 20:47:36 -04:00
Kconfig.dw drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.enc28j60 drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcux drivers: eth: mcux: Enable gPTP support 2018-07-18 07:37:41 -04:00
Kconfig.native_posix Kconfig: Clean up some symbol definitions 2018-08-01 12:47:17 -04:00
Kconfig.sam_gmac drivers: eth: gmac: Add support for multiple hardware queues 2018-07-27 20:29:15 +03:00
Kconfig.stm32_hal drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
eth_dw.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_dw_priv.h
eth_enc28j60.c drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_enc28j60_priv.h drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_mcux.c drivers: eth: mcux: Prioritize received PTP packets to high 2018-07-18 07:37:41 -04:00
eth_native_posix.c drivers: eth: native_posix: Make sure sent pkt is freed properly 2018-07-31 10:03:46 +03:00
eth_native_posix_adapt.c net: eth: native_posix: Add missing headers 2018-08-02 19:14:19 +02:00
eth_native_posix_priv.h net: eth: native_posix: Add promiscuous mode support 2018-07-24 15:12:37 +03:00
eth_sam_gmac.c drivers: eth: gmac: Finish 802.1Qav support 2018-08-06 10:37:09 +03:00
eth_sam_gmac_priv.h drivers: eth: gmac: Add support for multiple hardware queues 2018-07-27 20:29:15 +03:00
eth_stm32_hal.c drivers: eth: stm32: Added missing ethernet_init() call 2018-07-03 15:43:06 +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