summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
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
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