summaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)Author
2021-11-02usbnet: fix error return code in usbnet_probe()Wang Hai
2021-11-02usbnet: sanity check for maxpacketOliver Neukum
2019-10-05usbnet: sanity checking of packet sizes and device mtuOliver Neukum
2019-10-05usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork
2019-06-11usbnet: fix kernel crash after disconnectKloetzke Jan
2017-10-12USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman
2016-04-20usbnet: cleanup after bind() in probe()Oliver Neukum
2015-11-10usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig
2015-09-15CDC: common parser for extra headersOliver Neukum
2015-09-08usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin
2015-08-25usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin
2015-05-09usbnet: avoid integer overflow in start_xmitJason A. Donenfeld
2015-04-09usbnet: rename work handlerOliver Neukum
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings
2015-01-25usbnet: re-use native hex2bin()Andy Shevchenko
2014-10-28usbnet: add a callback for set_rx_modeOlivier Blin
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-08-02cdc_subset: deal with a device that needs reset for timeoutOliver Neukum
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds
2014-07-29cdc_subset: deal with a device that needs reset for timeoutOliver Neukum
2014-03-27usbnet: include wait queue head in device structureOliver Neukum
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13net: usbnet: fix SG initialisationBjørn Mork
2013-12-06usb: Fix FSF address in file headersJeff Kirsher
2013-11-14usbnet: fix status interrupt urb handlingFelix Fietkau
2013-10-17usbnet: fix error return code in usbnet_probe()Wei Yongjun
2013-09-28USBNET: fix handling padding packetMing Lei
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05net: usbnet: update addr_assign_type if appropriateBjørn Mork
2013-08-12USBNET: support DMA SGMing Lei
2013-07-27USBNET: increase max rx/tx qlen for improving USB3 thoughtputMing Lei
2013-07-27USBNET: centralize computing of max rx/tx qlenMing Lei
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern
2013-05-08usbnet: allow status interrupt URB to always be activeDan Williams
2013-04-11usbnet: handle link changeMing Lei
2013-04-11usbnet: apply usbnet_link_changeMing Lei
2013-04-11usbnet: introduce usbnet_link_change APIMing Lei
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches
2013-02-04net: usbnet: fix tx_dropped statisticsBjørn Mork
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai
2012-12-19usbnet: generic manage_power()Oliver Neukum
2012-12-19usbnet: handle PM failure gracefullyOliver Neukum
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning
2012-11-07usbnet: runtime wake up device before calling usbnet_{read|write}_cmdMing Lei
2012-11-07usbnet: introduce usbnet_{read|write}_cmd_nopmMing Lei