summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169_main.c
AgeCommit message (Expand)Author
2021-03-09r8169: fix resuming from suspend on RTL8105e if machine runs on batteryHeiner Kallweit
2021-03-04r8169: fix jumbo packet handling on RTL8168eHeiner Kallweit
2021-02-10r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is setHeiner Kallweit
2021-01-12r8169: work around power-saving bug on some chip versionsHeiner Kallweit
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit
2020-11-01r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit
2020-10-29r8169: fix operation under forced interrupt threadingHeiner Kallweit
2020-10-29r8169: fix data corruption issue on RTL8402Heiner Kallweit
2020-10-14r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit
2020-10-01r8169: improve RTL8168b FIFO overflow workaroundHeiner 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-04-01r8169: fix PHY driver check on platforms w/o module softdepsHeiner Kallweit
2020-04-01r8169: re-enable MSI on RTL8168cHeiner Kallweit
2020-02-24r8169: check that Realtek PHY driver module is loadedHeiner Kallweit
2019-12-31r8169: respect EEE user setting when restarting networkHeiner Kallweit
2019-12-18r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit
2019-12-17r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit
2019-12-04r8169: fix resume on cable plug-inHeiner Kallweit
2019-12-04r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit
2019-11-19r8169: disable TSO on a single version of RTL8168c to fix performanceCorinna Vinschen
2019-11-06r8169: fix page read in r8168g_mdio_readHeiner Kallweit
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit
2019-10-10r8169: fix jumbo packet handling on resume from suspendHeiner Kallweit
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-01r8169: don't set bit RxVlan on RTL8125Heiner Kallweit
2019-08-29r8169: add support for EEE on RTL8125Heiner Kallweit
2019-08-29r8169: add RTL8125 PHY initializationHeiner Kallweit
2019-08-29r8169: add support for RTL8125Heiner Kallweit
2019-08-29r8169: don't use bit LastFrag in tx descriptor after sendHeiner Kallweit
2019-08-29r8169: read common register for PCI commitHeiner Kallweit
2019-08-29r8169: move disabling interrupt coalescing to RTL8169/RTL8168 initHeiner Kallweit
2019-08-29r8169: factor out reading MAC address from registersHeiner Kallweit
2019-08-29r8169: restrict rtl_is_8168evl_up to RTL8168 chip versionsHeiner Kallweit
2019-08-29r8169: change interrupt mask type to u32Heiner Kallweit
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-26r8169: improve DMA handling in rtl_rxHeiner Kallweit
2019-08-23r8169: fix DMA issue on MIPS platformHeiner Kallweit
2019-08-15r8169: sync EEE handling for RTL8168h with vendor driverHeiner Kallweit
2019-08-15r8169: use the generic EEE management functionsHeiner Kallweit
2019-08-14r8169: fix sporadic transmit timeout issueHeiner Kallweit
2019-08-11r8169: inline rtl8169_free_rx_databuffHeiner Kallweit
2019-08-09r8169: fix performance issue on RTL8168evlHolger Hoffstätte
2019-08-08r8169: allocate rx buffers using alloc_pages_nodeHeiner Kallweit
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06r8169: sync PCIe PHY init with vendor driver 8.047.01Heiner Kallweit
2019-08-06r8169: add helper r8168_mac_ocp_modifyHeiner Kallweit
2019-08-06r8169: remove access to legacy register MultiIntrHeiner Kallweit
2019-07-29r8169: make use of xmit_moreHeiner Kallweit
2019-07-27r8169: don't use MSI before RTL8168dHeiner Kallweit