summaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)AuthorFilesLines
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-29usbnet: add a callback for set_rx_modeOlivier Blin1-0/+20
2014-09-24usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-6/+8
2014-08-03cdc_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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-14net: 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-06Merge 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-28USBNET: increase max rx/tx qlen for improving USB3 thoughtputMing Lei1-0/+9
2013-07-28USBNET: centralize computing of max rx/tx qlenMing Lei1-8/+37
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-05-09usbnet: 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-31net: 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-20usbnet: generic manage_power()Oliver Neukum1-0/+10
2012-12-20usbnet: handle PM failure gracefullyOliver Neukum1-7/+8
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2012-11-10usbnet: 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-09-01usbnet: fix deadlock in resumeOliver Neukum1-1/+1
2012-07-17net: usb: Use eth_random_addrJoe Perches1-1/+1
2012-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+33
2012-06-23usbnet: handle remote wakeup asapMing Lei1-16/+26
2012-06-23usbnet: decrease suspend count if returning -EBUSY for runtime suspendMing Lei1-0/+1
2012-06-23usbnet: clear OPEN flag in failure pathMing Lei1-1/+3
2012-06-18usbnet: sanitise overlong driver information stringsPhil Sutter1-3/+3
2012-06-13usbnet: don't initialize transfer buffer before submit status URBtom.leiming@gmail.com1-1/+0