summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)Author
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai
2024-11-15rtase: Modify the content format of the enum rtase_registersJustin Lai
2024-11-15rtase: Modify the name of the goto labelJustin Lai
2024-11-14r8169: copy vendor driver 2.5G/5G EEE advertisement constraintsHeiner Kallweit
2024-11-11r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_configHeiner Kallweit
2024-11-09r8169: align WAKE_PHY handling with r8125/r8126 vendor driversHeiner Kallweit
2024-11-09r8169: improve rtl_set_d3_pll_downHeiner Kallweit
2024-11-09r8169: improve __rtl8169_set_wolHeiner Kallweit
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