summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_dev.c
AgeCommit message (Expand)Author
2024-03-08ionic: carry idev in ionic_cq structShannon Nelson
2024-03-08ionic: use specialized desc info structsShannon Nelson
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson
2024-03-08ionic: drop q mappingShannon Nelson
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-05ionic: Use cached VF attributesBrett Creeley
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-03ionic: missed doorbell workaroundAllen Hubbe
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson
2022-02-28ionic: no transition while stoppingShannon Nelson
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson
2022-01-25ionic: replace set_vf data with unionShannon Nelson
2022-01-25ionic: stretch heartbeat detectionShannon Nelson
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley
2022-01-25ionic: better handling of RESET eventShannon Nelson
2022-01-25ionic: add FW_STOPPING stateShannon Nelson
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley
2022-01-25ionic: separate function for watchdog initShannon Nelson
2022-01-25ionic: start watchdog after all is setupShannon Nelson
2021-10-02ionic: remove debug statsShannon Nelson
2021-08-26ionic: sync the filters in the work taskShannon Nelson
2021-07-27ionic: monitor fw status generationShannon Nelson
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson
2021-03-30ionic: avoid races in ionic_heartbeat_checkShannon Nelson
2021-03-18ionic: block actions during fw resetShannon Nelson
2021-03-10ionic: optimize fastpath struct usageShannon Nelson
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson
2020-11-14ionic: useful names for booleansShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-09-30ionic: prevent early watchdog checkShannon Nelson
2020-09-30ionic: stop watchdog timer earlier on removeShannon Nelson
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson
2020-08-28ionic: remove lif list conceptShannon Nelson
2020-05-12ionic: support longer tx sg listsShannon Nelson
2020-03-30ionic: remove lifs on fw resetShannon Nelson
2020-03-30ionic: check for linkup in watchdogShannon Nelson
2020-02-20ionic: fix fw_status readShannon Nelson
2020-01-05ionic: support sr-iov operationsShannon Nelson
2019-10-25ionic: add a watchdog timer to monitor heartbeatShannon Nelson
2019-10-25ionic: add heartbeat checkShannon Nelson
2019-09-05ionic: Add basic adminq supportShannon Nelson
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson
2019-09-05ionic: Add basic lif supportShannon Nelson
2019-09-05ionic: Add port management commandsShannon Nelson