aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-26net: usbnet: Fix -Wcast-function-typePhong Tran1-1/+8
2019-09-21usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork1-0/+5
2019-09-19usbnet: sanity checking of packet sizes and device mtuOliver Neukum1-0/+3
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2019-05-21usbnet: fix kernel crash after disconnectKloetzke Jan1-0/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-10-02net: usbnet: make driver_info constBen Dooks1-6/+6
2018-09-04net: usbnet: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-03-07net: usbnet: fix potential deadlock on 32bit hostsEric Dumazet1-4/+6
2018-01-22usbnet: silence an unnecessary warningOliver Neukum1-5/+3
2017-12-07usbnet: fix alignment for frames with no ethernet headerBjørn Mork1-1/+4
2017-10-18net/usb/usbnet: Convert timers to use timer_setup()Kees Cook1-7/+5
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-1/+3
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2017-04-06usbnet: make sure no NULL pointer is passed throughOliver Neukum1-4/+15
2017-04-06net: usbnet: Remove unused driver_name variableFlorian Fainelli1-2/+0
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-4/+51
2017-03-21net: usb: usb: remove old api ethtool_{get|set}_settingsPhilippe Reynes1-35/+0
2017-03-21net: usb: usbnet: add new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-0/+36
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-2/+2
2016-08-13net: usb: usbnet: don't print error when allocating urb failsWolfram Sang1-4/+1
2016-07-24Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-138/+0
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum1-138/+0
2016-06-30usbnet: Stop RX Q on MTU changeSoohoon Lee1-3/+7
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-05-03usbnet: correct speed testingOliver Neukum1-0/+1
2016-03-07usbnet: cleanup after bind() in probe()Oliver Neukum1-0/+7
2015-12-04usbnet: allow mini-drivers to consume L2 headersBjørn Mork1-1/+4
2015-11-10usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-09-15CDC: common parser for extra headersOliver Neukum1-0/+138
2015-09-08usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin1-11/+28
2015-08-25usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin1-3/+4
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