summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx/wx_lib.c
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: wangxun: fix to change Rx featuresJiawen Wu1-1/+3
2024-05-02net: libwx: fix alloc msix vectors failedDuanqiang Wen1-1/+1
2024-01-10net: libwx: fix memory leak on free pageduanqiangwen1-76/+6
2023-12-08net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu1-1/+2
2023-06-01net: libwx: Implement xx_set_features opsMengyuan Lou1-0/+20
2023-06-01net: wangxun: Implement vlan add and kill functionsMengyuan Lou1-0/+18
2023-06-01net: wangxun: libwx add rx offload functionsMengyuan Lou1-2/+232
2023-06-01net: wangxun: libwx add tx offload functionsMengyuan Lou1-5/+457
2023-04-20net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao1-1/+4
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: libwx: Add tx path to process packetsMengyuan Lou1-0/+439
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu1-1/+654
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu1-0/+303
2023-02-06net: libwx: Add irq flow functionsMengyuan Lou1-0/+609