aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08ionic: fold adminq clean into service routineShannon Nelson1-21/+11
2024-03-08ionic: use specialized desc info structsShannon Nelson1-11/+15
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson1-10/+8
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson1-12/+26
2024-03-08ionic: move adminq-notifyq handling to main fileShannon Nelson1-0/+65
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson1-4/+6
2024-03-04ionic: change MODULE_AUTHOR to person nameShannon Nelson1-1/+1
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson1-0/+3
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson1-7/+13
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson1-1/+1
2023-12-05ionic: Use cached VF attributesBrett Creeley1-22/+0
2023-10-13ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-02-13ionic: remove unnecessary void castsShannon Nelson1-2/+2
2023-02-03ionic: missed doorbell workaroundAllen Hubbe1-0/+29
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2022-11-14net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson1-1/+1
2022-08-25ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson1-1/+3
2022-01-25ionic: stretch heartbeat detectionShannon Nelson1-20/+14
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley1-0/+22
2022-01-25ionic: Allow flexibility for error reporting on dev commandsBrett Creeley1-4/+27
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley1-0/+2
2022-01-25ionic: fix up printing of timeout errorShannon Nelson1-2/+6
2022-01-25ionic: add FW_STOPPING stateShannon Nelson1-1/+3
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley1-8/+10
2022-01-25ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson1-3/+3
2021-10-10ionic: allow adminq requests to override default error messageShannon Nelson1-15/+32
2021-10-02ionic: add polling to adminq waitShannon Nelson1-6/+30
2021-10-02ionic: check for binary values in FW ver stringShannon Nelson1-3/+14
2021-08-28ionic: squelch unnecessary fw halted messageShannon Nelson1-2/+2
2021-07-27ionic: print firmware version on identifyShannon Nelson1-0/+2
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson1-0/+2
2021-04-02ionic: split adminq post and wait callsShannon Nelson1-4/+11
2021-03-18ionic: protect adminq from early destroyShannon Nelson1-6/+16
2021-03-10ionic: optimize fastpath struct usageShannon Nelson1-3/+1
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson1-3/+1
2020-10-23ionic: clean up sparse complaintsShannon Nelson1-2/+2
2020-10-02ionic: add new bad firmware error codeShannon Nelson1-0/+2
2020-10-02ionic: refill lif identity after fw_upShannon Nelson1-5/+11
2020-09-29net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior1-4/+0
2020-09-18ionic: add devlink firmware updateShannon Nelson1-8/+15
2020-09-18ionic: update the fw update apiShannon Nelson1-0/+4
2020-09-02ionic: clean adminq service routineShannon Nelson1-26/+0
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson1-11/+15
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+9
2020-05-12ionic: reset device at probeShannon Nelson1-0/+1
2020-05-12ionic: shorter dev cmd wait timeShannon Nelson1-1/+1
2020-05-12ionic: support longer tx sg listsShannon Nelson1-0/+2
2020-05-12ionic: call ionic_port_init after fw-upgradeShannon Nelson1-9/+9
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky1-1/+1