summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson
2024-02-27ionic: check before releasing pci regionsShannon Nelson
2024-02-19ionic: use pci_is_enabled not open codeShannon Nelson
2024-02-12ionic: minimal work with 0 budgetShannon Nelson
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13ionic: fill out pci error handlersShannon Nelson
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson
2023-12-13ionic: use timer_shutdown_syncShannon Nelson
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson
2023-12-13ionic: keep filters across FLRShannon Nelson
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley
2023-12-05ionic: Make the check for Tx HW timestamping more obviousBrett Creeley
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson
2023-12-05ionic: Use cached VF attributesBrett Creeley
2023-12-05ionic: Fix dim work handling in split interrupt modeBrett Creeley
2023-12-05ionic: fix snprintf format length warningShannon Nelson
2023-10-13ionic: replace deprecated strncpy with strscpyJustin Stitt
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20ionic: expand the descriptor bufs arrayShannon Nelson
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson
2023-09-20ionic: count SGs in packet to minimize linearizeShannon Nelson
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-08-22ionic: Remove unused declarationsYue Haibing
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-06ionic: Add missing err handling for queue reconfigNitya Sunkad
2023-07-24ionic: add FLR recovery supportShannon Nelson
2023-07-24ionic: pull out common bits from fw_upShannon Nelson
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson
2023-07-07ionic: remove dead device fail pathShannon Nelson
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad
2023-05-03ionic: catch failure from devlink_allocShannon Nelson
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley
2023-03-24ionic: Remove redundant pci_clear_masterCai Huoqing
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-13ionic: remove unnecessary void castsShannon Nelson
2023-02-13ionic: remove unnecessary indirectionShannon Nelson
2023-02-03ionic: missed doorbell workaroundAllen Hubbe
2023-02-03ionic: clear up notifyq alloc commentaryShannon Nelson
2023-02-03ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel