summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2026-06-09r8152: handle the return value of usb_reset_device()Chih Kai Hsu1-1/+6
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-05-06r8152: Add firmware upload capability for RTL8157/RTL8159Birger Koblitz1-1/+14
2026-05-06r8152: Add support for the RTL8159 chipBirger Koblitz1-16/+261
2026-05-06r8152: Add support for 10Gbit Link Speeds and EEEBirger Koblitz1-3/+50
2026-05-01net: usb: r8152: add TRENDnet TUC-ET2G v2.0Aleksander Jan Bajkowski1-0/+1
2026-04-29r8152: Use ocp/mdio test and clear functions in r8157_hw_phy_cfg()Birger Koblitz1-16/+4
2026-04-29r8152: Fix double consecutive clearing of PLA_MCU_SPDWN_EN bitBirger Koblitz1-3/+0
2026-04-09r8152: Add support for the RTL8157 hardwareBirger Koblitz1-181/+726
2026-04-09r8152: Add support for 5Gbit Link Speeds and EEEBirger Koblitz1-18/+82
2026-04-02r8152: Add helper functions for SRAM2Chih Kai Hsu1-102/+74
2026-03-31r8152: add helper functions for PHY OCP registersChih Kai Hsu1-465/+220
2026-03-31r8152: add helper functions for PLA/USB OCP registersChih Kai Hsu1-694/+407
2026-03-31r8152: fix incorrect register write to USB_UPHY_XTALChih Kai Hsu1-1/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-02-27net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-02-27r8152: Add 2500baseT EEE status/configuration supportBirger Koblitz1-8/+42
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+15
2026-01-30net: usb: r8152: fix resume reset deadlockSergey Senozhatsky1-14/+15
2026-01-30net: usb: remove unnecessary get_drvinfo code and driver versionsEthan Nelson-Moore1-10/+0
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20net: usb: r8152: fix transmit queue timeoutMingj Ye1-0/+2
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2025-10-15r8152: Advertise software timestamp information.Abhishek Rawal1-0/+1
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong1-1/+6
2025-06-10net: usb: r8152: Add device ID for TP-Link UE200Lucas Sanchez Sagrado1-0/+1
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-05-27net: usb: r8152: Convert to use struct sockaddr_storage internallyKees Cook1-25/+27
2025-05-01r8152: use SHA-256 library API instead of crypto_shash APIEric Biggers1-39/+7
2025-03-17cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirkPhilipp Hahn1-0/+6
2025-02-10r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski1-0/+1
2024-10-28usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driverBenjamin Große1-0/+1
2024-09-04r8152: fix the firmware doesn't workHayes Wang1-4/+13
2024-06-06r8152: Set NET_ADDR_STOLEN if using passthru MACMilan Broz1-0/+1
2024-06-03r8152: Wake up the system if the we need a resetDouglas Anderson1-0/+7
2024-06-03r8152: If inaccessible at resume time, issue a resetDouglas Anderson1-0/+13
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-04-25r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang1-1/+1
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-11r8152: fix unknown device for choose_configurationHayes Wang1-1/+1
2024-02-28net: usb: r8152: Use linkmode helpers for EEEAndrew Lunn1-17/+16
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-7/+7
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-7/+7
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