summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek (follow)
Commit message (Expand)AuthorAgeFilesLines
* r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit2024-10-111-4/+0
* r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit2024-10-111-4/+10
* r8169: add support for the temperature sensor being available from RTL8125BHeiner Kallweit2024-10-091-0/+44
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit2024-09-241-0/+1
* r8169: add tally counter fields added with RTL8125Heiner Kallweit2024-09-241-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-151-0/+2
|\
| * r8169: disable ALDPS per default for RTL8125Heiner Kallweit2024-09-141-0/+2
* | rtase: Fix error code in rtase_init_board()Dan Carpenter2024-09-141-1/+2
* | rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King2024-09-111-3/+3
* | r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King2024-09-111-2/+2
* | realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2024-09-062-0/+20
* | rtase: Add a Makefile in the rtase folderJustin Lai2024-09-061-0/+10
* | rtase: Implement ethtool functionJustin Lai2024-09-061-0/+74
* | rtase: Implement pci_driver suspend and resume functionJustin Lai2024-09-061-0/+51
* | rtase: Implement net_device_opsJustin Lai2024-09-061-0/+235
* | rtase: Implement a function to receive packetsJustin Lai2024-09-061-0/+144
* | rtase: Implement .ndo_start_xmit functionJustin Lai2024-09-061-0/+283
* | rtase: Implement hardware configuration functionJustin Lai2024-09-061-0/+238
* | rtase: Implement the interrupt routine and rtase_pollJustin Lai2024-09-061-0/+69
* | rtase: Implement the rtase_down functionJustin Lai2024-09-061-0/+150
* | rtase: Implement the .ndo_open functionJustin Lai2024-09-061-0/+405
* | rtase: Add support for a pci table in this moduleJustin Lai2024-09-062-0/+978
* | r8169: add support for RTL8126A rev.bChunHao Lin2024-09-033-15/+29
|/
* r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit2024-08-011-6/+2
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-2/+2
* r8169: remove detection of chip version 11 (early RTL8168b)Heiner Kallweit2024-05-291-1/+3
* r8169: disable interrupt source RxOverflowHeiner Kallweit2024-05-291-3/+1
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-231-5/+4
|\
| * r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore2024-05-231-1/+2
| * Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit2024-05-211-4/+2
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\ \ | |/ |/|
| * r8169: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-082-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-113-16/+34
|\ \
| * | r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit2024-04-111-1/+2
| * | r8169: fix LED-related deadlock on module removalHeiner Kallweit2024-04-103-16/+33
* | | r8169: add support for RTL8168MHeiner Kallweit2024-04-081-0/+2
|/ /
* | r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-031-0/+9
* | r8169: skip DASH fw status checks when DASH is disabledAtlas Yu2024-03-291-4/+27
|/
* r8169: switch to new function phy_support_eeeHeiner Kallweit2024-03-111-2/+1
* r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit2024-02-211-0/+1
* r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit2024-02-141-1/+21
* r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit2024-02-141-0/+5
* r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit2024-02-141-14/+20
* r8169: add LED support for RTL8125/RTL8126Heiner Kallweit2024-02-143-4/+166
* r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit2024-02-131-5/+2
* r8169: improve checking for valid LED modesHeiner Kallweit2024-02-091-18/+20
* r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit2024-02-081-1/+0
* r8169: use new helper phy_advertise_eee_allHeiner Kallweit2024-02-071-2/+1