summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix.c
Commit message (Expand)AuthorAgeFilesLines
* asix: Rename asix.c to asix_devices.cChristian Riesch2012-07-161-1680/+0
* asix: avoid copies in tx pathEric Dumazet2012-07-071-4/+24
* asix: allow full size 8021Q frames to be receivedEric Dumazet2012-05-291-1/+2
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* asix: Fix tx transfer padding for full-speed USBIngo van Lil2012-04-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-181-0/+4
|\
| * usb: asix: Patch for Sitecom LN-031Joerg Neikes2012-03-111-0/+4
* | asix: asix_rx_fixup surgery to reduce skb truesizesEric Dumazet2012-03-161-68/+20
|/
* asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna2012-01-101-0/+7
* asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna2012-01-101-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-091-2/+2
|\
| * usbnet: make ethtool_ops conststephen hemminger2012-01-091-1/+1
| * asix: fix infinite loop in rx_fixup()Aurelien Jacobs2012-01-071-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-11/+1
|\ \ | |/ |/|
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-11/+1
| |\
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-11/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+4
|\| |
| * | asix: new device idAurelien Jacobs2011-12-191-0/+4
* | | drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan2011-12-231-1/+5
|/ /
* | net-next:asix: V2 Update VERSIONGrant Grundler2011-11-151-1/+1
* | net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler2011-11-151-7/+15
* | net-next:asix: reduce AX88772 init time by about 2 secondsGrant Grundler2011-11-151-5/+25
* | net-next:asix:poll in asix_get_phyid in case phy not readyGrant Grundler2011-11-151-2/+10
* | net-next:asix:PHY_MODE_RTL8211CL should be 0xCGrant Grundler2011-11-151-1/+1
|/
* NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler2011-10-191-0/+3
* NET: white space/coding style cleanup of asix driverGrant Grundler2011-10-041-71/+82
* NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler2011-10-041-62/+101
* NET: fix phy init for AX88772 USB ethernetGrant Grundler2011-10-041-54/+61
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-3/+3
* ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-07-271-2/+2
* ASIX: Simplify condition in rx_fixup()Marek Vasut2011-07-271-3/+2
* ASIX: Add AX88772B USB IDMarek Vasut2011-07-211-0/+4
* ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-13/+15
* asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard2010-12-171-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-111-1/+1
|\
| * asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna2010-06-071-1/+1
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
|/
* drivers/net/usb/asix.c: Fix pointer cast.David S. Miller2010-05-251-2/+2
* drivers/net/usb: Use kmemdupJulia Lawall2010-05-171-2/+1
* drivers/net/usb/asix.c: Fix unaligned accessesNeil Jones2010-05-171-1/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-10/+6
|/
* asix: fix setting mac address for AX88772Jussi Kivilinna2010-03-101-2/+28
* net/usb: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-8/+4
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-171-44/+53
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-6/+6
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-6/+6
* usbnet: Set link down initially for drivers that update link stateBen Hutchings2009-11-101-6/+6
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-2/+2