summaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)Author
2012-10-07usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com
2012-10-07usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com
2012-03-17net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-08-14usbnet: add rx queue pausingJussi Kivilinna
2009-08-04usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna
2009-06-30usbnet: Use netdev stats structureHerbert Xu
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare
2009-04-21export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik
2009-04-16usbnet: remove old compat_net_dev_ops codeAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-21usbnet: support net_device_opsStephen Hemminger
2009-03-21usbnet: convert to internal net_device_statsStephen Hemminger
2009-03-01usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna
2008-01-31usbnet: Use wlan device name for RNDIS wireless devicesJussi Kivilinna
2007-11-07[NET]: Let USB_USBNET always select MII.Adrian Bunk
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10support for USB autosuspend in the asix driverOliver Neukum
2007-07-10Cleanup usbnet_probe() return value handlingPeter Korsgaard
2007-07-08usbnet whitespace fixesDavid Brownell
2007-07-02usbnet: Zero padding byte if there is tail room in skbPeter Korsgaard
2007-05-22USB: address FIXME in usbnet w.r.t drivers claiming multiple interfacesOliver Neukum
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik