summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)AuthorFilesLines
2024-10-23r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit1-0/+1
2024-09-24r8169: add tally counter fields added with RTL8125Heiner Kallweit1-0/+27
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-09-14rtase: Fix error code in rtase_init_board()Dan Carpenter1-1/+2
2024-09-14r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-09-11rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-3/+3
2024-09-11r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-2/+2
2024-09-06realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2-0/+20
2024-09-06rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-06rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-06rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-06rtase: Implement net_device_opsJustin Lai1-0/+235
2024-09-06rtase: Implement a function to receive packetsJustin Lai1-0/+144
2024-09-06rtase: Implement .ndo_start_xmit functionJustin Lai1-0/+283
2024-09-06rtase: Implement hardware configuration functionJustin Lai1-0/+238
2024-09-06rtase: Implement the interrupt routine and rtase_pollJustin Lai1-0/+69
2024-09-06rtase: Implement the rtase_down functionJustin Lai1-0/+150
2024-09-06rtase: Implement the .ndo_open functionJustin Lai1-0/+405
2024-09-06rtase: Add support for a pci table in this moduleJustin Lai2-0/+978
2024-09-03r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-08-01r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-2/+2
2024-05-29r8169: remove detection of chip version 11 (early RTL8168b)Heiner Kallweit1-1/+3
2024-05-29r8169: disable interrupt source RxOverflowHeiner Kallweit1-3/+1
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+4
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-21Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit1-4/+2
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-3/+3
2024-04-25r8169: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-16/+34
2024-04-11r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit1-1/+2
2024-04-10r8169: fix LED-related deadlock on module removalHeiner Kallweit3-16/+33
2024-04-08r8169: add support for RTL8168MHeiner Kallweit1-0/+2
2024-04-03r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-03-29r8169: skip DASH fw status checks when DASH is disabledAtlas Yu1-4/+27
2024-03-11r8169: switch to new function phy_support_eeeHeiner Kallweit1-2/+1
2024-02-21r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit1-0/+1
2024-02-14r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit1-1/+21
2024-02-14r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit1-0/+5
2024-02-14r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit1-14/+20
2024-02-14r8169: add LED support for RTL8125/RTL8126Heiner Kallweit3-4/+166
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit1-5/+2
2024-02-09r8169: improve checking for valid LED modesHeiner Kallweit1-18/+20
2024-02-08r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit1-1/+0
2024-02-07r8169: use new helper phy_advertise_eee_allHeiner Kallweit1-2/+1
2024-02-04r8169: add support for RTL8126AHeiner Kallweit3-24/+89
2024-02-03r8169: simplify EEE handlingHeiner Kallweit1-28/+4