summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix88179.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* eth: asix88179: Add support for the driver modelAlban Bedel2016-08-091-0/+184
* eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-091-28/+47
* eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-071-1/+1
* eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-071-0/+2
* eth: asix88179: Print packet length properlyMateusz Kulikowski2016-04-011-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* usb: eth: asix88179: add ability to modify MAC addressRene Griessl2015-01-181-0/+14
* usb: eth: add ASIX AX88179 DRIVERRene Griessl2014-12-311-0/+700