summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds13-5/+1753
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+12
2025-07-16net: libwx: fix multicast packets received countJiawen Wu1-0/+2
2025-07-16net: libwx: properly reset Rx ring descriptorJiawen Wu2-4/+8
2025-07-16net: libwx: fix the using of Rx buffer DMAJiawen Wu2-3/+2
2025-07-16net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu2-12/+0
2025-07-10net: txgbevf: add link update flowMengyuan Lou5-0/+235
2025-07-10net: txgbevf: Support Rx and Tx process pathMengyuan Lou1-1/+24
2025-07-10net: txgbevf: init interrupts and request irqsMengyuan Lou4-5/+51
2025-07-10net: txgbevf: add sw init pci info and reset hardwareMengyuan Lou3-1/+36
2025-07-10net: wangxun: add txgbevf buildMengyuan Lou2-0/+42
2025-07-10net: libwx: add wangxun vf common apiMengyuan Lou9-2/+562
2025-07-10net: libwx: add base vf api for vf driversMengyuan Lou6-1/+540
2025-07-10net: libwx: add mailbox api for wangxun vf driversMengyuan Lou3-0/+268
2025-07-03net: ngbe: specify IRQ vector when the number of VFs is 7Jiawen Wu3-0/+14
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu2-10/+9
2025-07-03net: libwx: fix the incorrect display of the queue numberJiawen Wu1-0/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
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