summaryrefslogtreecommitdiffstats
path: root/drivers/usb/eth/asix88179.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* 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