summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx
AgeCommit message (Expand)AuthorFilesLines
2025-07-24net: libwx: fix multicast packets received countJiawen Wu1-0/+2
2025-07-24net: libwx: properly reset Rx ring descriptorJiawen Wu2-4/+8
2025-07-24net: libwx: fix the using of Rx buffer DMAJiawen Wu2-3/+2
2025-07-24net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu2-12/+0
2025-07-17net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu2-9/+9
2025-07-10net: libwx: fix the incorrect display of the queue numberJiawen Wu1-0/+1
2025-07-06net: libwx: fix Tx L4 checksumJiawen Wu1-1/+3
2025-07-06net: libwx: fix the creation of page_poolJiawen Wu1-1/+1
2025-04-20net: libwx: handle page_pool_dev_alloc_pages errorChenyuan Yang1-1/+2
2025-01-17net: 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
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 Wu3-15/+8
2024-01-12net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski1-0/+1
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu2-0/+18
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu5-32/+249
2024-01-04net: wangxun: add coalesce options supportJiawen Wu5-1/+112
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu5-0/+96
2024-01-04net: wangxun: add flow control supportJiawen Wu5-0/+243
2024-01-04net: libwx: add phylink to libwxJiawen Wu3-0/+39
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-77/+6
2023-12-15net: libwx: fix memory leak on free pageduanqiangwen2-77/+6
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-11-30net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu1-3/+5
2023-10-14net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu3-0/+100
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-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
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 Wu2-66/+0
2023-07-14net: ethernet: Remove repeating expressionWang Ming1-1/+0
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou3-2/+8