aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169_main.c
AgeCommit message (Expand)Author
2020-06-03r8169: fix OCP access on RTL8117Heiner Kallweit
2020-05-20r8169: re-establish support for RTL8401 chip versionHeiner Kallweit
2020-04-13r8169: change back SG and TSO to be disabled by defaultHeiner Kallweit
2020-03-27r8169: fix PHY driver check on platforms w/o module softdepsHeiner Kallweit
2020-03-24r8169: re-enable MSI on RTL8168cHeiner Kallweit
2020-02-06r8169: fix performance regression related to PCIe max read request sizeHeiner Kallweit
2020-01-27r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit
2020-01-20r8169: use generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit
2020-01-10r8169: factor out PHY configuration to r8169_phy_config.cHeiner Kallweit
2020-01-10r8169: add r8169.hHeiner Kallweit
2020-01-10r8169: rename rtl_apply_firmwareHeiner Kallweit
2020-01-10r8169: add phydev argument to rtl8168d_apply_firmware_condHeiner Kallweit
2020-01-10r8169: use phy_read/write instead of rtl_readphy/writephyHeiner Kallweit
2020-01-10r8169: replace rtl_w0w1_phyHeiner Kallweit
2020-01-10r8169: replace rtl_patchphyHeiner Kallweit
2020-01-10r8169: move disabling MAC EEE for RTL8402/RTL8106eHeiner Kallweit
2020-01-10r8169: move setting ERI register 0x1d0 for RTL8106Heiner Kallweit
2020-01-10r8169: switch to phylib functions in rtl_writephy_batchHeiner Kallweit
2020-01-10r8169: change argument type of RTL8168g-specific PHY config functionsHeiner Kallweit
2020-01-10r8169: change argument type of EEE PHY functionsHeiner Kallweit
2020-01-10r8169: move RTL8169scd Gigabyte PHY quirkHeiner Kallweit
2020-01-10r8169: remove not needed debug print in rtl8169_init_phyHeiner Kallweit
2020-01-10r8169: prepare for exporting rtl_hw_phy_configHeiner Kallweit
2020-01-08r8169: add constant EnAnaPLLHeiner Kallweit
2019-12-24r8169: move enabling EEE to rtl8169_init_phyHeiner Kallweit
2019-12-24r8169: remove MAC workaround in rtl8168e_2_hw_phy_configHeiner Kallweit
2019-12-24r8169: factor out rtl8168h_2_get_adc_bias_ioffsetHeiner Kallweit
2019-12-16r8169: check that Realtek PHY driver module is loadedHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-07r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit
2019-12-07r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit
2019-12-01r8169: fix resume on cable plug-inHeiner Kallweit
2019-12-01r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19r8169: disable TSO on a single version of RTL8168c to fix performanceCorinna Vinschen
2019-11-16r8169: load firmware for RTL8168fp/RTL8117Heiner Kallweit
2019-11-16r8169: improve conditional firmware loading for RTL8168dHeiner Kallweit
2019-11-14r8169: use r8168d_modify_extpage in rtl8168f_config_eee_phyHeiner Kallweit
2019-11-11r8169: add support for RTL8117Heiner Kallweit
2019-11-11r8169: respect EEE user setting when restarting networkHeiner Kallweit
2019-11-09r8169: remove rtl8168c_4_hw_phy_configHeiner Kallweit
2019-11-09r8169: add helper r8168d_modify_extpageHeiner Kallweit
2019-11-09r8169: switch to phylib functions in more placesHeiner Kallweit
2019-11-09r8169: add helper r8168d_phy_paramHeiner Kallweit
2019-11-09r8169: add helper r8168g_phy_paramHeiner Kallweit
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06r8169: fix page read in r8168g_mdio_readHeiner Kallweit
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit