summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/r8169.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-10-29r8169: fix data corruption issue on RTL8402Heiner Kallweit1-52/+56
2019-01-26r8169: Add support for new Realtek EthernetKai-Heng Feng1-0/+2
2018-11-04r8169: fix NAPI handling under high loadHeiner Kallweit1-5/+3
2018-10-10r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng1-3/+6
2018-09-15r8169: add support for NCube 8168 network cardAnthony Wong1-0/+1
2018-05-19r8169: fix powering up RTL8168hHeiner Kallweit1-0/+3
2018-04-12r8169: fix setting driver_data after register_netdevHeiner Kallweit1-2/+2
2018-02-13r8169: fix RTL8168EP take too long to complete driver initialization.Chunhao Lin1-2/+2
2018-01-31r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu1-7/+2
2017-12-17net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi1-16/+22
2017-10-12r8169: only enable PCI wakeups when WOL is activeDaniel Drake1-2/+0
2017-08-26r8169: Be drop monitor friendlyFlorian Fainelli1-2/+2
2017-08-26r8169: Do not increment tx_dropped in TX ring cleaningFlorian Fainelli1-1/+0
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com1-1/+3
2017-03-13r8169: replace init_timer with setup_timerZhu Yanjun1-3/+1
2017-03-07net: realtek: r8169: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+25
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2017-01-05r8169: fix the typo in the commentZhu Yanjun1-1/+1
2016-12-27r8169: add support for RTL8168 series add-on card.Chun-Hao Lin1-0/+1
2016-12-05r8169: Add support for restarting auto-negotiationFlorian Fainelli1-0/+8
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-10-18ethernet/realtek: use core min/max MTU checkingJarod Wilson1-4/+4
2016-10-16r8169: set coherent DMA mask as well as streaming DMA maskArd Biesheuvel1-1/+2
2016-08-01r8169: fix nic may not work after changing mac address.Chun-Hao Lin1-1/+8
2016-08-01r8169: add checking driver's runtime pm status in rtl8169_get_ethtool_stats()Chun-Hao Lin1-1/+7
2016-08-01r8169: fix kernel log spam when set or get hardware wol setting.Chun-Hao Lin1-2/+18
2016-05-17r8169: default to 64-bit DMA on recent PCIe chipsArd Biesheuvel1-19/+25
2016-03-14r8169:Remove unnecessary phy reset for pcie nic when setting link spped.Chun-Hao Lin1-1/+2
2016-03-02r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_41~48Chunhao Lin1-4/+0
2016-02-26r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam.Chun-Hao Lin1-2/+12
2016-02-13r8169:fix system hange problem.Chun-Hao Lin1-7/+7
2016-01-05r8169:Correct the way of setting RTL8168DP ephyChun-Hao Lin1-11/+4
2016-01-05r8169:Fix typo in setting RTL8168H PHY PFM mode.Chun-Hao Lin1-2/+2
2016-01-05r8169:Fix typo in setting RTL8168EP and RTL8168H D3cold PFM modeChun-Hao Lin1-3/+3
2015-12-28r8169:Update the way of reading RTL8168H PHY register "rg_saw_cnt"Chun-Hao Lin1-1/+1
2015-12-28r8169:Fix typo in setting RTL8168H PHY parameterChun-Hao Lin1-1/+1
2015-11-12r8169: fix kasan reported skb use-after-free.françois romieu1-3/+3
2015-09-27r8169: fix handling rtl_readphy resultAndrzej Hajda1-1/+1
2015-09-10r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen1-83/+54
2015-08-28r8169: Add software counter for multicast packagesCorinna Vinschen1-5/+4
2015-08-26r8169: Add values missing in @get_stats64 from HW countersCorinna Vinschen1-14/+149
2015-08-07r8169: enforce RX_MULTI_EN on rtl8168ep/8111ep chipsIvan Vecera1-1/+3
2015-05-04r8169: Do not use dev_kfree_skb in xmit pathAlexander Duyck1-2/+2
2015-02-25r8169: Fix trivial typo in rtl_check_firmwareYannick Guerrini1-1/+1
2015-02-22r8169: Revert BQL and xmit_more support.David S. Miller1-23/+7
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+11