summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-24r8169: remove support for chip version 60Heiner Kallweit3-90/+8
2022-08-24r8169: remove support for chip version 50Heiner Kallweit3-26/+3
2022-08-24r8169: remove support for chip version 49Heiner Kallweit3-47/+3
2022-08-24r8169: remove support for chip versions 45 and 47Heiner Kallweit3-82/+5
2022-08-24r8169: remove support for chip version 41Heiner Kallweit3-5/+1
2022-07-07r8169: fix accessing unset transport headerHeiner Kallweit1-6/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-4/+4
2022-04-27net: wan: atp: remove unused eeprom_delay()Bjorn Helgaas1-4/+0
2022-03-18r8169: improve driver unload and system shutdown behavior on DASH-enabled sys...Heiner Kallweit1-4/+16