aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06r8169: fix performance regression related to PCIe max read request sizeHeiner Kallweit1-0/+6
2020-01-27r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit1-7/+5
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit1-1/+1
2020-01-20r8169: use generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit1-11/+1
2020-01-10r8169: factor out PHY configuration to r8169_phy_config.cHeiner Kallweit3-1292/+1308
2020-01-10r8169: add r8169.hHeiner Kallweit2-64/+84
2020-01-10r8169: rename rtl_apply_firmwareHeiner Kallweit1-16/+16
2020-01-10r8169: add phydev argument to rtl8168d_apply_firmware_condHeiner Kallweit1-4/+5
2020-01-10r8169: use phy_read/write instead of rtl_readphy/writephyHeiner Kallweit1-54/+53
2020-01-10r8169: replace rtl_w0w1_phyHeiner Kallweit1-22/+12
2020-01-10r8169: replace rtl_patchphyHeiner Kallweit1-26/+16
2020-01-10r8169: move disabling MAC EEE for RTL8402/RTL8106eHeiner Kallweit1-2/+6
2020-01-10r8169: move setting ERI register 0x1d0 for RTL8106Heiner Kallweit1-2/+2
2020-01-10r8169: switch to phylib functions in rtl_writephy_batchHeiner Kallweit1-18/+21
2020-01-10r8169: change argument type of RTL8168g-specific PHY config functionsHeiner Kallweit1-14/+12
2020-01-10r8169: change argument type of EEE PHY functionsHeiner Kallweit1-24/+18
2020-01-10r8169: move RTL8169scd Gigabyte PHY quirkHeiner Kallweit1-13/+5
2020-01-10r8169: remove not needed debug print in rtl8169_init_phyHeiner Kallweit1-5/+4
2020-01-10r8169: prepare for exporting rtl_hw_phy_configHeiner Kallweit1-100/+117
2020-01-08r8169: add constant EnAnaPLLHeiner Kallweit1-5/+3
2019-12-24r8169: move enabling EEE to rtl8169_init_phyHeiner Kallweit1-11/+3
2019-12-24r8169: remove MAC workaround in rtl8168e_2_hw_phy_configHeiner Kallweit1-3/+0
2019-12-24r8169: factor out rtl8168h_2_get_adc_bias_ioffsetHeiner Kallweit1-19/+20
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-16r8169: check that Realtek PHY driver module is loadedHeiner Kallweit1-0/+9
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin4-6/+6
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-07r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit1-1/+1
2019-12-07r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit1-1/+1
2019-12-01r8169: fix resume on cable plug-inHeiner Kallweit1-0/+1
2019-12-01r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit1-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2019-11-20r8169: add check for PHY_MDIO_CHG to rtl_nic_fw_data_okHeiner Kallweit1-5/+10
2019-11-20r8169: use macro FIELD_SIZEOF in definition of FW_OPCODE_SIZEHeiner Kallweit1-1/+1
2019-11-20r8169: change mdelay to msleep in rtl_fw_write_firmwareHeiner Kallweit1-1/+1
2019-11-19r8169: disable TSO on a single version of RTL8168c to fix performanceCorinna Vinschen1-2/+5
2019-11-16r8169: load firmware for RTL8168fp/RTL8117Heiner Kallweit1-1/+6
2019-11-16r8169: improve conditional firmware loading for RTL8168dHeiner Kallweit1-20/+19
2019-11-14r8169: use r8168d_modify_extpage in rtl8168f_config_eee_phyHeiner Kallweit1-5/+1
2019-11-11r8169: add support for RTL8117Heiner Kallweit1-15/+120
2019-11-11r8169: respect EEE user setting when restarting networkHeiner Kallweit1-3/+15
2019-11-09r8169: remove rtl8168c_4_hw_phy_configHeiner Kallweit1-6/+1
2019-11-09r8169: add helper r8168d_modify_extpageHeiner Kallweit1-82/+39
2019-11-09r8169: switch to phylib functions in more placesHeiner Kallweit1-68/+17
2019-11-09r8169: add helper r8168d_phy_paramHeiner Kallweit1-164/+85
2019-11-09r8169: add helper r8168g_phy_paramHeiner Kallweit1-187/+98
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-11-06r8169: fix page read in r8168g_mdio_readHeiner Kallweit1-0/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit1-0/+4