- 8081d7f drivers: s/DT_CHILD(DT_DRV_INST(n), ...)/DT_INST_CHILD(n, ...) by Gerard Marull-Paretas · 2 years, 6 months ago
- 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
- 680574f drivers: ethernet: stm32_hal: Rename flag. by Erwan Gouriou · 2 years, 6 months ago
- cc9b6bb drivers: ethernet: patch for the stm32 drivers by TLIG Dhaou · 2 years, 7 months ago
- a202341 devices: constify device pointers initialized at compile time by Gerard Marull-Paretas · 2 years, 7 months ago
- 470c447 Revert "drivers: ethernet: w5500: Toggle reset gpio" by Hari Haran Babu · 2 years, 9 months ago
- d361256 drivers: ethernet: Update Kconfig by Kumar Gala · 2 years, 7 months ago
- 150332b drivers: ethernet: remove duplicate CMake entry by Kumar Gala · 2 years, 7 months ago
- 6124ccf drivers: ethernet: provide Kconfig means to disable ethernet drivers by Kumar Gala · 2 years, 7 months ago
- 5ade890 drivers: ethernet: check if clock device is ready before accessing by Henrik Brix Andersen · 2 years, 7 months ago
- d29e34c drivers: eth_mcux: remove interrupt clearing code by Daniel DeGrasse · 2 years, 7 months ago
- ee4a338 drivers: eth_mcux: move intermediate driver buffers into DTCM by Daniel DeGrasse · 2 years, 7 months ago
- 5dd5fab drivers: eth_mcux: remove TX thread and allow for multiple TX buffers by Daniel DeGrasse · 2 years, 8 months ago
- af62fbc drivers: eth_mcux: move dma buffers and buffer descriptors to DTCM by Daniel DeGrasse · 2 years, 7 months ago
- f595279 drivers: eth_mcux allow network buffers to be cached by Daniel DeGrasse · 2 years, 7 months ago
- 3c35faa drivers: ethernet: sam_gmac: Convert to using dts for I2C EEPROM by Kumar Gala · 2 years, 8 months ago
- d092101 drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks by Simon Hein · 2 years, 8 months ago
- 5e5ea9a drivers: use unsigned int for irq_lock() by Johann Fischer · 2 years, 8 months ago
- 5dcb5e0 drivers: ethernet: mcux: Increase available RX buffers by Daniel DeGrasse · 2 years, 8 months ago
- 49b36ea drivers: add mising braces to single line if statements by Anas Nashif · 2 years, 8 months ago
- 51b4df6 drivers: ethernet: eth_mcux: Replace use of DT_INST_LABEL by Kumar Gala · 2 years, 8 months ago
- ea433a4 drivers: ethernet: xlnx: gem: do not lock/unlock the SLCRs by Henrik Brix Andersen · 2 years, 9 months ago
- 041f0e5 all: logging: Remove log_strdup function by Krzysztof Chruscinski · 2 years, 9 months ago
- f78a081 drivers: ethernet: dsa_ksz8xxx: use NET_DEVICE_DT_DEFINE_INSTANCE by Kumar Gala · 2 years, 9 months ago
- 17f8f62 drivers: ethernet: w5500: Toggle reset gpio by Hari Haran Babu · 2 years, 9 months ago
- d8e3aff drivers: ethernet: w5500: keep thread blocking in command read-back by Hari Haran Babu · 2 years, 9 months ago
- 17a2c6d drivers: ethernet: eth_liteeth: Update driver by Michal Sieron · 2 years, 10 months ago
- d611284 drivers: ethernet: w5500: Check W5500 int pin after processing interrupt by Janco Kock · 2 years, 10 months ago
- fb60aab drivers: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
- bd892bd ethernet: eth_liteeth: Add and use register names by Michal Sieron · 2 years, 11 months ago
- e3db9a4 ethernet: eth_liteeth: Avoid bitwise operations by Michal Sieron · 3 years ago
- 0c738b7 ethernet: eth_liteeth: Use LiteX HAL by Michal Sieron · 3 years ago
- 1afccdf drivers: ethernet: stm32_hal: remove superfluous default n for boolean by Bartosz Bilas · 2 years, 11 months ago
- 673b794 drivers: ethernet: xlnx_gem: remove unnecessary "EOF" comments by Immo Birnbaum · 2 years, 11 months ago
- 0f939d3 drivers: ethernet: eth_mcux: add support for resetting phy by Daniel DeGrasse · 3 years ago
- be387aa drivers: eth: Update sam/sam0 eth drivers to use pinctrl by Gerson Fernando Budke · 3 years ago
- 55f1d5b drivers: enet: Enable pinctrl for eth_mcux driver by Daniel DeGrasse · 3 years ago
- 49edd85 drivers: ethernet: stm32: avoid segfault if cannot get RX buffer by Alex Sergeev · 3 years ago
- f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
- 16062c2 drivers: constify all device instances by Tomasz Bursztyka · 3 years, 2 months ago
- b64a838 drivers: eth_smsc911x_priv: Remove obsolete macros by Hristo Mitrev · 3 years ago
- 9953c19 drivers: remove redundant DEV_NAME helpers by Gerard Marull-Paretas · 3 years ago
- 9713f0d everywhere: fix typos by Nazar Kazakov · 3 years ago
- a2e3774 drivers: eth: stellaris: Fix build error by MohanKumar Kumar · 3 years ago
- fd87024 drivers: fixed return code bug in eth_stm32_hal_set_config() by Bernd Weiberg · 3 years ago
- e9c9caa net: remove unmaintained 6LoCAN implementation by Henrik Brix Andersen · 3 years, 3 months ago
- dffaf53 kconfig: tweak Kconfig prompts by Gerard Marull-Paretas · 3 years ago
- 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years ago
- 47ae656 all: Deprecate UTIL_LISTIFY and replace with LISTIFY by Krzysztof Chruscinski · 3 years ago
- 718225d drivers: ethernet: dsa_ksz8xxx: fix spi bus initialization by Bartosz Bilas · 3 years ago
- 27cefa6 drivers: xlnx_gem: remove Zynq/ZynqMP distinction for DMA placement by Immo Birnbaum · 3 years, 2 months ago
- 54177fd drivers: ethernet: dsa_ksz8xxx: use DEVICE_DT_GET by Gerard Marull-Paretas · 3 years, 1 month ago
- 6c11b6c drivers: ethernet: dsa_ksz8xxx: use gpio_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
- a59ce01 drivers: eth: native_posix: Add support for setting ethernet MAC address by Björn Stenberg · 4 years, 9 months ago
- d517947 driver: eth_mcux: fixing build error on rt11xx by Hake Huang · 3 years, 1 month ago
- 52be669 net: gptp: convert clock sync ratio from float to double by Xabier Marquiegui · 3 years, 1 month ago
- 62db8ca driver: eth_mcux: gptp: limit rate_adjust range by Xabier Marquiegui · 3 years, 1 month ago
- d4c4a14 driver: eth_mcux: gptp: enable pps output by Xabier Marquiegui · 3 years, 1 month ago
- 7454a92 driver: eth_mcux: realtime optimizations by Xabier Marquiegui · 3 years, 1 month ago
- 731241f kernel: workq: Fix type errors in delayable work handlers by Yong Cong Sin · 3 years, 2 months ago
- 0722752 drivers: eth_sam_gmac: fix eth_sam_gmac_set_config() by Piotr Mienkowski · 3 years, 1 month ago
- 205b7f2 drivers: ethernet: stm32: Bugfix PTP clock read on second boundary by Alex Sergeev · 3 years, 2 months ago
- 99a6598 drivers: ethernet: xlnx_gem: update referenced SoC configuration items by Immo Birnbaum · 3 years, 4 months ago
- 435213a drivers: remove redundant data/config casts by Gerard Marull-Paretas · 3 years, 2 months ago
- 6f6a178 drivers: ethernet: drop DEV_DATA/DEV_CFG usage by Gerard Marull-Paretas · 3 years, 2 months ago
- 01b7800 include: remove deprecated headers by Anas Nashif · 3 years, 2 months ago
- ca96286 drivers: ethernet: dsa_ksz8xxx: remove duplicated headers by Bartosz Bilas · 3 years, 3 months ago
- 8779972 drivers: ethernet: dsa_ksz8xxx: convert to spi_dt_spec by Bartosz Bilas · 3 years, 3 months ago
- ddc168f pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET by Gerard Marull-Paretas · 3 years, 2 months ago
- 0fddb3e soc: rt11xx: Enabled GPTP module clock by Daniel DeGrasse · 3 years, 2 months ago
- 5fe5161 drivers: eth_mcux: Update for RT11xx SOC by Daniel DeGrasse · 3 years, 2 months ago
- 594e11a drivers: eth_mcux: Enable specifying PHY addr for enet module by Daniel DeGrasse · 3 years, 2 months ago
- 5dc6ed3 pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros by Gerard Marull-Paretas · 3 years, 3 months ago
- 7a4d3f7 drivers: ethernet: phy_mii: use instance based DT macros by Gerard Marull-Paretas · 3 years, 3 months ago
- 40b81e6 drivers: ethernet: stm32: PTP L2 timestamping support by Alex Sergeev · 3 years, 6 months ago
- 6d0e83f eth: Add promiscious mode support to stm32 ethernet abstraction by Brad Rushbrook · 3 years, 5 months ago
- 0a2464b drivers: ethernet: Add support for new PHY API by Mahesh Mahadevan · 3 years, 4 months ago
- 90f36ac net: dsa: ksz8794: Fix the port numbering for DSA tag setting by Lukasz Majewski · 3 years, 4 months ago
- cb4f7bc net: dsa: ksz8794: Fix the port numbering for this ETH switch IC by Lukasz Majewski · 3 years, 4 months ago
- ab1f0b5 net: dsa: ksz8794: Use CONFIG_DSA_KSZ_TAIL_TAGGING in preprocessor macros by Lukasz Majewski · 3 years, 4 months ago
- 5b957e4 net: dsa: ksz8794: Remove check for CPU port in the switch setup by Lukasz Majewski · 3 years, 4 months ago
- 89a4f36 device: remove inclusion of pm/device.h by Gerard Marull-Paretas · 3 years, 3 months ago
- 18ae799 drivers/ethernet: dwmac_stm32h7x: use new pinctrl API by Erwan Gouriou · 3 years, 4 months ago
- 87438e4 drivers/ethernet: stm32_hal: use new pinctrl API by Erwan Gouriou · 3 years, 4 months ago
- b7bedb5 drivers: fix double promotion warnings by Ryan McClelland · 3 years, 5 months ago
- e915dca ethernet: dwmac: fix promiscuous mode by Nicolas Pitre · 3 years, 4 months ago
- 88a6967 drivers: use new PM macros by Gerard Marull-Paretas · 3 years, 5 months ago
- c759a35 drivers: use DT_INST_ENUM_IDX(_OR) macros by Gerard Marull-Paretas · 3 years, 4 months ago
- 1c53e68 drivers: ethernet: mcux: Bugfix ptp_clock_adjust by Alex Sergeev · 3 years, 6 months ago
- 4baf1e0 drivers: use common PM action callback naming by Gerard Marull-Paretas · 3 years, 4 months ago
- 266875e drivers: ethernet: xlnx_gem: Zynq-7000 support for the Xilinx GEM driver by Immo Birnbaum · 3 years, 8 months ago
- bc41234 ethernet: Synopsys DesignWare MAC driver by Nicolas Pitre · 3 years, 6 months ago
- 36f5600 kconfig: net: experimental settings now uses select EXPERIMENTAL by Torsten Rasmussen · 3 years, 5 months ago
- a283cb3 drivers: Update drivers to use new multicast monitor API by Markus Fuchs · 3 years, 6 months ago
- 851cccb drivers: ethernet: mcux: generalize gPTP code to support PTP L2 by Alex Sergeev · 3 years, 6 months ago
- e8eb8a8 drivers: ethernet: remove dedicated drivers__ethernet__native_posix lib by Torsten Rasmussen · 3 years, 6 months ago
- 8e64038 drivers: net: adding NET_DRIVERS menuconfig by Torsten Rasmussen · 3 years, 6 months ago
- 3566cf1 drivers: eth: e1000: only enable e1000 clock on e1000 configured by Xabier Marquiegui · 3 years, 6 months ago
- fb51926 drivers: eth: mcux: Fix PTP clock init priority dependency by David Leach · 3 years, 6 months ago
- 276996d drivers: eth_sam_gmac: use PHY driver by Arvin Farahmand · 3 years, 10 months ago