summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2020-12-08drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson
2020-11-14ionic: start queues before announcing link upShannon Nelson
2020-11-05ionic: check port ptr before useShannon Nelson
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson
2020-10-23ionic: no rx flush in deinitShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-10-02ionic: add new bad firmware error codeShannon Nelson
2020-10-02ionic: use lif ident for filter countShannon Nelson
2020-10-02ionic: refill lif identity after fw_upShannon Nelson
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson
2020-10-02ionic: drain the work queueShannon Nelson
2020-10-02ionic: contiguous memory for notifyqShannon Nelson
2020-09-30ionic: prevent early watchdog checkShannon Nelson
2020-09-30ionic: stop watchdog timer earlier on removeShannon Nelson
2020-09-29net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior
2020-09-25devlink: convert flash_update to use params structureJacob Keller
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller
2020-09-18ionic: add devlink firmware updateShannon Nelson
2020-09-18ionic: update the fw update apiShannon Nelson
2020-09-17ionic: add DIMLIB to KconfigShannon Nelson
2020-09-16ionic: dynamic interrupt moderationShannon Nelson
2020-09-14ionic: fix up debugfs after queue swapShannon Nelson
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-02ionic: clarify boolean precedenceShannon Nelson
2020-09-02ionic: remove unused variableShannon Nelson
2020-09-02ionic: clean adminq service routineShannon Nelson
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson
2020-09-02ionic: struct reorder for faster accessShannon Nelson
2020-09-02ionic: clean up page handling codeShannon Nelson
2020-08-31ionic: fix txrx work accountingShannon Nelson
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson
2020-08-28ionic: change queue count with no resetShannon Nelson
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson