summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
* ionic: linearize tso skb with too many fragsShannon Nelson2021-03-301-6/+7
* ionic: start queues before announcing link upShannon Nelson2021-01-171-6/+6
* ionic: account for vlan tag len in rx buffer lenShannon Nelson2021-01-121-1/+1
* ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-12-301-10/+10
* ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-12-301-22/+16
* ionic: use mc sync for multicast filtersShannon Nelson2020-12-301-11/+8
* ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
* ionic: fix mem leak in rx_emptyShannon Nelson2020-10-231-13/+11
* ionic: no rx flush in deinitShannon Nelson2020-10-233-15/+0
* ionic: clean up sparse complaintsShannon Nelson2020-10-237-27/+29
* 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: 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