aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/ngbe
AgeCommit message (Expand)AuthorFilesLines
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu1-1/+35
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu1-14/+1
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu1-3/+3
2026-04-12net: ngbe: remove redundant macrosJiawen Wu2-5/+2
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu3-53/+8
2026-04-12net: ngbe: remove netdev->ethtool->wol_enabled settingJiawen Wu1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-09-29net: wangxun: add RSS reta and rxfh fields supportJiawen Wu1-0/+6
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu2-1/+3
2025-08-22net: ngbe: change the default ITR settingJiawen Wu1-3/+2
2025-07-03net: ngbe: specify IRQ vector when the number of VFs is 7Jiawen Wu2-2/+2
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu2-2/+2
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu1-0/+1
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-04-15net: ngbe: fix memory leak in ngbe_probe() error pathAbdun Nihaal1-1/+2
2025-04-09net: ngbe: add sriov function supportMengyuan Lou3-9/+92
2025-02-20net: ngbe: Add support for 1PPS and TODJiawen Wu2-1/+16
2025-02-20net: wangxun: Add periodic checks for overflow and errorsJiawen Wu1-0/+1
2025-02-20net: wangxun: Support to get ts infoJiawen Wu1-0/+2
2025-02-20net: wangxun: Add support for PTP clockJiawen Wu2-0/+18
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou1-2/+6
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu1-0/+2
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree2-3/+3
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu1-5/+13
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu1-0/+1
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu1-0/+2
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu3-29/+59
2024-01-04net: wangxun: add coalesce options supportJiawen Wu1-0/+4
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu3-2/+58
2024-01-04net: wangxun: add flow control supportJiawen Wu2-0/+4
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu4-63/+70
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen1-0/+1
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu1-3/+1
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu1-5/+0
2023-10-13net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu2-118/+4
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu2-61/+42
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou3-6/+94
2023-05-31net: ngbe: Implement vlan add and remove opsMengyuan Lou2-0/+4
2023-05-31net: ngbe: Add netdev features supportMengyuan Lou1-5/+12
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu1-1/+1
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou2-2/+4
2023-03-08net: ngbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou4-1/+37
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou2-13/+61
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou2-1/+202