summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx/wx_type.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-30net: txgbe: fix to control VLAN stripJiawen Wu1-0/+22
2024-05-30net: txgbe: use irq_domain for interrupt controllerJiawen Wu1-1/+0
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu1-3/+28
2024-01-04net: wangxun: add coalesce options supportJiawen Wu1-0/+1
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu1-0/+6
2024-01-04net: wangxun: add flow control supportJiawen Wu1-0/+48
2024-01-04net: libwx: add phylink to libwxJiawen Wu1-0/+8
2023-12-15net: libwx: fix memory leak on free pageduanqiangwen1-1/+0
2023-10-14net: libwx: support hardware statisticsJiawen Wu1-0/+81
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu1-0/+1
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu1-0/+26
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu1-0/+2
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou1-1/+5
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu1-0/+3
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu1-0/+1
2023-06-01net: libwx: Implement xx_set_features opsMengyuan Lou1-0/+2
2023-06-01net: wangxun: Implement vlan add and kill functionsMengyuan Lou1-1/+24
2023-06-01net: wangxun: libwx add rx offload functionsMengyuan Lou1-1/+99
2023-06-01net: wangxun: libwx add tx offload functionsMengyuan Lou1-3/+84
2023-05-18net: libwx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu1-1/+1
2023-03-18net: wangxun: Remove macro that is redefinedmengyuanlou1-5/+0
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou1-0/+2
2023-02-16net: wangxun: Add the basic ethtool interfacesMengyuan Lou1-0/+1
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou1-0/+19
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu1-0/+34
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu1-0/+1
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu1-0/+74
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu1-0/+85
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou1-0/+101
2023-01-18net: wangxun: clean up the codeMengyuan Lou1-7/+8
2023-01-13net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou1-0/+9
2023-01-07net: ngbe: Remove structure ngbe_adapterMengyuan Lou1-0/+38
2023-01-07net: txgbe: Remove structure txgbe_adapterJiawen Wu1-0/+2
2023-01-07net: wangxun: Rename private structure in libwxJiawen Wu1-10/+10
2023-01-07net: wangxun: Move MAC address handling to libwxJiawen Wu1-0/+12
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou1-0/+6
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu1-0/+109
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu1-0/+37
2022-10-28net: txgbe: Reset hardwareJiawen Wu1-0/+146
2022-10-28net: txgbe: Store PCI infoJiawen Wu1-0/+54