summaryrefslogtreecommitdiffstats
path: root/drivers/net/enc28j60.c
Commit message (Expand)AuthorAgeFilesLines
* net: enc28j60: replace global NetRxPackets with per-interface allocationAhmad Fatoum2024-03-131-2/+4
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* net: enc28j60: fix typo in referenced Kconfig optionAhmad Fatoum2020-04-291-4/+4
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-6/+1
* net: enc28j60: fix set mac function signatureLucas Stach2015-07-291-1/+1
* net: add ENC28J60 supportAntony Pavlov2014-07-021-0/+1012