summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx/wx_hw.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30net: txgbe: fix to control VLAN stripJiawen Wu1-0/+2
2024-05-30net: txgbe: use irq_domain for interrupt controllerJiawen Wu1-2/+0
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu1-2/+101
2024-01-04net: wangxun: add flow control supportJiawen Wu1-0/+172
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu1-3/+5
2023-10-14net: libwx: support hardware statisticsJiawen Wu1-0/+99
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu1-0/+92
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 Wu1-65/+0
2023-07-14net: ethernet: Remove repeating expressionWang Ming1-1/+0
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou1-1/+2
2023-06-01net: wangxun: Implement vlan add and kill functionsMengyuan Lou1-1/+271
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou1-1/+20
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou1-0/+4
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu1-0/+11
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu1-0/+8
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu1-0/+597
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou1-1/+54
2023-01-18net: wangxun: clean up the codeMengyuan Lou1-13/+9
2023-01-07net: txgbe: Remove structure txgbe_adapterJiawen Wu1-1/+1
2023-01-07net: wangxun: Rename private structure in libwxJiawen Wu1-237/+237
2023-01-07net: wangxun: Move MAC address handling to libwxJiawen Wu1-5/+111
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu1-2/+0
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou1-2/+38
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu1-0/+427
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu1-2/+229
2022-10-28net: txgbe: Reset hardwareJiawen Wu1-0/+160
2022-10-28net: txgbe: Store PCI infoJiawen Wu1-0/+88