summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2026-02-27net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-30net: usb: r8152: fix resume reset deadlockSergey Senozhatsky
2026-01-30net: usb: remove unnecessary get_drvinfo code and driver versionsEthan Nelson-Moore
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20net: usb: r8152: fix transmit queue timeoutMingj Ye
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-15r8152: Advertise software timestamp information.Abhishek Rawal
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong
2025-06-10net: usb: r8152: Add device ID for TP-Link UE200Lucas Sanchez Sagrado
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-27net: usb: r8152: Convert to use struct sockaddr_storage internallyKees Cook
2025-05-01r8152: use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-03-17cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirkPhilipp Hahn
2025-02-10r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski
2024-10-28usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große
2024-09-04r8152: fix the firmware doesn't workHayes Wang
2024-06-06r8152: Set NET_ADDR_STOLEN if using passthru MACMilan Broz
2024-06-03r8152: Wake up the system if the we need a resetDouglas Anderson
2024-06-03r8152: If inaccessible at resume time, issue a resetDouglas Anderson
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-11r8152: fix unknown device for choose_configurationHayes Wang
2024-02-28net: usb: r8152: Use linkmode helpers for EEEAndrew Lunn
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
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