summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/txgbe
AgeCommit message (Expand)AuthorFilesLines
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu2-5/+5
2025-07-03net: txgbe: request MISC IRQ in ndo_openJiawen Wu2-13/+11
2025-07-01net: txgbe: fix the issue of TX failureJiawen Wu1-0/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds12-66/+835
2025-05-28net: txgbe: Support the FDIR rules assigned to VFsJiawen Wu3-12/+24
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 Wu3-1/+13
2025-05-26net: txgbe: Restrict the use of mismatched FW versionsJiawen Wu3-0/+24
2025-05-26net: txgbe: Correct the currect link settingsJiawen Wu2-1/+28
2025-05-26net: txgbe: Support to handle GPIO IRQs for AML devicesJiawen Wu5-2/+391
2025-05-26net: txgbe: Implement PHYLINK for AML 25G/10G devicesJiawen Wu5-3/+185
2025-05-26net: txgbe: Distinguish between 40G and 25G devicesJiawen Wu4-21/+50
2025-05-26net: wangxun: Use specific flag bit to simplify the codeJiawen Wu1-0/+1
2025-05-26net: txgbe: Remove specified SP typeJiawen Wu4-26/+26
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 Kicinski2-1/+9
2025-05-15net: txgbe: Fix to calculate EEPROM checksum for AML devicesJiawen Wu2-1/+9
2025-05-14net: wangxun: Correct clerical errors in commentsJiawen Wu1-1/+1
2025-05-14net: txgbe: Fix pending interruptJiawen Wu1-6/+1
2025-04-23net: wangxun: restrict feature flags for tunnel packetsJiawen Wu1-0/+1
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 Kicinski1-1/+2
2025-04-17net: txgbe: fix memory leak in txgbe_probe() error pathAbdun Nihaal1-1/+2
2025-04-15net: txgbe: Update module descriptionJiawen Wu1-1/+1
2025-04-10net: txgbe: add sriov function supportMengyuan Lou4-4/+57
2025-02-25net: wangxun: Replace the judgement of MAC type with flagsJiawen Wu1-0/+2
2025-02-25net: txgbe: Add basic support for new AML devicesJiawen Wu5-2/+74
2025-02-21net: wangxun: Add periodic checks for overflow and errorsJiawen Wu1-0/+1
2025-02-21net: wangxun: Support to get ts infoJiawen Wu1-0/+2
2025-02-21net: wangxun: Add support for PTP clockJiawen Wu2-0/+20
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2024-11-19net: txgbe: fix null pointer to pcsJiawen Wu1-1/+1
2024-11-19net: txgbe: remove GPIO interrupt controllerJiawen Wu5-196/+4
2024-10-15net: txgbe: Pass string literal as format argument of alloc_workqueue()Simon Horman1-1/+1
2024-10-03net: wangxun: txgbe: use phylink_pcs internallyRussell King (Oracle)2-10/+10
2024-08-28net: txgbe: use pci_dev_id() helperYu Liao1-2/+1
2024-08-17net: txgbe: Remove unnecessary NULL check before freeSimon Horman1-2/+1
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-82/+53
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu1-3/+4
2024-07-02net: txgbe: add extra handle for MSI/INTx into thread irq handleJiawen Wu1-5/+39
2024-07-02net: txgbe: remove separate irq request for MSI and INTxJiawen Wu3-74/+10
2024-06-20net: txgbe: support Flow Director perfect filtersJiawen Wu5-1/+814
2024-06-20net: txgbe: add FDIR ATR supportJiawen Wu5-0/+443
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu3-5/+44
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu1-0/+1
2024-04-30net: txgbe: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-1/+1
2024-04-25Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"Duanqiang Wen1-1/+1
2024-04-25Revert "net: txgbe: fix i2c dev name cannot match clkdev"Duanqiang Wen1-5/+3
2024-04-04net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen1-3/+5