summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/wangxun/ngbe
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-29net: wangxun: add RSS reta and rxfh fields supportJiawen Wu-0/+6
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu-1/+3
2025-08-22net: ngbe: change the default ITR settingJiawen Wu-3/+2
2025-07-03net: ngbe: specify IRQ vector when the number of VFs is 7Jiawen Wu-2/+2
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu-2/+2
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu-0/+1
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-04-15net: ngbe: fix memory leak in ngbe_probe() error pathAbdun Nihaal-1/+2
2025-04-09net: ngbe: add sriov function supportMengyuan Lou-9/+92
2025-02-20net: ngbe: Add support for 1PPS and TODJiawen Wu-1/+16
2025-02-20net: wangxun: Add periodic checks for overflow and errorsJiawen Wu-0/+1
2025-02-20net: wangxun: Support to get ts infoJiawen Wu-0/+2
2025-02-20net: wangxun: Add support for PTP clockJiawen Wu-0/+18
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou-2/+6
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu-0/+2
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree-3/+3
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu-5/+13
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu-0/+1
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu-0/+2
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu-29/+59
2024-01-04net: wangxun: add coalesce options supportJiawen Wu-0/+4
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu-2/+58
2024-01-04net: wangxun: add flow control supportJiawen Wu-0/+4
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu-63/+70
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen-0/+1
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu-3/+1
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu-5/+0
2023-10-13net: ngbe: add ethtool stats supportJiawen Wu-0/+9
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu-118/+4
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu-61/+42
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai-2/+1
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou-6/+94
2023-05-31net: ngbe: Implement vlan add and remove opsMengyuan Lou-0/+4
2023-05-31net: ngbe: Add netdev features supportMengyuan Lou-5/+12
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu-1/+1
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou-2/+4
2023-03-08net: ngbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-4/+0
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou-1/+37
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou-13/+61
2023-02-06net: ngbe: Add irqs request flowMengyuan Lou-1/+202
2023-01-20net: ngbe: Drop mdiobus_c45_regad()Michael Walle-2/+2
2023-01-17net: wangxun: clean up the codeMengyuan Lou-13/+7
2023-01-12net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou-14/+387
2023-01-06net: ngbe: Remove structure ngbe_adapterMengyuan Lou-205/+82
2023-01-06net: wangxun: Rename private structure in libwxJiawen Wu-60/+60
2023-01-06net: wangxun: Move MAC address handling to libwxJiawen Wu-62/+10