summaryrefslogtreecommitdiff
path: root/drivers/ethernet
AgeCommit message (Expand)Author
2016-10-25drivers/eth_enc28j60: Make driver_api structure const.Marcus Shawcroft
2016-10-20eth: enc28j60: Make driver config_info structure const.Marcus Shawcroft
2016-10-20eth: dw: Make driver config_info structure const.Marcus Shawcroft
2016-10-19eth/dw: Move RW objects from device config_info to device driver_data.Marcus Shawcroft
2016-10-16eth: Add KSDK ENET driver.Marcus Shawcroft
2016-10-08eth/enc28j60: Make config_info pointers const.Marcus Shawcroft
2016-10-05eth: Rework LOG_ETHERNET_LEVEL config description.Marcus Shawcroft
2016-09-23Revert "rfc: ksdk: Add KSDK ENET driver."Kumar Gala
2016-09-23rfc: ksdk: Add KSDK ENET driver.Marcus Shawcroft
2016-09-17eth: Add full-duplex configuration to ENC28J60Juan Manuel Cruz
2016-09-17eth: Initial release to tx semaphore for the ENC28J60 driver.Juan Manuel Cruz
2016-09-17eth: Adjust ENC28J60 MAC configuration.Juan Manuel Cruz
2016-09-01ethernet: Enables multicast reception for dw driverJuan Manuel Cruz
2016-08-17enc28j60: Correction to ECON1.RXEN bit locationJuan Manuel Cruz Alcaraz
2016-08-17enc28j60: rx fiber's stack size is increasedJuan Manuel Cruz Alcaraz
2016-08-17enc28j60: allow simultaneous reception and transmissionJuan Manuel Cruz Alcaraz
2016-08-17enc28j60: remove rx interruption handlingJuan Manuel Cruz Alcaraz
2016-08-17enc28j60: hardware errata #14 ERXRDPT register failureJuan Manuel Cruz Alcaraz
2016-08-17enc28j60: hardware errata #6 PKTIF is unreliableJuan Manuel Cruz Alcaraz
2016-08-05driver: ENC28J60 Ethernet SPI moduleJuan Manuel Cruz
2016-07-20Revert "net: Restructured Ethernet driver menu"Ravi kumar Veeramally
2016-07-13net: Restructured Ethernet driver menuJani Pajarinen
2016-05-26eth: Fix spurious interrupt issuesSebastien Griffoul
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-12eth_dw: use sys log interface for debuggingAnas Nashif
2016-04-07ethernet/dw: remove kconfigs that are SoC specificDaniel Leung
2016-03-31eth_dw: fix buffer leak when RX frames are too largeSebastien Griffoul
2016-03-16drivers: Replace DEV_NOT_CONFIG by -EPERMAndre Guedes
2016-02-05eth_dw: fix compilation issue in eth_dw.c driverJean-Paul Etienne
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05net: use DEVICE_GET() instead of referencing __initconfig_xxx directlyBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05drivers: pci: struct pci_dev_info rename classJavier B Perez Hernandez
2016-02-05build: Remove PROJECTINCLUDE from application makefilesAnas Nashif
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05kconfig: define architecture as a kconfig variableAnas Nashif
2016-02-05net: Refactor code to use new generic net_buf APIJukka Rissanen
2016-02-05eth: dw: Add driver for Synopsys DesignWare Ethernet MACMichael LeMay