summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix.c
Commit message (Expand)AuthorAgeFilesLines
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-2/+2
* net: usb: asix: add promisc mode supportOleksij Rempel2022-11-081-0/+20
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-0/+1
* net: usb: asix: propagate errors from MDIO accessorsAhmad Fatoum2020-10-021-7/+24
* net: usb: asix: fix 'no previous prototype' warningAntony Pavlov2015-11-231-1/+1
* net: usb: asix: make rx_fixup ax_skb buffer alignedAntony Pavlov2015-11-231-1/+1
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: usb: asix: Add D-link DUB-E100 H/W Ver C1 supportMayur Nande2015-04-281-0/+4
* net: asix: handle packets crossing URB boundariesLucas Stach2014-09-221-32/+91
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* net: usb: asix: fix formatingAntony Pavlov2014-04-231-9/+8
* net: usb: asix: properly propagate error codeLucas Stach2014-02-101-2/+2
* net usb asix: add AX88772B USB IDPhilipp Zabel2014-01-291-0/+14
* net usb asix: read MAC from EEPROM on AX88772BPhilipp Zabel2014-01-291-3/+15
* net usb asix: Use only 11 bits of header for data sizeMarek Vasut2014-01-231-2/+2
* net usb asix: Simplify condition in rx_fixup()Marek Vasut2014-01-231-1/+1
* net usb asix: Add missing line breaks in dev_* messagesSascha Hauer2012-11-011-28/+28
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-16/+13
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-151-0/+1
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-15/+11
* usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-241-6/+6
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* add a device_d to ethernet devicesSascha Hauer2009-07-211-18/+18
* USB supportSascha Hauer2009-04-071-0/+786