aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-30ionic: remove lifs on fw resetShannon Nelson1-3/+5
2020-03-21ionic: check for NULL structs on teardownShannon Nelson1-1/+6
2020-03-21ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson1-1/+4
2020-03-17ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson1-0/+3
2020-03-09ionic: drop ethtool driver versionShannon Nelson1-4/+2
2020-01-07ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-05ionic: support sr-iov operationsShannon Nelson1-0/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-10-25ionic: add heartbeat checkShannon Nelson1-1/+23
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann1-0/+2
2019-09-07ionic: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-05ionic: Add adminq actionShannon Nelson1-0/+111
2019-09-05ionic: Add basic adminq supportShannon Nelson1-0/+26
2019-09-05ionic: Add basic lif supportShannon Nelson1-0/+1
2019-09-05ionic: Add port management commandsShannon Nelson1-0/+88
2019-09-05ionic: Add hardware init and device commandsShannon Nelson1-0/+291
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson1-0/+32