summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-01-05r8169: fix building with CONFIG_LEDS_CLASS=mHeiner Kallweit3-7/+11
2024-01-01r8169: Fix PCI error on system resumeKai-Heng Feng1-1/+1
2023-12-20r8169: add support for LED's on RTL8168/RTL8101Heiner Kallweit4-0/+232
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2023-12-02r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin1-1/+6
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-11-30r8169: improve handling task schedulingHeiner Kallweit1-2/+4
2023-11-29r8169: remove multicast filter limitHeiner Kallweit1-6/+1
2023-11-28r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit1-1/+3
2023-11-28r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit1-1/+4
2023-11-24r8169: remove not needed check in rtl_fw_write_firmwareHeiner Kallweit1-3/+0
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit1-3/+1
2023-11-19r8169: improve RTL8411b phy-down fixupHeiner Kallweit1-111/+28
2023-11-14r8169: fix network lost after resume on DASH systemsChunHao Lin1-0/+6
2023-11-14r8169: add handling DASH when DASH is disabledChunHao Lin1-11/+25
2023-11-08r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit1-0/+2
2023-11-02net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson1-1/+3
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-10-20r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac1-1/+1
2023-10-20r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac1-1/+1
2023-10-20r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac1-1/+1
2023-10-14r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-08-28r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit1-4/+0
2023-07-20Revert "r8169: disable ASPM during NAPI poll"Heiner Kallweit1-10/+1
2023-07-20r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is...Heiner Kallweit1-1/+26
2023-07-17r8169: fix ASPM-related problem for chip version 42 and 43Heiner Kallweit1-0/+7
2023-06-02r8169: use dev_err_probe in all appropriate places in rtl_init_one()Heiner Kallweit1-25/+15
2023-05-30r8169: check for PCI read error in probeHeiner Kallweit1-1/+8
2023-05-24r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior1-22/+22
2023-04-18r8169: use new macro netif_subqueue_completed_wake in the tx cleanup pathHeiner Kallweit1-12/+4
2023-04-18r8169: use new macro netif_subqueue_maybe_stop in rtl8169_start_xmitHeiner Kallweit1-28/+11
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-03-25r8169: fix RTL8168H and RTL8107E rx crc errorChunHao Lin1-0/+3
2023-03-20r8169: consolidate disabling ASPM before EPHY accessHeiner Kallweit1-39/+3
2023-03-08r8169: remove ASPM restrictions now that ASPM is disabled during NAPI pollHeiner Kallweit1-26/+1
2023-03-08r8169: disable ASPM during NAPI pollHeiner Kallweit1-1/+10
2023-03-08r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit1-2/+3
2023-03-08r8169: enable cfg9346 config register access in atomic contextHeiner Kallweit1-2/+16
2023-03-08r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit1-10/+37
2023-03-08r8169: use spinlock to protect mac ocp register accessHeiner Kallweit1-4/+33
2023-01-16r8169: reset bus if NIC isn't accessible after tx timeoutHeiner Kallweit1-0/+10
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2023-01-12r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-01-10Revert "r8169: disable detection of chip version 36"Heiner Kallweit1-4/+1
2022-12-28r8169: fix dmar pte write access is not set errorChunhao Lin1-7/+7
2022-12-28r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin1-22/+22
2022-12-04r8169: enable GRO software interrupt coalescing per defaultHeiner Kallweit1-0/+2
2022-12-01r8169: use tp_to_dev instead of open codeJuhee Kang1-2/+3