summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
10 daysrtase: Modify the content format of the enum rtase_registersJustin Lai1-1/+1
10 daysrtase: Modify the name of the goto labelJustin Lai1-5/+5
11 daysr8169: copy vendor driver 2.5G/5G EEE advertisement constraintsHeiner Kallweit2-12/+10
2024-11-12r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_configHeiner Kallweit1-66/+11
2024-11-10r8169: align WAKE_PHY handling with r8125/r8126 vendor driversHeiner Kallweit1-0/+3
2024-11-10r8169: improve rtl_set_d3_pll_downHeiner Kallweit1-13/+5
2024-11-10r8169: improve __rtl8169_set_wolHeiner Kallweit1-31/+24
2024-11-06r8169: remove leftover locks after reverted changeHeiner Kallweit1-27/+2
2024-11-06r8169: improve initialization of RSS registers on RTL8125/RTL8126Heiner Kallweit1-2/+4
2024-11-04r8169: align RTL8126 EEE config with vendor driverHeiner Kallweit1-0/+1
2024-11-04r8169: align RTL8125/RTL8126 PHY config with vendor driverHeiner Kallweit1-1/+5
2024-11-04r8169: align RTL8125 EEE config with vendor driverHeiner Kallweit1-6/+12
2024-10-30r8169: fix inconsistent indenting in rtl8169_get_eth_mac_statsHeiner Kallweit1-1/+1
2024-10-30r8169: add support for RTL8125DHeiner Kallweit3-7/+27
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-10-20r8169: enable EEE at 2.5G per default on RTL8125BHeiner Kallweit1-1/+0
2024-10-20r8169: remove rtl_dash_loop_wait_high/lowHeiner Kallweit1-27/+8
2024-10-20r8169: avoid duplicated messages if loading firmware fails and switch to warn...Heiner Kallweit1-3/+3
2024-10-20r8169: replace custom flag with disable_work() et alHeiner Kallweit1-12/+6
2024-10-20r8169: don't take RTNL lock in rtl_task()Heiner Kallweit1-6/+2
2024-10-15r8169: implement additional ethtool stats opsHeiner Kallweit1-0/+82
2024-10-14r8169: enable SG/TSO on selected chip versions per defaultHeiner Kallweit1-5/+11
2024-10-11r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit1-4/+0
2024-10-11r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit1-4/+10
2024-10-09r8169: add support for the temperature sensor being available from RTL8125BHeiner Kallweit1-0/+44
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit1-0/+1
2024-09-24r8169: add tally counter fields added with RTL8125Heiner Kallweit1-0/+27
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-09-14rtase: Fix error code in rtase_init_board()Dan Carpenter1-1/+2
2024-09-14r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-09-11rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-3/+3
2024-09-11r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-2/+2
2024-09-06realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2-0/+20
2024-09-06rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-06rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-06rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-06rtase: Implement net_device_opsJustin Lai1-0/+235
2024-09-06rtase: Implement a function to receive packetsJustin Lai1-0/+144
2024-09-06rtase: Implement .ndo_start_xmit functionJustin Lai1-0/+283
2024-09-06rtase: Implement hardware configuration functionJustin Lai1-0/+238
2024-09-06rtase: Implement the interrupt routine and rtase_pollJustin Lai1-0/+69
2024-09-06rtase: Implement the rtase_down functionJustin Lai1-0/+150
2024-09-06rtase: Implement the .ndo_open functionJustin Lai1-0/+405
2024-09-06rtase: Add support for a pci table in this moduleJustin Lai2-0/+978
2024-09-03r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-08-01r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-2/+2
2024-05-29r8169: remove detection of chip version 11 (early RTL8168b)Heiner Kallweit1-1/+3