summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/r8169_main.c
AgeCommit message (Expand)Author
2025-07-06r8169: add support for RTL8125DHeiner Kallweit
2025-05-29r8169: don't scan PHY addresses > 0Heiner Kallweit
2025-05-29r8169: disable RTL8126 ZRX-DC timeoutChunHao Lin
2024-12-14r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-24r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit
2024-09-24r8169: add tally counter fields added with RTL8125Heiner Kallweit
2024-09-10r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin
2024-07-31r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-05-28r8169: remove detection of chip version 11 (early RTL8168b)Heiner Kallweit
2024-05-28r8169: disable interrupt source RxOverflowHeiner Kallweit
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-21Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25r8169: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-10r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit
2024-04-10r8169: fix LED-related deadlock on module removalHeiner Kallweit
2024-04-08r8169: add support for RTL8168MHeiner Kallweit
2024-04-02r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit
2024-03-29r8169: skip DASH fw status checks when DASH is disabledAtlas Yu
2024-03-11r8169: switch to new function phy_support_eeeHeiner Kallweit
2024-02-20r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit
2024-02-13r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit
2024-02-13r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit
2024-02-13r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit
2024-02-13r8169: add LED support for RTL8125/RTL8126Heiner Kallweit
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit
2024-02-06r8169: use new helper phy_advertise_eee_allHeiner Kallweit
2024-02-04r8169: add support for RTL8126AHeiner Kallweit
2024-02-02r8169: simplify EEE handlingHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04r8169: fix building with CONFIG_LEDS_CLASS=mHeiner Kallweit
2024-01-01r8169: Fix PCI error on system resumeKai-Heng Feng
2023-12-20r8169: add support for LED's on RTL8168/RTL8101Heiner Kallweit
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-02r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-29r8169: improve handling task schedulingHeiner Kallweit
2023-11-28r8169: remove multicast filter limitHeiner Kallweit
2023-11-28r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit
2023-11-28r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit