summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/ngbe
AgeCommit message (Expand)Author
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-11net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enablingJiawen Wu
2026-08-07net: wangxun: add pcie error handlerJiawen Wu
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu
2026-08-07net: wangxun: add Tx timeout processJiawen Wu
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu
2026-08-03net: ngbe: correct misleading interrupt commentJiawen Wu
2026-06-18net: wangxun: don't advertise IFF_SUPP_NOFCSRongguang Wei
2026-05-28net: wangxun: avoid statistics updates during device teardownJiawen Wu
2026-05-28net: wangxun: introduce WX_STATE_DOWN to serialize device shutdown stateJiawen Wu
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu
2026-04-12net: ngbe: remove redundant macrosJiawen Wu
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu
2026-04-12net: ngbe: remove netdev->ethtool->wol_enabled settingJiawen Wu
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-09-29net: wangxun: add RSS reta and rxfh fields supportJiawen Wu
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu
2025-08-22net: ngbe: change the default ITR settingJiawen Wu
2025-07-03net: ngbe: specify IRQ vector when the number of VFs is 7Jiawen Wu
2025-07-03net: wangxun: revert the adjustment of the IRQ vector sequenceJiawen Wu
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-15net: ngbe: fix memory leak in ngbe_probe() error pathAbdun Nihaal
2025-04-09net: ngbe: add sriov function supportMengyuan Lou
2025-02-20net: ngbe: Add support for 1PPS and TODJiawen Wu
2025-02-20net: wangxun: Add periodic checks for overflow and errorsJiawen Wu
2025-02-20net: wangxun: Support to get ts infoJiawen Wu
2025-02-20net: wangxun: Add support for PTP clockJiawen Wu
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-05-17net: txgbe: fix to control VLAN stripJiawen Wu
2024-05-17net: wangxun: match VLAN CTAG and STAG featuresJiawen Wu
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu
2024-01-04net: wangxun: add coalesce options supportJiawen Wu
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu
2024-01-04net: wangxun: add flow control supportJiawen Wu
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu
2023-10-13net: ngbe: add ethtool stats supportJiawen Wu
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu