aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-13net: usb: usbnet: adhere to styleOliver Neukum1-113/+120
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers1-0/+11
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-10-24net: usb: usbnet: coding style for functionsOliver Neukum1-25/+24
2025-10-23usbnet: Prevents free active keventLizhi Xu1-0/+2
2025-10-14usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang1-0/+2
2025-08-06net: usbnet: Fix the wrong netif_carrier_on() callAmmar Faizi1-3/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2025-07-25usbnet: Set duplex status to unknown in the absence of MIIYi Cong1-0/+7
2025-07-25net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-3/+8
2025-07-21net: usb: Remove duplicate assignments for net->pcpu_stat_typeZqiang1-1/+0
2025-07-09net: usb: enable the work after stop usbnet by ip down/upZqiang1-2/+2
2025-06-19net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao1-18/+18
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-3/+3
2025-04-04usbnet:fix NPE during rx_completeYing Lu1-3/+3
2025-03-28net: usb: usbnet: restore usb%d name exception for local mac addressesDominique Martinet1-6/+15
2024-10-22net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum1-0/+1
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-9/+28
2024-09-03usbnet: modern method to get random MACOliver Neukum1-8/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-11net: usb: qmi_wwan: Leverage core stats allocatorBreno Leitao1-0/+1
2024-03-07net: usbnet: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-07net: usbnet: Leverage core stats allocatorBreno Leitao1-7/+1
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere1-2/+2
2023-07-13net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern1-0/+6
2023-01-09usbnet: optimize usbnet_bh() to reduce CPU loadLeesoo Ahn1-12/+17
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-09-26usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye1-1/+6
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-28net: usb: delete extra space and tab in blank lineXie Shaowen1-1/+1
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+12
2022-07-06usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-01usbnet: remove vestiges of debug macrosOliver Neukum1-3/+0
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-06-29usbnet: fix memory allocation in helpersOliver Neukum1-2/+2
2022-06-24usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner1-6/+2
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-4/+4
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2022-05-13usbnet: Run unregister_netdev() before unbind() againLukas Wunner1-3/+3
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-10-27usbnet: fix error return code in usbnet_probe()Wang Hai1-0/+1
2021-10-22net: usb: don't write directly to netdev->dev_addrJakub Kicinski1-2/+4
2021-10-21usbnet: sanity check for maxpacketOliver Neukum1-0/+4
2021-08-03drivers/net/usb: Remove all strcpy() usesLen Baker1-4/+4
2021-06-24usbnet: add usbnet_event_names[] for keventYajun Deng1-2/+19
2021-06-07usbnet: run unbind() before unregister_netdev()Oleksij Rempel1-3/+3
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum1-0/+23
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum1-6/+9
2021-03-08net: usb: log errors to dmesg/syslogGrant Grundler1-1/+1
2021-01-26net: usbnet: use new tasklet APIEmil Renner Berthing1-4/+4
2021-01-26net: usbnet: initialize tasklet using tasklet_initEmil Renner Berthing1-2/+1
2021-01-26usbnet: fix the indentation of one code snippetDongliang Mu1-6/+6
2020-11-12usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-16/+7
2020-10-13net: usbnet: use new function dev_fetch_sw_netstatsHeiner Kallweit1-23/+1
2020-10-10net: usbnet: remove driver versionHeiner Kallweit1-4/+0
2020-10-03usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-17net: usbnet: export usbnet_set_rx_mode()Bjørn Mork1-1/+2
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 ...yuval.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/greg...Linus 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
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