summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)Author
2023-03-17net: wangxun: Remove macro that is redefinedmengyuanlou
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou
2023-03-08net: txgbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-08net: ngbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou
2023-02-10net: libwx: fix an error code in wx_alloc_page_pool()Dan Carpenter
2023-02-08net: libwx: Remove unneeded semicolonYang Li
2023-02-08net: libwx: clean up one inconsistent indentingYang Li
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu
2023-02-06net: txgbe: Add interrupt supportJiawen Wu
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou
2023-01-20net: ngbe: Drop mdiobus_c45_regad()Michael Walle
2023-01-17net: wangxun: clean up the codeMengyuan Lou
2023-01-12net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou
2023-01-06net: ngbe: Remove structure ngbe_adapterMengyuan Lou
2023-01-06net: txgbe: Remove structure txgbe_adapterJiawen Wu
2023-01-06net: wangxun: Rename private structure in libwxJiawen Wu
2023-01-06net: wangxun: Move MAC address handling to libwxJiawen Wu
2023-01-06net: ngbe: Move defines into unified fileJiawen Wu
2023-01-06net: txgbe: Move defines into unified fileJiawen Wu
2023-01-06net: ngbe: Remove structure ngbe_hwJiawen Wu
2023-01-06net: txgbe: Remove structure txgbe_hwJiawen Wu
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu
2022-11-07net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()YueHaibing
2022-11-07net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()YueHaibing
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu
2022-10-28net: txgbe: Reset hardwareJiawen Wu
2022-10-28net: txgbe: Store PCI infoJiawen Wu
2022-08-30net: ngbe: Add build support for ngbeMengyuan Lou
2022-08-05eth: fix the help in Wangxun's KconfigJakub Kicinski
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET
2022-06-29net: txgbe: Add build support for txgbeJiawen Wu