summaryrefslogtreecommitdiff
path: root/drivers/ethernet
AgeCommit message (Expand)Author
2016-12-02net/eth: Fix priority value for the ENC28j60 Ethernet driverFlavio Santes
2016-12-02eth: ksdk: Protect Ethernet frame buffer operations with IRQ lock.Paul Sokolovsky
2016-12-02eth: ksdk: Update driver for native IP stack.Paul Sokolovsky
2016-12-02enc28j60: Fixes change to proper register bankSergio Rodriguez
2016-12-02enc28j60: Fixes an issue with concurrent tx and rxJuan Manuel Cruz
2016-12-02enc28j60: Improves interface with native IP stackJuan Manuel Cruz
2016-12-02enc28j60: Fixes a reception issue for big frames.Juan Manuel Cruz
2016-12-02enc28j60: Fixes an issue reading/writing from spiJuan Manuel Cruz
2016-12-02enc28j60: The MAX_BUFFER_LENGTH is now declared in header.Juan Manuel Cruz
2016-12-02eth: enc28j60_legacy: Make driver config_info structure const.Jukka Rissanen
2016-12-02enc28j60: Adapt driver for native IP stackJuan Manuel Cruz Alcaraz
2016-11-18enc28j60: Fixes an issue reading/writing long frames from SPIJuan Manuel Cruz
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-10-26driver/eth_ksdk: Limit name space, add static.Marcus Shawcroft
2016-10-26driver/eth_dw: Limit name space, add static.Marcus Shawcroft
2016-10-26driver/enc28j60: Limit name space, add static.Marcus Shawcroft
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