summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_common.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* asix: Check for supported Wake-on-LAN modesFlorian Fainelli2018-09-291-0/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+4
* net: Remove useless function skb_header_releaseGao Feng2017-09-231-1/+1
* asix: Fix small memory leak in ax88772_unbind()Dean Jenkins2017-08-071-0/+15
* asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins2017-08-071-9/+25
* asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins2017-08-071-1/+3
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+2Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* net: asix: Avoid looping when the device does not respondGuenter Roeck2016-10-141-4/+4
* net: asix: Avoid looping when the device is disconnectedRobert Foss2016-09-011-12/+44
* net: asix: Add in_pm parameterRobert Foss2016-09-011-43/+137
* asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz2016-05-171-1/+1
* asix: silence log message from oversize packetstephen hemminger2015-12-181-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0Star
* asix: Continue processing URB if no RX netdev bufferDean Jenkins2015-10-051-12/+19
* asix: On RX avoid creating bad Ethernet framesDean Jenkins2015-10-051-0/+28
* asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins2015-10-051-9/+7Star
* asix: Tidy-up 32-bit header word synchronisationDean Jenkins2015-10-051-15/+13Star
* asix: Rename remaining and size for clarityDean Jenkins2015-10-051-20/+21
* usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings2015-03-291-1/+1
* usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings2015-03-291-0/+2
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org2013-05-031-0/+3
* net: asix: handle packets crossing URB boundariesLucas Stach2013-01-181-25/+65
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-2/+2
* usbnet: asix: apply introduced usb command APIsMing Lei2012-10-261-104/+13Star
* asix: Add support for programming the EEPROMChristian Riesch2012-07-191-0/+81
* asix: Rework reading from EEPROMChristian Riesch2012-07-191-17/+22
* asix: Add a new driver for the AX88172AChristian Riesch2012-07-171-2/+10
* asix: Factor out common codeChristian Riesch2012-07-171-1173/+30Star
* asix: Rename asix.c to asix_devices.cChristian Riesch2012-07-171-0/+1680