summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
8 daysnet: libwx: Fix the size in RSS hash key populationChandra Mohan Sundar1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds21-5/+2438
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-15net: wangxun: fix LIBWX dependencies againArnd Bergmann1-0/+2
2025-07-10net: ngbevf: add link update flowMengyuan Lou1-0/+3
2025-07-10net: ngbevf: init interrupts and request irqsMengyuan Lou2-0/+19
2025-07-10net: ngbevf: add sw init pci info and reset hardwareMengyuan Lou2-0/+95
2025-07-10net: wangxun: add ngbevf buildMengyuan Lou5-0/+198
2025-07-10net: txgbevf: add link update flowMengyuan Lou6-0/+238
2025-07-10net: txgbevf: Support Rx and Tx process pathMengyuan Lou2-1/+26
2025-07-10net: txgbevf: init interrupts and request irqsMengyuan Lou6-5/+97
2025-07-10net: txgbevf: add sw init pci info and reset hardwareMengyuan Lou5-1/+151
2025-07-10net: wangxun: add txgbevf buildMengyuan Lou7-0/+244
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 Wu5-2/+16
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu6-17/+16
2025-07-03net: txgbe: request MISC IRQ in ndo_openJiawen Wu2-13/+11
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-07-01net: txgbe: fix the issue of TX failureJiawen Wu1-0/+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-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds28-152/+2752
2025-05-28net: txgbe: Support the FDIR rules assigned to VFsJiawen Wu3-12/+24
2025-05-28net: libwx: Fix statistics of multicast packetsJiawen Wu1-1/+2
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-05-26net: txgbe: Implement SRIOV for AML devicesJiawen Wu1-0/+5
2025-05-26net: txgbe: Implement PTP for AML devicesJiawen Wu4-5/+39
2025-05-26net: txgbe: Restrict the use of mismatched FW versionsJiawen Wu3-0/+24
2025-05-26net: txgbe: Correct the currect link settingsJiawen Wu3-4/+28
2025-05-26net: txgbe: Support to handle GPIO IRQs for AML devicesJiawen Wu8-2/+433
2025-05-26net: txgbe: Implement PHYLINK for AML 25G/10G devicesJiawen Wu7-6/+195
2025-05-26net: txgbe: Distinguish between 40G and 25G devicesJiawen Wu8-26/+61
2025-05-26net: wangxun: Use specific flag bit to simplify the codeJiawen Wu6-44/+20
2025-05-26net: txgbe: Remove specified SP typeJiawen Wu5-32/+32
2025-05-22net: libwx: Fix log levelJiawen Wu1-1/+1
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+2
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+17
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-15net: txgbe: Fix to calculate EEPROM checksum for AML devicesJiawen Wu2-1/+9
2025-05-14net: wangxun: Correct clerical errors in commentsJiawen Wu2-2/+2
2025-05-14net: txgbe: Fix pending interruptJiawen Wu1-6/+1