summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-19net: txgbe: change LAN reset modeJiawen Wu3-70/+4
2023-07-14net: ethernet: Remove repeating expressionWang Ming1-1/+0
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou6-8/+102
2023-07-13net: txgbe: fix eeprom calculation errorJiawen Wu1-3/+0
2023-06-23net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao1-21/+11
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu4-15/+154
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu3-2/+93
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu6-19/+283
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu3-0/+32
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu3-0/+77
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu3-0/+44
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu6-1/+171
2023-06-07net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()Simon Horman1-5/+3
2023-06-01net: txgbe: Implement vlan add and remove opsMengyuan Lou2-0/+5
2023-06-01net: txgbe: Add netdev features supportMengyuan Lou1-3/+18
2023-06-01net: ngbe: Implement vlan add and remove opsMengyuan Lou2-0/+4
2023-06-01net: ngbe: Add netdev features supportMengyuan Lou1-5/+12
2023-06-01net: libwx: Implement xx_set_features opsMengyuan Lou3-0/+23
2023-06-01net: wangxun: Implement vlan add and kill functionsMengyuan Lou4-2/+316
2023-06-01net: wangxun: libwx add rx offload functionsMengyuan Lou2-3/+331
2023-06-01net: wangxun: libwx add tx offload functionsMengyuan Lou2-8/+541
2023-05-18net: libwx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-20net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao1-1/+4
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+4
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu3-3/+4
2023-03-18net: wangxun: Remove macro that is redefinedmengyuanlou1-5/+0
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou7-5/+31
2023-03-09net: txgbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-03-09net: ngbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
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