aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-07asix: avoid copies in tx pathEric Dumazet1-4/+24
2012-05-29asix: allow full size 8021Q frames to be receivedEric Dumazet1-1/+2
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-24asix: Fix tx transfer padding for full-speed USBIngo van Lil1-2/+2
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2012-03-16asix: asix_rx_fixup surgery to reduce skb truesizesEric Dumazet1-68/+20
2012-03-11usb: asix: Patch for Sitecom LN-031Joerg Neikes1-0/+4
2012-01-10asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna1-0/+7
2012-01-10asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna1-0/+8
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-01-09usbnet: make ethtool_ops conststephen hemminger1-1/+1
2012-01-07asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-11/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2011-12-23drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan1-1/+5
2011-12-19asix: new device idAurelien Jacobs1-0/+4
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-11/+1
2011-11-15net-next:asix: V2 Update VERSIONGrant Grundler1-1/+1
2011-11-15net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler1-7/+15
2011-11-15net-next:asix: reduce AX88772 init time by about 2 secondsGrant Grundler1-5/+25
2011-11-15net-next:asix:poll in asix_get_phyid in case phy not readyGrant Grundler1-2/+10
2011-11-15net-next:asix:PHY_MODE_RTL8211CL should be 0xCGrant Grundler1-1/+1
2011-10-19NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler1-0/+3
2011-10-04NET: white space/coding style cleanup of asix driverGrant Grundler1-71/+82
2011-10-04NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler1-62/+101
2011-10-04NET: fix phy init for AX88772 USB ethernetGrant Grundler1-54/+61
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-3/+3
2011-07-27ASIX: Use only 11 bits of header for data sizeMarek Vasut1-2/+2
2011-07-27ASIX: Simplify condition in rx_fixup()Marek Vasut1-3/+2
2011-07-21ASIX: Add AX88772B USB IDMarek Vasut1-0/+4
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-13/+15
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard1-0/+4
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-25drivers/net/usb/asix.c: Fix pointer cast.David S. Miller1-2/+2
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall1-2/+1
2010-05-17drivers/net/usb/asix.c: Fix unaligned accessesNeil Jones1-1/+33
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-10/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10asix: fix setting mac address for AX88772Jussi Kivilinna1-2/+28
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko1-8/+4
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-44/+53
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-6/+6
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings1-6/+6
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-2/+2
2009-03-21usbnet: convert asix driver to net_device_opsStephen Hemminger1-7/+40