summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx
AgeCommit message (Expand)AuthorFilesLines
2025-06-26net: libwx: fix the creation of page_poolJiawen Wu1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-28net: libwx: Fix statistics of multicast packetsJiawen Wu1-1/+2
2025-05-26net: txgbe: Implement PTP for AML devicesJiawen Wu1-4/+26
2025-05-26net: txgbe: Correct the currect link settingsJiawen Wu1-3/+0
2025-05-26net: txgbe: Support to handle GPIO IRQs for AML devicesJiawen Wu3-0/+42
2025-05-26net: txgbe: Implement PHYLINK for AML 25G/10G devicesJiawen Wu2-3/+10
2025-05-26net: txgbe: Distinguish between 40G and 25G devicesJiawen Wu4-5/+11
2025-05-26net: wangxun: Use specific flag bit to simplify the codeJiawen Wu5-44/+19
2025-05-26net: txgbe: Remove specified SP typeJiawen Wu1-6/+6
2025-05-22net: libwx: Fix log levelJiawen Wu1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2025-05-15net: libwx: Fix FW mailbox unknown commandJiawen Wu1-0/+6
2025-05-15net: libwx: Fix FW mailbox reply timeoutJiawen Wu1-2/+2
2025-05-14net: wangxun: Correct clerical errors in commentsJiawen Wu1-1/+1
2025-04-23net: wangxun: restrict feature flags for tunnel packetsJiawen Wu2-0/+30
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2025-04-10net: txgbe: add sriov function supportMengyuan Lou3-0/+44
2025-04-10net: ngbe: add sriov function supportMengyuan Lou3-0/+35
2025-04-10net: libwx: Add msg task funcMengyuan Lou6-4/+703
2025-04-10net: libwx: Redesign flow when sriov is enabledMengyuan Lou3-17/+441
2025-04-10net: libwx: Add sriov api for wangxun nicsMengyuan Lou5-1/+250
2025-04-10net: libwx: Add mailbox api for wangxun pf driversMengyuan Lou4-1/+217
2025-04-09net: libwx: handle page_pool_dev_alloc_pages errorChenyuan Yang1-1/+2
2025-04-08net: libwx: Fix the wrong Rx descriptor fieldJiawen Wu2-3/+3
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-25/+40
2025-03-26net: libwx: fix Tx L4 checksumJiawen Wu1-1/+3
2025-03-26net: libwx: fix Tx descriptor content for some tunnel packetsJiawen Wu1-24/+37
2025-02-25net: wangxun: Replace the judgement of MAC type with flagsJiawen Wu3-6/+7
2025-02-25net: txgbe: Add basic support for new AML devicesJiawen Wu4-52/+259
2025-02-21net: ngbe: Add support for 1PPS and TODJiawen Wu5-3/+234
2025-02-21net: wangxun: Add periodic checks for overflow and errorsJiawen Wu2-0/+107
2025-02-21net: wangxun: Support to get ts infoJiawen Wu2-0/+54
2025-02-21net: wangxun: Add support for PTP clockJiawen Wu6-6/+741
2025-01-05net: libwx: fix firmware mailbox abnormal returnJiawen Wu1-13/+11
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-09-12net: libwx: fix number of Rx and Tx descriptorsJiawen Wu1-3/+3
2024-07-31net: wangxun: use net_prefetch to simplify logicJoe Damato1-4/+1
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+9
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 Wu3-2/+5
2024-07-02net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu1-0/+1
2024-06-20net: txgbe: add FDIR info to ethtool opsJiawen Wu3-4/+44
2024-06-20net: txgbe: support Flow Director perfect filtersJiawen Wu1-0/+31
2024-06-20net: txgbe: add FDIR ATR supportJiawen Wu5-8/+105
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu3-3/+27
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu2-0/+48
2024-05-17net: wangxun: fix to change Rx featuresJiawen Wu1-1/+3
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1