aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: ionic: Fix error handling in ionic_init_module()Yuan Can2022-11-141-1/+7
* ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson2022-08-251-1/+3
* ionic: stretch heartbeat detectionShannon Nelson2022-01-251-20/+14
* ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley2022-01-251-0/+22
* ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2022-01-251-4/+27
* ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley2022-01-251-0/+2
* ionic: fix up printing of timeout errorShannon Nelson2022-01-251-2/+6
* ionic: add FW_STOPPING stateShannon Nelson2022-01-251-1/+3
* ionic: Don't send reset commands if FW isn't runningBrett Creeley2022-01-251-8/+10
* ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson2022-01-251-3/+3
* ionic: allow adminq requests to override default error messageShannon Nelson2021-10-101-15/+32
* ionic: add polling to adminq waitShannon Nelson2021-10-021-6/+30
* ionic: check for binary values in FW ver stringShannon Nelson2021-10-021-3/+14
* ionic: squelch unnecessary fw halted messageShannon Nelson2021-08-281-2/+2
* ionic: print firmware version on identifyShannon Nelson2021-07-271-0/+2
* ionic: link in the new hw timestamp codeShannon Nelson2021-04-021-0/+2
* ionic: split adminq post and wait callsShannon Nelson2021-04-021-4/+11
* ionic: protect adminq from early destroyShannon Nelson2021-03-181-6/+16
* ionic: optimize fastpath struct usageShannon Nelson2021-03-101-3/+1
* ionic: remove some unnecessary oom messagesShannon Nelson2020-12-011-3/+1
* ionic: clean up sparse complaintsShannon Nelson2020-10-231-2/+2
* ionic: add new bad firmware error codeShannon Nelson2020-10-021-0/+2
* ionic: refill lif identity after fw_upShannon Nelson2020-10-021-5/+11
* net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior2020-09-291-4/+0
* ionic: add devlink firmware updateShannon Nelson2020-09-181-8/+15
* ionic: update the fw update apiShannon Nelson2020-09-181-0/+4
* ionic: clean adminq service routineShannon Nelson2020-09-021-26/+0
* ionic: use index not pointer for queue trackingShannon Nelson2020-08-281-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-9/+9
|\
| * ionic: call ionic_port_init after fw-upgradeShannon Nelson2020-05-121-9/+9
* | ionic: reset device at probeShannon Nelson2020-05-121-0/+1
* | ionic: shorter dev cmd wait timeShannon Nelson2020-05-121-1/+1
* | ionic: support longer tx sg listsShannon Nelson2020-05-121-0/+2
* | drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-1/+1
|/
* ionic: remove lifs on fw resetShannon Nelson2020-03-301-3/+5
* ionic: check for NULL structs on teardownShannon Nelson2020-03-211-1/+6
* ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson2020-03-211-1/+4
* ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson2020-03-171-0/+3
* ionic: drop ethtool driver versionShannon Nelson2020-03-091-4/+2
* ionic: clear compiler warning on hb use before setShannon Nelson2020-01-071-1/+1
* ionic: support sr-iov operationsShannon Nelson2020-01-051-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-0/+2
|\
| * dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-221-0/+2
* | ionic: add heartbeat checkShannon Nelson2019-10-251-1/+23
|/
* ionic: Remove unused including <linux/version.h>YueHaibing2019-09-071-1/+0
* ionic: Add adminq actionShannon Nelson2019-09-051-0/+111
* ionic: Add basic adminq supportShannon Nelson2019-09-051-0/+26
* ionic: Add basic lif supportShannon Nelson2019-09-051-0/+1
* ionic: Add port management commandsShannon Nelson2019-09-051-0/+88
* ionic: Add hardware init and device commandsShannon Nelson2019-09-051-0/+291