aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/wangxun/libwx/wx_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-26net: txgbe: Support to handle GPIO IRQs for AML devicesJiawen Wu1-0/+31
2025-05-26net: txgbe: Distinguish between 40G and 25G devicesJiawen Wu1-0/+2
2025-05-26net: wangxun: Use specific flag bit to simplify the codeJiawen Wu1-5/+5
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu1-0/+27
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-04-09net: libwx: Redesign flow when sriov is enabledMengyuan Lou1-2/+126
2025-04-08net: libwx: handle page_pool_dev_alloc_pages errorChenyuan Yang1-1/+2
2025-04-08net: libwx: Fix the wrong Rx descriptor fieldJiawen Wu1-1/+2
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-25/+40
2025-03-25net: libwx: fix Tx L4 checksumJiawen Wu1-1/+3
2025-03-25net: libwx: fix Tx descriptor content for some tunnel packetsJiawen Wu1-24/+37
2025-02-24net: txgbe: Add basic support for new AML devicesJiawen Wu1-6/+19
2025-02-20net: wangxun: Add support for PTP clockJiawen Wu1-5/+47
2024-07-30net: wangxun: use net_prefetch to simplify logicJoe Damato1-4/+1
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu1-1/+3
2024-07-02net: txgbe: remove separate irq request for MSI and INTxJiawen Wu1-2/+3
2024-07-02net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu1-0/+1
2024-06-20net: txgbe: support Flow Director perfect filtersJiawen Wu1-0/+31
2024-06-20net: txgbe: add FDIR ATR supportJiawen Wu1-3/+28
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-4/+4
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu1-3/+3
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu1-0/+46
2024-05-17net: wangxun: fix to change Rx featuresJiawen Wu1-1/+3
2024-04-25net: wangxun: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-4/+4
2024-04-19net: libwx: fix alloc msix vectors failedDuanqiang Wen1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-01-27net: txgbe: use irq_domain for interrupt controllerJiawen Wu1-12/+8
2024-01-12net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski1-0/+1
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu1-27/+59
2024-01-04net: wangxun: add coalesce options supportJiawen Wu1-1/+1
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu1-0/+66
2023-12-15net: libwx: fix memory leak on free pageduanqiangwen1-76/+6
2023-11-29net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-10-13net: libwx: support hardware statisticsJiawen Wu1-2/+18
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-05-31net: libwx: Implement xx_set_features opsMengyuan Lou1-0/+20
2023-05-31net: wangxun: Implement vlan add and kill functionsMengyuan Lou1-0/+18
2023-05-31net: wangxun: libwx add rx offload functionsMengyuan Lou1-2/+232
2023-05-31net: 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-10net: libwx: fix an error code in wx_alloc_page_pool()Dan Carpenter1-1/+1
2023-02-08net: libwx: Remove unneeded semicolonYang Li1-1/+1
2023-02-08net: 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