summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)Author
2024-11-05r8169: remove leftover locks after reverted changeHeiner Kallweit
2024-11-05r8169: improve initialization of RSS registers on RTL8125/RTL8126Heiner Kallweit
2024-11-03r8169: align RTL8126 EEE config with vendor driverHeiner Kallweit
2024-11-03r8169: align RTL8125/RTL8126 PHY config with vendor driverHeiner Kallweit
2024-11-03r8169: align RTL8125 EEE config with vendor driverHeiner Kallweit
2024-10-29r8169: fix inconsistent indenting in rtl8169_get_eth_mac_statsHeiner Kallweit
2024-10-29r8169: add support for RTL8125DHeiner Kallweit
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit
2024-10-20r8169: enable EEE at 2.5G per default on RTL8125BHeiner Kallweit
2024-10-20r8169: remove rtl_dash_loop_wait_high/lowHeiner Kallweit
2024-10-20r8169: avoid duplicated messages if loading firmware fails and switch to warn...Heiner Kallweit
2024-10-20r8169: replace custom flag with disable_work() et alHeiner Kallweit
2024-10-20r8169: don't take RTNL lock in rtl_task()Heiner Kallweit
2024-10-15r8169: implement additional ethtool stats opsHeiner Kallweit
2024-10-14r8169: enable SG/TSO on selected chip versions per defaultHeiner Kallweit
2024-10-10r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit
2024-10-10r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit
2024-10-09r8169: add support for the temperature sensor being available from RTL8125BHeiner 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter
2024-09-13r8169: disable ALDPS per default for RTL8125Heiner Kallweit
2024-09-10rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King
2024-09-10r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai
2024-09-05rtase: Implement ethtool functionJustin Lai
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai
2024-09-05rtase: Implement net_device_opsJustin Lai
2024-09-05rtase: Implement a function to receive packetsJustin Lai
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai
2024-09-05rtase: Implement hardware configuration functionJustin Lai
2024-09-05rtase: Implement the interrupt routine and rtase_pollJustin Lai
2024-09-05rtase: Implement the rtase_down functionJustin Lai
2024-09-05rtase: Implement the .ndo_open functionJustin Lai
2024-09-05rtase: Add support for a pci table in this moduleJustin Lai
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