summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c
Commit message (Expand)AuthorAgeFilesLines
* usbnet: rx_submit() should return an error code.David S. Miller2010-08-101-6/+16
* usbnet: remove noisy and hardly useful printkChristian Samsel2010-08-051-1/+0Star
* usbnet: use jiffies in schedule_timeout(), not msecsKulikov Vasiliy2010-07-271-1/+1
* usb: usbnet: use newly introduced hex_to_bin()Andy Shevchenko2010-07-231-11/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-2/+3
|\
| * usbnet: Set parent device early for netdev_printk()Ben Hutchings2010-07-031-2/+3
* | usbnet: Print device statistics as unsignedBen Hutchings2010-06-131-1/+1
|/
* 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: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva2010-04-071-6/+9
|/
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-171-117/+91Star
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-171-80/+82
* usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum2009-12-041-29/+128
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-24/+24
* usbnet: Set link down initially for drivers that update link stateBen Hutchings2009-11-111-1/+3
* usbnet: Set device type for wlan and wwan devicesMarcel Holtmann2009-10-051-0/+14
* usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann2009-10-051-0/+3
* smsc95xx: fix transmission where ZLP is expectedSteve Glendinning2009-09-221-1/+1
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-4/+4
* usbnet: add rx queue pausingJussi Kivilinna2009-08-141-1/+43
* usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna2009-08-041-14/+18
* usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna2009-07-101-0/+14
* usbnet: Use netdev stats structureHerbert Xu2009-07-011-15/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2009-06-121-1/+1
* | export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik2009-04-211-0/+31
* | usbnet: remove old compat_net_dev_ops codeAlexander Beregalov2009-04-161-6/+0Star
|/
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* usbnet: support net_device_opsStephen Hemminger2009-03-221-8/+23
* usbnet: convert to internal net_device_statsStephen Hemminger2009-03-221-9/+0Star
* usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork2009-03-021-2/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller2008-09-231-2/+1Star
* Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-02-011-2/+1Star
* usbnet: Use wlan device name for RNDIS wireless devicesJussi Kivilinna2008-02-011-0/+3
* [NET]: Let USB_USBNET always select MII.Adrian Bunk2007-11-071-7/+0Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+3Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* support for USB autosuspend in the asix driverOliver Neukum2007-10-111-5/+25
* Cleanup usbnet_probe() return value handlingPeter Korsgaard2007-07-101-1/+1
* usbnet whitespace fixesDavid Brownell2007-07-091-37/+39
* usbnet: Zero padding byte if there is tail room in skbPeter Korsgaard2007-07-021-3/+6
* USB: address FIXME in usbnet w.r.t drivers claiming multiple interfacesOliver Neukum2007-05-231-10/+15
* Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-101-0/+1304