summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* ionic: add new bad firmware error codeShannon Nelson2020-10-022-0/+3
* ionic: use lif ident for filter countShannon Nelson2020-10-021-9/+10
* ionic: refill lif identity after fw_upShannon Nelson2020-10-023-14/+22
* ionic: disable all queue napi contexts on timeoutShannon Nelson2020-10-021-26/+21
* ionic: check qcq ptr in ionic_qcq_disableShannon Nelson2020-10-021-11/+20
* ionic: clear linkcheck bit on alloc failShannon Nelson2020-10-021-1/+3
* ionic: drain the work queueShannon Nelson2020-10-021-10/+13
* ionic: contiguous memory for notifyqShannon Nelson2020-10-021-22/+47
* ionic: prevent early watchdog checkShannon Nelson2020-09-301-1/+4
* ionic: stop watchdog timer earlier on removeShannon Nelson2020-09-303-8/+3
* net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior2020-09-291-4/+0
* net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior2020-09-293-21/+47
* devlink: convert flash_update to use params structureJacob Keller2020-09-251-3/+2
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-3/+0
* ionic: add devlink firmware updateShannon Nelson2020-09-185-9/+239
* ionic: update the fw update apiShannon Nelson2020-09-182-8/+29
* ionic: add DIMLIB to KconfigShannon Nelson2020-09-171-0/+1
* ionic: dynamic interrupt moderationShannon Nelson2020-09-166-31/+112
* ionic: fix up debugfs after queue swapShannon Nelson2020-09-141-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-10/+3
|\
| * ionic: fix txrx work accountingShannon Nelson2020-08-311-10/+3
* | ionic: clarify boolean precedenceShannon Nelson2020-09-021-2/+2
* | ionic: remove unused variableShannon Nelson2020-09-021-2/+0
* | ionic: clean adminq service routineShannon Nelson2020-09-023-48/+25
* | ionic: clean up desc_info and cq_info structsShannon Nelson2020-09-023-39/+8
* | ionic: struct reorder for faster accessShannon Nelson2020-09-022-16/+16
* | ionic: clean up page handling codeShannon Nelson2020-09-021-31/+40
* | ionic: pull reset_queues into tx_timeout handlerShannon Nelson2020-08-282-32/+8
* | ionic: change queue count with no resetShannon Nelson2020-08-282-91/+213
* | ionic: change the descriptor ring length without full resetShannon Nelson2020-08-283-14/+185
* | ionic: change mtu without full queue rebuildShannon Nelson2020-08-281-8/+49
* | ionic: use index not pointer for queue trackingShannon Nelson2020-08-287-88/+129
* | ionic: reduce contiguous memory allocation requirementShannon Nelson2020-08-283-54/+81
* | ionic: clean up unnecessary non-static functionsShannon Nelson2020-08-282-4/+2
* | ionic: rework and simplify handling of the queue stats blockShannon Nelson2020-08-285-149/+92
* | ionic: remove lif list conceptShannon Nelson2020-08-286-127/+62
* | ionic: use kcalloc for new arraysShannon Nelson2020-08-281-4/+4
* | ionic: fix up a couple of debug stringsShannon Nelson2020-08-281-3/+4
* | ionic: set MTU floor at ETH_MIN_MTUShannon Nelson2020-08-281-1/+2
|/
* ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
* ionic: separate interrupt for Tx and RxShannon Nelson2020-08-035-27/+182
* ionic: tx separate servicingShannon Nelson2020-08-033-56/+53
* ionic: use fewer firmware doorbells on rx fillShannon Nelson2020-08-031-10/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+3
|\
| * ionic: unlock queue mutex in error pathShannon Nelson2020-07-301-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-40/+60
|\|
| * ionic: use mutex to protect queue operationsShannon Nelson2020-07-203-25/+17
| * ionic: keep rss hash after fw updateShannon Nelson2020-07-201-3/+2
| * ionic: update filter id after replayShannon Nelson2020-07-201-0/+24
| * ionic: fix up filter locks and debug msgsShannon Nelson2020-07-202-10/+12