summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+11
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2026-01-20net: txgbe: remove the redundant data return in SW-FW mailboxJiawen Wu-2/+2
2026-01-17net: txgbe: convert to use .get_rx_ring_countBreno Leitao-4/+8
2026-01-06net: libwx: remove unused rx_buffer_pgcntJiawen Wu-13/+4
2025-12-23net: wangxun: move PHYLINK dependencyArnd Bergmann-3/+1
2025-11-20net: txgbe: support getting module EEPROM by pageJiawen Wu-0/+77
2025-11-20net: txgbe: delay to identify modules in .ndo_openJiawen Wu-1/+2
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu-48/+137
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu-34/+35
2025-11-20net: txgbe: support CR modules for AML devicesJiawen Wu-18/+44
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2025-11-05net: libwx: fix device bus LAN IDJiawen Wu-3/+4
2025-10-28net: txgbe: support RSC offloadJiawen Wu-17/+224
2025-10-28net: txgbe: support TX head write-back modeJiawen Wu-2/+81
2025-10-28net: txgbe: support RX desc merge modeJiawen Wu-0/+33
2025-10-16net: txgbe: rename txgbe_get_phy_link()Jiawen Wu-2/+2
2025-10-16net: txgbe: optimize the flow to setup PHY for AML devicesJiawen Wu-38/+15
2025-10-16net: txgbe: expend SW-FW mailbox buffer size to identify QSFP moduleJiawen Wu-1/+3
2025-09-29net: libwx: restrict change user-set RSS configurationJiawen Wu-23/+35
2025-09-29net: wangxun: add RSS reta and rxfh fields supportJiawen Wu-2/+167
2025-09-29net: libwx: move rss_field to struct wxJiawen Wu-8/+21
2025-09-29net: libwx: support separate RSS configuration for every poolJiawen Wu-33/+98
2025-09-26Wangxun: vf: Implement some ethtool apis for get_xxxMengyuan Lou-0/+42
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+0
2025-09-04net: libwx: fix to enable RSSJiawen Wu-4/+0
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu-7/+141
2025-08-22net: wangxun: cleanup the code in wx_set_coalesce()Jiawen Wu-20/+8
2025-08-22net: wangxun: limit tx_max_coalesced_frames_irqJiawen Wu-2/+5
2025-08-22net: ngbe: change the default ITR settingJiawen Wu-7/+10
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-08-15net: libwx: Fix the size in RSS hash key populationChandra Mohan Sundar-1/+1
2025-08-13net: libwx: cleanup VF register macrosJiawen Wu-37/+35
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5/+2438
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+12
2025-07-15net: libwx: fix multicast packets received countJiawen Wu-0/+2
2025-07-15net: libwx: properly reset Rx ring descriptorJiawen Wu-4/+8
2025-07-15net: libwx: fix the using of Rx buffer DMAJiawen Wu-3/+2
2025-07-15net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu-12/+0
2025-07-14net: wangxun: fix LIBWX dependencies againArnd Bergmann-0/+2
2025-07-09net: ngbevf: add link update flowMengyuan Lou-0/+3
2025-07-09net: ngbevf: init interrupts and request irqsMengyuan Lou-0/+19
2025-07-09net: ngbevf: add sw init pci info and reset hardwareMengyuan Lou-0/+95
2025-07-09net: wangxun: add ngbevf buildMengyuan Lou-0/+198
2025-07-09net: txgbevf: add link update flowMengyuan Lou-0/+238
2025-07-09net: txgbevf: Support Rx and Tx process pathMengyuan Lou-1/+26