summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2020-12-22ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2020-12-09drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-12-02ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-02ionic: remove some unnecessary oom messagesShannon Nelson3-9/+5
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-20devlink: move flash end and begin to core devlinkJacob Keller1-2/+0
2020-11-20devlink: move request_firmware out of driverJacob Keller3-12/+4
2020-11-15ionic: useful names for booleansShannon Nelson3-9/+15
2020-11-15ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-15ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-15ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-15ionic: batch rx buffer refillingShannon Nelson2-9/+13
2020-11-15ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-15ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-15ionic: start queues before announcing link upShannon Nelson1-6/+6
2020-11-05ionic: check port ptr before useShannon Nelson1-0/+5
2020-10-24ionic: fix mem leak in rx_emptyShannon Nelson1-13/+11
2020-10-24ionic: no rx flush in deinitShannon Nelson3-15/+0
2020-10-24ionic: clean up sparse complaintsShannon Nelson7-27/+29
2020-10-03ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-03ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-03ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-03ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-03ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-03ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-03ionic: drain the work queueShannon Nelson1-10/+13
2020-10-03ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-10-01ionic: prevent early watchdog checkShannon Nelson1-1/+4
2020-10-01ionic: stop watchdog timer earlier on removeShannon Nelson3-8/+3
2020-09-30net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior1-4/+0
2020-09-30net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior3-21/+47
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-3/+2
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-3/+0
2020-09-18ionic: add devlink firmware updateShannon Nelson5-9/+239
2020-09-18ionic: update the fw update apiShannon Nelson2-8/+29
2020-09-18ionic: add DIMLIB to KconfigShannon Nelson1-0/+1
2020-09-17ionic: dynamic interrupt moderationShannon Nelson6-31/+112
2020-09-15ionic: fix up debugfs after queue swapShannon Nelson1-0/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+3
2020-09-03ionic: clarify boolean precedenceShannon Nelson1-2/+2
2020-09-03ionic: remove unused variableShannon Nelson1-2/+0
2020-09-03ionic: clean adminq service routineShannon Nelson3-48/+25
2020-09-03ionic: clean up desc_info and cq_info structsShannon Nelson3-39/+8
2020-09-03ionic: struct reorder for faster accessShannon Nelson2-16/+16
2020-09-03ionic: clean up page handling codeShannon Nelson1-31/+40
2020-08-31ionic: fix txrx work accountingShannon Nelson1-10/+3
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson2-32/+8
2020-08-28ionic: change queue count with no resetShannon Nelson2-91/+213
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson3-14/+185
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson1-8/+49