summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu3-4/+9
2024-07-02net: txgbe: add extra handle for MSI/INTx into thread irq handleJiawen Wu1-5/+39
2024-07-02net: txgbe: remove separate irq request for MSI and INTxJiawen Wu6-76/+15
2024-07-02net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu1-0/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu7-13/+84
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu4-0/+50
2024-05-17net: wangxun: fix to change Rx featuresJiawen Wu1-1/+3
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-30net: txgbe: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-1/+1
2024-04-25net: wangxun: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-4/+4
2024-04-25Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"Duanqiang Wen1-1/+1
2024-04-25Revert "net: txgbe: fix i2c dev name cannot match clkdev"Duanqiang Wen1-5/+3
2024-04-19net: libwx: fix alloc msix vectors failedDuanqiang Wen1-1/+1
2024-04-04net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen1-3/+5
2024-03-14net: txgbe: fix clk_name exceed MAX_DEV_ID limitsDuanqiang Wen1-1/+1
2024-03-05net: txgbe: fix to clear interrupt status after handling IRQJiawen Wu1-0/+2
2024-03-05net: txgbe: fix GPIO interrupt blockingJiawen Wu3-0/+29
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-01-27net: txgbe: use irq_domain for interrupt controllerJiawen Wu9-54/+193
2024-01-27net: txgbe: move interrupt codes to a separate fileJiawen Wu4-127/+144
2024-01-12net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski1-0/+1
2024-01-12wangxunx: select CONFIG_PHYLINK where neededArnd Bergmann1-1/+1
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu4-0/+22
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu12-68/+380
2024-01-04net: wangxun: add coalesce options supportJiawen Wu7-1/+120
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu11-3/+214
2024-01-04net: wangxun: add flow control supportJiawen Wu9-0/+251
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu4-63/+70
2024-01-04net: txgbe: use phylink bits added in libwxJiawen Wu4-62/+26
2024-01-04net: libwx: add phylink to libwxJiawen Wu3-0/+39
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-77/+6
2023-12-15net: libwx: fix memory leak on free pageduanqiangwen2-77/+6
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen2-0/+2
2023-11-30net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu3-9/+7
2023-10-19net: wangxun: remove redundant kernel logJiawen Wu5-128/+0
2023-10-14net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu6-172/+106
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu2-61/+42
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu5-22/+221
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu4-1/+61
2023-08-25net: txgbe: add FW version warningJiawen Wu1-0/+3
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-09net: txgbe: Use pci_dev_id() to simplify the codeXiongfeng Wang1-6/+6
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0