summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-23net: wangxun: restrict feature flags for tunnel packetsJiawen Wu4-0/+32
2025-04-23net: txgbe: Support to set UDP tunnel portJiawen Wu2-0/+39
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-04-17net: txgbe: fix memory leak in txgbe_probe() error pathAbdun Nihaal1-1/+2
2025-04-15net: txgbe: Update module descriptionJiawen Wu2-3/+3
2025-04-15net: ngbe: fix memory leak in ngbe_probe() error pathAbdun Nihaal1-1/+2
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 Lou7-4/+101
2025-04-10net: ngbe: add sriov function supportMengyuan Lou6-9/+127
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-26net: wangxun: fix LIBWX dependenciesArnd Bergmann1-0/+2
2025-02-25net: wangxun: Replace the judgement of MAC type with flagsJiawen Wu4-6/+9
2025-02-25net: txgbe: Add basic support for new AML devicesJiawen Wu9-54/+333
2025-02-21net: ngbe: Add support for 1PPS and TODJiawen Wu7-4/+250
2025-02-21net: wangxun: Add periodic checks for overflow and errorsJiawen Wu4-0/+109
2025-02-21net: wangxun: Support to get ts infoJiawen Wu4-0/+58
2025-02-21net: wangxun: Add support for PTP clockJiawen Wu11-6/+780
2025-01-05net: libwx: fix firmware mailbox abnormal returnJiawen Wu1-13/+11
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1