summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+14
2023-12-13ionic: fill out pci error handlersShannon Nelson1-0/+25
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson2-0/+4
2023-12-13ionic: use timer_shutdown_syncShannon Nelson1-1/+1
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson2-5/+23
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson1-1/+3
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson3-7/+20
2023-12-13ionic: keep filters across FLRShannon Nelson1-0/+2
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson3-1/+3
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-2/+2
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+9
2023-12-06ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley1-2/+2
2023-12-06ionic: Make the check for Tx HW timestamping more obviousBrett Creeley2-5/+10
2023-12-06ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-06ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-06ionic: Use cached VF attributesBrett Creeley5-149/+11
2023-12-06ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-06ionic: fix snprintf format length warningShannon Nelson1-1/+1
2023-10-14ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+8
2023-09-20ionic: expand the descriptor bufs arrayShannon Nelson1-1/+2
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson1-0/+12
2023-09-20ionic: count SGs in packet to minimize linearizeShannon Nelson1-9/+68
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen2-3/+8
2023-08-22ionic: Remove unused declarationsYue Haibing3-3/+0
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+16
2023-08-06ionic: Add missing err handling for queue reconfigNitya Sunkad1-7/+16
2023-07-24ionic: add FLR recovery supportShannon Nelson3-4/+62
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-07ionic: remove dead device fail pathShannon Nelson1-6/+0
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad3-0/+12
2023-05-03ionic: catch failure from devlink_allocShannon Nelson1-0/+2
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley1-3/+2
2023-03-24ionic: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson8-21/+404
2023-02-13ionic: remove unnecessary void castsShannon Nelson4-7/+7
2023-02-13ionic: remove unnecessary indirectionShannon Nelson1-2/+2
2023-02-04ionic: missed doorbell workaroundAllen Hubbe6-4/+176
2023-02-04ionic: clear up notifyq alloc commentaryShannon Nelson1-5/+7
2023-02-04ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel1-3/+12
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2022-11-15net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-1/+1
2022-10-28ionic: refactor use of ionic_rx_fill()Neel Patel1-11/+12