summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu3-3/+4
2023-02-16net: wangxun: Add the basic ethtool interfacesMengyuan Lou12-3/+98
2023-02-11net: libwx: fix an error code in wx_alloc_page_pool()Dan Carpenter1-1/+1
2023-02-09net: libwx: Remove unneeded semicolonYang Li1-1/+1
2023-02-09net: libwx: clean up one inconsistent indentingYang Li1-1/+1
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou2-13/+61
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou4-0/+465
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu4-1/+706
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu3-3/+44
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu5-0/+388
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu3-0/+684
2023-02-06net: txgbe: Add interrupt supportJiawen Wu2-0/+219
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou2-1/+202
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou6-2/+788
2023-01-21net: ngbe: Drop mdiobus_c45_regad()Michael Walle1-2/+2
2023-01-18net: wangxun: clean up the codeMengyuan Lou4-33/+24
2023-01-13net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou9-14/+397
2023-01-07net: ngbe: Remove structure ngbe_adapterMengyuan Lou5-205/+120
2023-01-07net: txgbe: Remove structure txgbe_adapterJiawen Wu6-90/+64
2023-01-07net: wangxun: Rename private structure in libwxJiawen Wu10-432/+432
2023-01-07net: wangxun: Move MAC address handling to libwxJiawen Wu7-212/+151
2023-01-07net: ngbe: Move defines into unified fileJiawen Wu4-35/+27
2023-01-07net: txgbe: Move defines into unified fileJiawen Wu4-25/+16
2023-01-07net: ngbe: Remove structure ngbe_hwJiawen Wu5-95/+84
2023-01-07net: txgbe: Remove structure txgbe_hwJiawen Wu5-66/+49
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu1-2/+0
2022-11-08net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()YueHaibing1-2/+3
2022-11-08net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()YueHaibing1-3/+4
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou10-8/+665
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu5-5/+316
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu3-0/+543
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu7-7/+566
2022-10-28net: txgbe: Reset hardwareJiawen Wu9-9/+434
2022-10-28net: txgbe: Store PCI infoJiawen Wu9-10/+280
2022-08-30net: ngbe: Add build support for ngbeMengyuan Lou6-0/+267
2022-08-06eth: fix the help in Wangxun's KconfigJakub Kicinski1-3/+3
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET1-0/+1
2022-06-30net: txgbe: Add build support for txgbeJiawen Wu6-0/+293