summaryrefslogtreecommitdiff
path: root/drivers/net/usb/asix.c
AgeCommit message (Expand)Author
2012-07-16asix: Rename asix.c to asix_devices.cChristian Riesch
2012-07-07asix: avoid copies in tx pathEric Dumazet
2012-05-29asix: allow full size 8021Q frames to be receivedEric Dumazet
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-04-24asix: Fix tx transfer padding for full-speed USBIngo van Lil
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-16asix: asix_rx_fixup surgery to reduce skb truesizesEric Dumazet
2012-03-11usb: asix: Patch for Sitecom LN-031Joerg Neikes
2012-01-10asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna
2012-01-10asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-09usbnet: make ethtool_ops conststephen hemminger
2012-01-07asix: fix infinite loop in rx_fixup()Aurelien Jacobs
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-23drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan
2011-12-19asix: new device idAurelien Jacobs
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-11-15net-next:asix: V2 Update VERSIONGrant Grundler
2011-11-15net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler
2011-11-15net-next:asix: reduce AX88772 init time by about 2 secondsGrant Grundler
2011-11-15net-next:asix:poll in asix_get_phyid in case phy not readyGrant Grundler
2011-11-15net-next:asix:PHY_MODE_RTL8211CL should be 0xCGrant Grundler
2011-10-19NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler
2011-10-04NET: white space/coding style cleanup of asix driverGrant Grundler
2011-10-04NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler
2011-10-04NET: fix phy init for AX88772 USB ethernetGrant Grundler
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27ASIX: Use only 11 bits of header for data sizeMarek Vasut
2011-07-27ASIX: Simplify condition in rx_fixup()Marek Vasut
2011-07-21ASIX: Add AX88772B USB IDMarek Vasut
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-25drivers/net/usb/asix.c: Fix pointer cast.David S. Miller
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall
2010-05-17drivers/net/usb/asix.c: Fix unaligned accessesNeil Jones
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10asix: fix setting mac address for AX88772Jussi Kivilinna
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger