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