aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/wangxun/libwx
AgeCommit message (Expand)AuthorFilesLines
14 daysnet: wangxun: use BIT_ULL() to prevent shift overflow on 32-bit archsJiawen Wu1-1/+1
2026-08-22net: libwx: fix concurrent bitmap overwrite in PTP setupJiawen Wu1-12/+6
2026-08-07net: wangxun: add pcie error handlerJiawen Wu3-1/+164
2026-08-07net: wangxun: implement soft quiesce for PCIe error recoveryJiawen Wu4-0/+47
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu4-5/+5
2026-08-07net: wangxun: add Tx timeout processJiawen Wu6-5/+260
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-07-30net: libwx: fix FDIR ATR queue mismatch for software VLAN packetsJiawen Wu1-0/+2
2026-07-22net: libwx: disable TX VLAN offload for packets with >2 VLAN tagsJiawen Wu1-0/+24
2026-07-21net: libwx: add support for set_coalesce in wx_ethtool_ops_vfMengyuan Lou3-3/+18
2026-07-21net: libwx: add support for set_ringparam in wx_ethtool_ops_vfMengyuan Lou5-8/+72
2026-06-30net: libwx: fix VMDQ mask for 1-queue modeJiawen Wu2-0/+2
2026-05-28net: wangxun: introduce WX_STATE_DOWN to serialize device shutdown stateJiawen Wu5-7/+16
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/netdev/net-nextLinus Torvalds13-5/+1753