summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
2020-11-07r8169: disable hw csum for short packets on all chip versionsHeiner Kallweit1-12/+3
2020-11-07r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-11-04r8169: work around short packet hw bug on RTL8125Heiner Kallweit1-3/+11
2020-10-29r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit1-2/+2
2020-10-19r8169: fix operation under forced interrupt threadingHeiner Kallweit1-4/+4
2020-10-10r8169: factor out handling rtl8169_statsHeiner Kallweit1-21/+25
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+24
2020-10-01r8169: fix data corruption issue on RTL8402Heiner Kallweit1-0/+4
2020-10-01r8169: fix handling ether_clkHeiner Kallweit1-13/+19
2020-09-27r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit1-2/+2
2020-09-23net: realtek: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-198139too: use true,false for bool variablesJason Yan1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-19r8169: remove member irq_enabled from struct rtl8169_privateHeiner Kallweit1-5/+1
2020-08-19r8169: use napi_complete_done return valueHeiner Kallweit1-3/+1
2020-07-21r8169: allow to enable ASPM on RTL8125AHeiner Kallweit1-0/+2
2020-07-14r8169: add support for RTL8125BHeiner Kallweit3-23/+141
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski1-1/+1
2020-06-28r8169: sync support for RTL8401 with vendor driverHeiner Kallweit3-2/+25
2020-06-28r8169: merge handling of RTL8101e and RTL8100eHeiner Kallweit3-11/+3
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-06-23r8169: rename RTL8125 to RTL8125AHeiner Kallweit2-21/+21
2020-06-22r8169: improve rtl8169_runtime_resumeHeiner Kallweit1-10/+3
2020-06-22r8169: remove driver-specific mutexHeiner Kallweit1-45/+0
2020-06-22r8169: use RTNL to protect critical sectionsHeiner Kallweit1-0/+8
2020-06-22r8169: add rtl8169_upHeiner Kallweit1-32/+16
2020-06-22r8169: remove no longer needed checks for device being runtime-activeHeiner Kallweit1-48/+6
2020-06-22r8169: mark device as not present when in PCI D3Heiner Kallweit1-11/+14
2020-06-20r8169: fix firmware not resetting tp->ocp_baseHeiner Kallweit1-1/+4
2020-06-18r8169: allow setting irq coalescing if link is downHeiner Kallweit1-4/+8
2020-06-18r8169: move switching optional clock on/off to pll power functionsHeiner Kallweit1-3/+4
2020-06-18r8169: move updating counters to rtl8169_downHeiner Kallweit1-6/+2
2020-06-18r8169: move napi_disable call and rename rtl8169_hw_resetHeiner Kallweit1-5/+5
2020-06-18r8169: replace synchronize_rcu with synchronize_netHeiner Kallweit1-1/+1
2020-06-18r8169: improve setting WoL on runtime-resumeHeiner Kallweit1-4/+2
2020-06-18r8169: remove unused constant RsvdMaskHeiner Kallweit1-2/+0
2020-06-18r8169: add info for DASH being enabledHeiner Kallweit1-1/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-06-04r8169: fix failing WoLHeiner Kallweit1-6/+7
2020-05-30r8169: improve handling power management opsHeiner Kallweit1-19/+9
2020-05-30r8169: make rtl8169_down central chip quiesce functionHeiner Kallweit1-22/+11
2020-05-30r8169: move some calls to rtl8169_hw_resetHeiner Kallweit1-39/+36
2020-05-30r8169: don't reset tx ring indexes in rtl8169_tx_clearHeiner Kallweit1-1/+0
2020-05-30r8169: enable WAKE_PHY as only WoL source when runtime-suspendingHeiner Kallweit1-1/+1
2020-05-30r8169: change driver data typeHeiner Kallweit1-35/+25
2020-05-26r8169: improve rtl_remove_oneHeiner Kallweit1-7/+5
2020-05-25r8169: sync RTL8168f/RTL8411 hw config with vendor driverHeiner Kallweit1-3/+3