summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman1-6/+22
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-04r8152: Choose our USB config with choose_configuration() rather than probe()Douglas Anderson1-11/+5
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()Douglas Anderson1-0/+2
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()Douglas Anderson1-0/+2
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()Douglas Anderson1-0/+2
2023-12-04r8152: Add RTL8152_INACCESSIBLE checks to more loopsDouglas Anderson1-0/+8
2023-12-04r8152: Hold the rtnl_lock for all of resetDouglas Anderson1-6/+7
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-73/+230
2023-10-22r8152: Block future register access if register access failsDouglas Anderson1-31/+176
2023-10-22r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson1-48/+48
2023-10-22r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson1-0/+4
2023-10-22r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson1-0/+3
2023-10-22r8152: Release firmware if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-10-22r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-10-05r8152: use napi_gro_fragsHayes Wang1-17/+50
2023-10-05r8152: break the loop when the budget is exhaustedHayes Wang1-5/+13
2023-09-11r8152: check budget for r8152_poll()Hayes Wang1-0/+3
2023-08-28r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano1-0/+1
2023-08-16eth: r8152: try to use a normal budgetJakub Kicinski1-2/+1
2023-07-29r8152: set bp in bulkHayes Wang1-50/+25
2023-07-29r8152: adjust generic_ocp_write functionHayes Wang1-11/+18
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang1-0/+1
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang1-6/+8
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang1-0/+14
2023-05-01r8152: fix flow control issue of RTL8156AHayes Wang1-20/+36
2023-04-08r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson1-1/+1
2023-01-21r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang1-4/+5
2023-01-21r8152: remove rtl_vendor_mode functionHayes Wang1-38/+1
2023-01-18r8152: avoid to change cfg for all devicesHayes Wang1-3/+17
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara1-0/+1
2023-01-09r8152: add USB device driver for config selectionBjørn Mork1-32/+81
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-10-04r8152: Rate limit overflow messagesAndrew Gaul1-1/+3
2022-09-03r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch1-0/+2
2022-09-01r8152: allow userland to disable multicastSven van Ashbrook1-8/+12
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-27r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+3
2022-08-26r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+3
2022-08-22r8152: fix the RX FIFO settings when suspendingHayes Wang1-0/+10
2022-08-22r8152: fix the units of some registers for RTL8156AHayes Wang1-15/+2
2022-07-20r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-13r8152: fix accessing unset transport headerHayes Wang1-7/+7
2022-05-20net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober1-7/+26
2022-05-08r8152: switch to netif_napi_add_weight()Jakub Kicinski1-4/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1