summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
...
* ionic: change mtu after queues are stoppedShannon Nelson2020-12-011-2/+4
* ionic: remove some unnecessary oom messagesShannon Nelson2020-12-013-9/+5
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-232-0/+2
* devlink: move flash end and begin to core devlinkJacob Keller2020-11-191-2/+0
* devlink: move request_firmware out of driverJacob Keller2020-11-193-12/+4
* ionic: useful names for booleansShannon Nelson2020-11-143-9/+15
* ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-11-141-10/+10
* ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-11-141-22/+16
* ionic: use mc sync for multicast filtersShannon Nelson2020-11-141-11/+8
* ionic: batch rx buffer refillingShannon Nelson2020-11-142-9/+13
* ionic: add lif quiesceShannon Nelson2020-11-141-0/+20
* ionic: check for link after netdev registrationShannon Nelson2020-11-141-0/+2
* ionic: start queues before announcing link upShannon Nelson2020-11-141-6/+6
* 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