summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)Author
2025-06-04r8169: don't scan PHY addresses > 0Heiner Kallweit
2024-12-14r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit
2024-11-01r8169: avoid unsolicited interruptsHeiner Kallweit
2024-10-17r8169: add tally counter fields added with RTL8125Heiner Kallweit
2024-10-17r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King
2024-10-17r8169: disable ALDPS per default for RTL8125Heiner Kallweit
2024-08-11r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit
2024-06-12r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore
2024-06-12Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov
2024-04-10r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit
2024-04-10r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit
2024-04-10r8169: use spinlock to protect mac ocp register accessHeiner Kallweit
2024-04-10r8169: skip DASH fw status checks when DASH is disabledAtlas Yu
2024-04-10r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit
2024-01-10r8169: Fix PCI error on system resumeKai-Heng Feng
2023-12-13r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin
2023-12-08r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit
2023-12-08r8169: disable ASPM in case of tx timeoutHeiner Kallweit
2023-12-08r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit
2023-11-28Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit
2023-11-28r8169: add handling DASH when DASH is disabledChunHao Lin
2023-11-28r8169: fix network lost after resume on DASH systemsChunHao Lin
2023-11-20r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit
2023-11-20net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson
2023-11-20r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit
2023-11-20r8169: use tp_to_dev instead of open codeJuhee Kang
2023-11-02r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac
2023-09-13r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit
2023-04-06r8169: fix RTL8168H and RTL8107E rx crc errorChunHao Lin
2023-01-24r8169: fix dmar pte write access is not set errorChunhao Lin
2023-01-24r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin
2023-01-18Revert "r8169: disable detection of chip version 36"Heiner Kallweit
2022-09-30r8169: add rtl_disable_rxdvgate()Chunhao Lin
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-19r8169: disable detection of chip version 36Heiner Kallweit
2022-09-13r8169: remove rtl_wol_shutdown_quirk()Heiner Kallweit
2022-09-08r8169: merge support for chip versions 10, 13, 16Heiner Kallweit
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit
2022-09-05r8169: remove useless PCI region size checkHeiner Kallweit
2022-09-05r8169: use devm_clk_get_optional_enabled() to simplify the codeHeiner Kallweit
2022-09-05r8169: remove comment about apparently non-existing chip versionsHeiner Kallweit
2022-09-05r8169: merge handling of chip versions 12 and 17 (RTL8168B)Heiner Kallweit
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-24r8169: remove support for chip version 60Heiner Kallweit
2022-08-24r8169: remove support for chip version 50Heiner Kallweit
2022-08-24r8169: remove support for chip version 49Heiner Kallweit
2022-08-24r8169: remove support for chip versions 45 and 47Heiner Kallweit