summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)Author
2020-10-19r8169: fix operation under forced interrupt threadingHeiner Kallweit
2020-10-10r8169: factor out handling rtl8169_statsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-01r8169: fix data corruption issue on RTL8402Heiner Kallweit
2020-10-01r8169: fix handling ether_clkHeiner Kallweit
2020-09-27r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit
2020-09-23net: realtek: Remove set but not used variableZheng Yongjun
2020-09-198139too: use true,false for bool variablesJason Yan
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19r8169: remove member irq_enabled from struct rtl8169_privateHeiner Kallweit
2020-08-19r8169: use napi_complete_done return valueHeiner Kallweit
2020-07-21r8169: allow to enable ASPM on RTL8125AHeiner Kallweit
2020-07-14r8169: add support for RTL8125BHeiner Kallweit
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-28r8169: sync support for RTL8401 with vendor driverHeiner Kallweit
2020-06-28r8169: merge handling of RTL8101e and RTL8100eHeiner Kallweit
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-23r8169: rename RTL8125 to RTL8125AHeiner Kallweit
2020-06-22r8169: improve rtl8169_runtime_resumeHeiner Kallweit
2020-06-22r8169: remove driver-specific mutexHeiner Kallweit
2020-06-22r8169: use RTNL to protect critical sectionsHeiner Kallweit
2020-06-22r8169: add rtl8169_upHeiner Kallweit
2020-06-22r8169: remove no longer needed checks for device being runtime-activeHeiner Kallweit
2020-06-22r8169: mark device as not present when in PCI D3Heiner Kallweit
2020-06-20r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit
2020-06-18r8169: allow setting irq coalescing if link is downHeiner Kallweit
2020-06-18r8169: move switching optional clock on/off to pll power functionsHeiner Kallweit
2020-06-18r8169: move updating counters to rtl8169_downHeiner Kallweit
2020-06-18r8169: move napi_disable call and rename rtl8169_hw_resetHeiner Kallweit
2020-06-18r8169: replace synchronize_rcu with synchronize_netHeiner Kallweit
2020-06-18r8169: improve setting WoL on runtime-resumeHeiner Kallweit
2020-06-18r8169: remove unused constant RsvdMaskHeiner Kallweit
2020-06-18r8169: add info for DASH being enabledHeiner Kallweit
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04r8169: fix failing WoLHeiner Kallweit
2020-05-30r8169: improve handling power management opsHeiner Kallweit
2020-05-30r8169: make rtl8169_down central chip quiesce functionHeiner Kallweit
2020-05-30r8169: move some calls to rtl8169_hw_resetHeiner Kallweit
2020-05-30r8169: don't reset tx ring indexes in rtl8169_tx_clearHeiner Kallweit
2020-05-30r8169: enable WAKE_PHY as only WoL source when runtime-suspendingHeiner Kallweit
2020-05-30r8169: change driver data typeHeiner Kallweit
2020-05-26r8169: improve rtl_remove_oneHeiner Kallweit
2020-05-25r8169: sync RTL8168f/RTL8411 hw config with vendor driverHeiner Kallweit
2020-05-25r8169: sync RTL8168evl hw config with vendor driverHeiner Kallweit
2020-05-25r8169: sync RTL8168h hw config with vendor driverHeiner Kallweit
2020-05-25r8169: sync RTL8168g hw config with vendor driverHeiner Kallweit
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller