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