summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix88179.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-04-02eth: asix88179: Print packet length properlyMateusz Kulikowski1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-01-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl1-0/+14
2014-12-31usb: eth: add ASIX AX88179 DRIVERRene Griessl1-0/+700