summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
2026-01-11r8169: fix RTL8117 Wake-on-Lan in DASH modeRené Rebe1-4/+1
2025-12-07r8169: set EEE speed down ratio to 1ChunHao Lin1-3/+3
2025-12-07eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAPDaniel Palmer1-1/+1
2025-10-29r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li1-2/+3
2025-06-04r8169: don't scan PHY addresses > 0Heiner Kallweit1-0/+1
2024-12-14r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit1-4/+10
2024-11-01r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-10-17r8169: add tally counter fields added with RTL8125Heiner Kallweit1-0/+27
2024-10-17r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-2/+2
2024-10-17r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-08-11r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-06-12r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-06-12Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit1-4/+2
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov1-1/+1
2024-04-10r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit1-2/+3
2024-04-10r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit1-10/+37
2024-04-10r8169: use spinlock to protect mac ocp register accessHeiner Kallweit1-4/+33
2024-04-10r8169: skip DASH fw status checks when DASH is disabledAtlas Yu1-4/+27
2024-04-10r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-01-10r8169: Fix PCI error on system resumeKai-Heng Feng1-1/+1
2023-12-13r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin1-1/+6
2023-12-08r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit1-1/+4
2023-12-08r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-12-08r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit1-1/+3
2023-11-28Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit1-3/+1
2023-11-28r8169: add handling DASH when DASH is disabledChunHao Lin1-11/+25
2023-11-28r8169: fix network lost after resume on DASH systemsChunHao Lin1-0/+6
2023-11-20r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit1-0/+2
2023-11-20net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson1-1/+3
2023-11-20r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-11-20r8169: use tp_to_dev instead of open codeJuhee Kang1-2/+3
2023-11-02r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac1-1/+1
2023-09-13r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit1-4/+0
2023-04-06r8169: fix RTL8168H and RTL8107E rx crc errorChunHao Lin1-0/+3
2023-01-24r8169: fix dmar pte write access is not set errorChunhao Lin1-7/+7
2023-01-24r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin1-22/+22
2023-01-18Revert "r8169: disable detection of chip version 36"Heiner Kallweit1-4/+1
2022-10-01r8169: add rtl_disable_rxdvgate()Chunhao Lin1-6/+10
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-20r8169: disable detection of chip version 36Heiner Kallweit1-1/+4
2022-09-13r8169: remove rtl_wol_shutdown_quirk()Heiner Kallweit1-19/+0
2022-09-08r8169: merge support for chip versions 10, 13, 16Heiner Kallweit3-13/+4
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit1-2/+1
2022-09-05r8169: remove useless PCI region size checkHeiner Kallweit1-6/+0
2022-09-05r8169: use devm_clk_get_optional_enabled() to simplify the codeHeiner Kallweit1-34/+3
2022-09-05r8169: remove comment about apparently non-existing chip versionsHeiner Kallweit1-6/+0
2022-09-05r8169: merge handling of chip versions 12 and 17 (RTL8168B)Heiner Kallweit3-8/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang3-9/+9