aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-09usbnet: avoid integer overflow in start_xmitJason A. Donenfeld1-2/+2
2015-04-09usbnet: rename work handlerOliver Neukum1-2/+2
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings1-3/+13
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-2/+3
2015-01-25usbnet: re-use native hex2bin()Andy Shevchenko1-9/+8
2014-10-28usbnet: add a callback for set_rx_modeOlivier Blin1-0/+20
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-6/+8
2014-08-02cdc_subset: deal with a device that needs reset for timeoutOliver Neukum1-2/+6
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds1-6/+2
2014-07-29cdc_subset: deal with a device that needs reset for timeoutOliver Neukum1-2/+6
2014-03-27usbnet: include wait queue head in device structureOliver Neukum1-14/+19
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode1-15/+10
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-13net: usbnet: fix SG initialisationBjørn Mork1-1/+1
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-14usbnet: fix status interrupt urb handlingFelix Fietkau1-3/+0
2013-10-17usbnet: fix error return code in usbnet_probe()Wei Yongjun1-1/+3
2013-09-28USBNET: fix handling padding packetMing Lei1-6/+21
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+50
2013-09-05net: usbnet: update addr_assign_type if appropriateBjørn Mork1-0/+4
2013-08-12USBNET: support DMA SGMing Lei1-3/+42
2013-07-27USBNET: increase max rx/tx qlen for improving USB3 thoughtputMing Lei1-0/+9
2013-07-27USBNET: centralize computing of max rx/tx qlenMing Lei1-8/+37
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-05-08usbnet: allow status interrupt URB to always be activeDan Williams1-6/+71
2013-04-11usbnet: handle link changeMing Lei1-0/+30
2013-04-11usbnet: apply usbnet_link_changeMing Lei1-1/+1
2013-04-11usbnet: introduce usbnet_link_change APIMing Lei1-0/+13
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+29
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches1-4/+1
2013-02-04net: usbnet: fix tx_dropped statisticsBjørn Mork1-6/+4
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork1-0/+25
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai1-0/+4
2012-12-19usbnet: generic manage_power()Oliver Neukum1-0/+10
2012-12-19usbnet: handle PM failure gracefullyOliver Neukum1-7/+8
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2012-11-09usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning1-3/+5
2012-11-07usbnet: runtime wake up device before calling usbnet_{read|write}_cmdMing Lei1-4/+16
2012-11-07usbnet: introduce usbnet_{read|write}_cmd_nopmMing Lei1-5/+57
2012-10-26net: usb: Fix memory leak on Tx data pathHemant Kumar1-0/+3
2012-10-26usbnet: introduce usbnet 3 command helpersMing Lei1-0/+132
2012-10-11usbnet: Support devices reporting idlenessOliver Neukum1-0/+17
2012-09-03net: usbnet: fix softirq storm on suspendBjørn Mork1-4/+12
2012-08-31usbnet: fix deadlock in resumeOliver Neukum1-1/+1
2012-07-16net: usb: Use eth_random_addrJoe Perches1-1/+1
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+33
2012-06-22usbnet: handle remote wakeup asapMing Lei1-16/+26
2012-06-22usbnet: decrease suspend count if returning -EBUSY for runtime suspendMing Lei1-0/+1
2012-06-22usbnet: clear OPEN flag in failure pathMing Lei1-1/+3
2012-06-17usbnet: sanitise overlong driver information stringsPhil Sutter1-3/+3
2012-06-12usbnet: don't initialize transfer buffer before submit status URBtom.leiming@gmail.com1-1/+0
2012-06-12usbnet: remove declaration for intr_completetom.leiming@gmail.com1-37/+35
2012-06-12usbnet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+38
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-05-02usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com1-1/+3
2012-05-02usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com1-0/+1
2012-04-04usbnet: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-22usbnet: consider device busy at each recieved packetOliver Neukum1-0/+1
2012-03-22usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com1-1/+0
2012-03-22usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com1-0/+9
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-03-16usbnet: use netif_tx_wake_queue instead of netif_start_queueAlexey Orishko1-1/+1
2012-03-16net/usbnet: reserve headroom on rx skbsEric Dumazet1-2/+2
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-03-08net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov1-1/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-09-29usbnet: add timestamping supportMichael Riesch1-0/+6
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+15
2011-05-05usbnet: runtime pm: fix out of memoryMing Lei1-3/+7
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart1-0/+8
2011-04-17drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.Thiago Farina1-3/+3
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann1-1/+2
2011-03-30net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski1-3/+7
2011-02-13USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl1-1/+3
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+1
2010-12-06usbnet: changes for upcoming cdc_ncm driverAlexey Orishko1-14/+31
2010-11-01usbnet: fix usb_autopm_get_interface failure(v1)Ming Lei1-0/+11
2010-08-10usbnet: rx_submit() should return an error code.David S. Miller1-6/+16
2010-08-05usbnet: remove noisy and hardly useful printkChristian Samsel1-1/+0
2010-07-26usbnet: use jiffies in schedule_timeout(), not msecsKulikov Vasiliy1-1/+1
2010-07-23usb: usbnet: use newly introduced hex_to_bin()Andy Shevchenko1-11/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2010-07-02usbnet: Set parent device early for netdev_printk()Ben Hutchings1-2/+3
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-06NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-117/+91
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-80/+82
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum1-29/+128
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-24/+24
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings1-1/+3
2009-10-05usbnet: Set device type for wlan and wwan devicesMarcel Holtmann1-0/+14
2009-10-05usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann1-0/+3
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-4/+4
2009-08-14usbnet: add rx queue pausingJussi Kivilinna1-1/+43
2009-08-04usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna1-14/+18
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna1-0/+14
2009-06-30usbnet: Use netdev stats structureHerbert Xu1-15/+15
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare1-1/+1
2009-04-21export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik1-0/+31
2009-04-16usbnet: remove old compat_net_dev_ops codeAlexander Beregalov1-6/+0
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-21usbnet: support net_device_opsStephen Hemminger1-8/+23
2009-03-21usbnet: convert to internal net_device_statsStephen Hemminger1-9/+0
2009-03-01usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna1-2/+1
2008-01-31usbnet: Use wlan device name for RNDIS wireless devicesJussi Kivilinna1-0/+3
2007-11-07[NET]: Let USB_USBNET always select MII.Adrian Bunk1-7/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10support for USB autosuspend in the asix driverOliver Neukum1-5/+25
2007-07-10Cleanup usbnet_probe() return value handlingPeter Korsgaard1-1/+1
2007-07-08usbnet whitespace fixesDavid Brownell1-37/+39
2007-07-02usbnet: Zero padding byte if there is tail room in skbPeter Korsgaard1-3/+6
2007-05-22USB: address FIXME in usbnet w.r.t drivers claiming multiple interfacesOliver Neukum1-10/+15
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+1304