aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/libwx
AgeCommit message (Expand)AuthorFilesLines
2026-04-30net: libwx: use request_irq for VF misc interruptJiawen Wu1-2/+2
2026-04-30net: libwx: fix VF illegal register accessJiawen Wu1-2/+5
2026-04-12net: libwx: improve flow control settingJiawen Wu3-6/+61
2026-04-12net: libwx: wrap-around and reset qmprc counterJiawen Wu2-4/+23
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu2-0/+10
2026-04-12net: wangxun: reorder timer and work sync cancellationsJiawen Wu1-1/+2
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu1-1/+1
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu3-17/+6
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu2-0/+37
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-15/+8
2026-01-06net: libwx: remove unused rx_buffer_pgcntJiawen Wu1-13/+4
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu1-12/+0
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu1-1/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2025-11-05net: libwx: fix device bus LAN IDJiawen Wu2-3/+4
2025-10-28net: txgbe: support RSC offloadJiawen Wu5-17/+221
2025-10-28net: txgbe: support TX head write-back modeJiawen Wu5-2/+79
2025-10-28net: txgbe: support RX desc merge modeJiawen Wu4-0/+21
2025-10-16net: txgbe: optimize the flow to setup PHY for AML devicesJiawen Wu1-2/+0
2025-09-29net: libwx: restrict change user-set RSS configurationJiawen Wu2-23/+35
2025-09-29net: wangxun: add RSS reta and rxfh fields supportJiawen Wu4-2/+155
2025-09-29net: libwx: move rss_field to struct wxJiawen Wu2-8/+21
2025-09-29net: libwx: support separate RSS configuration for every poolJiawen Wu4-33/+98
2025-09-26Wangxun: vf: Implement some ethtool apis for get_xxxMengyuan Lou2-0/+34
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2025-09-04net: libwx: fix to enable RSSJiawen Wu1-4/+0
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu5-5/+132
2025-08-22net: wangxun: cleanup the code in wx_set_coalesce()Jiawen Wu1-20/+8
2025-08-22net: wangxun: limit tx_max_coalesced_frames_irqJiawen Wu1-2/+5
2025-08-22net: ngbe: change the default ITR settingJiawen Wu1-4/+8
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-08-15net: libwx: Fix the size in RSS hash key populationChandra Mohan Sundar1-1/+1
2025-08-13net: libwx: cleanup VF register macrosJiawen Wu1-37/+35
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-29Merge 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-15net: libwx: fix multicast packets received countJiawen Wu1-0/+2
2025-07-15net: libwx: properly reset Rx ring descriptorJiawen Wu2-4/+8
2025-07-15net: libwx: fix the using of Rx buffer DMAJiawen Wu2-3/+2
2025-07-15net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu2-12/+0
2025-07-09net: txgbevf: add link update flowMengyuan Lou5-0/+235
2025-07-09net: txgbevf: Support Rx and Tx process pathMengyuan Lou1-1/+24
2025-07-09net: txgbevf: init interrupts and request irqsMengyuan Lou4-5/+51
2025-07-09net: txgbevf: add sw init pci info and reset hardwareMengyuan Lou3-1/+36
2025-07-09net: wangxun: add txgbevf buildMengyuan Lou2-0/+42
2025-07-09net: libwx: add wangxun vf common apiMengyuan Lou9-2/+562
2025-07-09net: libwx: add base vf api for vf driversMengyuan Lou6-1/+540