summaryrefslogtreecommitdiff
path: root/drivers/ethernet
AgeCommit message (Expand)Author
2017-01-20drivers/ethernet: Update default GPIO pin for the ENC28J60 moduleFlavio Santes
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-12ethernet: Rename ksdk to mcuxMaureen Helm
2016-12-21drivers: eliminate nano/micro kernel usageAnas Nashif
2016-12-21eth/ksdk: Use k_sem instead of nano_semMarcus Shawcroft
2016-12-21eth/ksdk: Use k_sem_init() initial countMarcus Shawcroft
2016-12-20eth/enc28j60: CONFIG_ETHERNET no longer exists.Marcus Shawcroft
2016-12-20eth/config: Group ethernet driver configuration into one menu.Marcus Shawcroft
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-16drivers: eth_ksdk: Simplifying MAC address generationTomasz Bursztyka
2016-12-16drivers: eth_ksdk: There is a unique L2 driverTomasz Bursztyka
2016-12-16drivers: eth_ksdk: Theres is no longer 'ETHERNET' Kconfig optionTomasz Bursztyka
2016-12-16drivers: enc28j60: Removing useless legacy driverTomasz Bursztyka
2016-12-16drivers: enc28j60: Expose RX thread stack size and prio configTomasz Bursztyka
2016-12-16drivers: enc28j60: Add loggingTomasz Bursztyka
2016-12-16drivers: ennc28j60: There is a unique L2 driverTomasz Bursztyka
2016-12-16drivers: enc28j60: Fix one tiny naming issueTomasz Bursztyka
2016-12-16drivers: enc28j60: Fix a Kconfig commentTomasz Bursztyka
2016-12-16drivers: enc28j60: Fix a tiny style issueTomasz Bursztyka
2016-12-16drivers: ethernet: Enable sys log levels depending on NET_ETHERNET_L2Tomasz Bursztyka
2016-12-16drivers: ethernet: Push DW specific Kconfig options to its own fileTomasz Bursztyka
2016-12-16drivers: enc28j60: Let's remove the CRC in the end of the frameTomasz Bursztyka
2016-12-07drivers/ethernet: Fix SYS_LOG_DBG format specifier for MACJohan Hedberg
2016-12-02net: Make native IP stack the defaultJukka Rissanen
2016-12-02net: Remove legacy Contiki based uIP stackJukka Rissanen
2016-12-02ethernet: Add driver initialization priority to KconfigJukka Rissanen
2016-12-02ethernet: enc28j60: use unified kernel interfaceMahavir Jain
2016-12-02ethernet: enc28j60: fixes an issue caused during an internal rebase.Juan Manuel Cruz
2016-12-02ethernet: ksdk: Use unified kernel APIJukka Rissanen
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