summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c
Commit message (Expand)AuthorAgeFilesLines
* usbnet: allow mini-drivers to consume L2 headersBjørn Mork2015-12-041-1/+4
* usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig2015-11-111-6/+0Star
* CDC: common parser for extra headersOliver Neukum2015-09-151-0/+138
* usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin2015-09-081-11/+28
* usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin2015-08-261-3/+4
* usbnet: avoid integer overflow in start_xmitJason A. Donenfeld2015-05-091-2/+2
* usbnet: rename work handlerOliver Neukum2015-04-091-2/+2
* usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings2015-03-291-3/+13
* usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings2015-03-291-2/+3
* usbnet: re-use native hex2bin()Andy Shevchenko2015-01-251-9/+8Star
* usbnet: add a callback for set_rx_modeOlivier Blin2014-10-281-0/+20
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-241-6/+8
* cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-08-031-2/+6
* Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds2014-07-301-6/+2Star
* cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-07-291-2/+6
* usbnet: include wait queue head in device structureOliver Neukum2014-03-271-14/+19
* usbnet: remove generic hard_header_len checkEmil Goode2014-02-171-15/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\
| * net: usbnet: fix SG initialisationBjørn Mork2014-01-141-1/+1
* | usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
|/
* usbnet: fix status interrupt urb handlingFelix Fietkau2013-11-141-3/+0Star
* usbnet: fix error return code in usbnet_probe()Wei Yongjun2013-10-171-1/+3
* USBNET: fix handling padding packetMing Lei2013-09-281-6/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-8/+50
|\
| * net: usbnet: update addr_assign_type if appropriateBjørn Mork2013-09-051-0/+4
| * USBNET: increase max rx/tx qlen for improving USB3 thoughtputMing Lei2013-07-281-0/+9
| * USBNET: centralize computing of max rx/tx qlenMing Lei2013-07-281-8/+37
* | USBNET: support DMA SGMing Lei2013-08-121-3/+42
|/
* USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
* usbnet: allow status interrupt URB to always be activeDan Williams2013-05-081-6/+71
* usbnet: handle link changeMing Lei2013-04-111-0/+30
* usbnet: apply usbnet_link_changeMing Lei2013-04-111-1/+1
* usbnet: introduce usbnet_link_change APIMing Lei2013-04-111-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-6/+29
|\
| * net: usbnet: fix tx_dropped statisticsBjørn Mork2013-02-041-6/+4Star
| * net: usbnet: prevent buggy devices from killing usBjørn Mork2013-01-301-0/+25
* | drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+1Star
|/
* usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai2013-01-211-0/+4
* usbnet: generic manage_power()Oliver Neukum2012-12-191-0/+10
* usbnet: handle PM failure gracefullyOliver Neukum2012-12-191-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-3/+8
|\
| * usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning2012-11-091-3/+5
| * net: usb: Fix memory leak on Tx data pathHemant Kumar2012-10-261-0/+3
* | usbnet: runtime wake up device before calling usbnet_{read|write}_cmdMing Lei2012-11-071-4/+16
* | usbnet: introduce usbnet_{read|write}_cmd_nopmMing Lei2012-11-071-5/+57
* | usbnet: introduce usbnet 3 command helpersMing Lei2012-10-261-0/+132
|/
* usbnet: Support devices reporting idlenessOliver Neukum2012-10-111-0/+17
* net: usbnet: fix softirq storm on suspendBjørn Mork2012-09-031-4/+12
* usbnet: fix deadlock in resumeOliver Neukum2012-08-311-1/+1
* net: usb: Use eth_random_addrJoe Perches2012-07-171-1/+1