summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: linearize tso skb with too many fragsShannon Nelson2021-03-171-6/+7
* ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin2021-02-161-2/+0
* net: add inline function skb_csum_is_sctpXin Long2021-01-191-1/+1
* ionic: account for vlan tag len in rx buffer lenShannon Nelson2020-12-221-1/+1
* drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun2020-12-091-6/+1
* ionic: change mtu after queues are stoppedShannon Nelson2020-12-021-2/+4
* ionic: remove some unnecessary oom messagesShannon Nelson2020-12-023-9/+5
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-242-0/+2
* devlink: move flash end and begin to core devlinkJacob Keller2020-11-201-2/+0
* devlink: move request_firmware out of driverJacob Keller2020-11-203-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-241-13/+11
* ionic: no rx flush in deinitShannon Nelson2020-10-243-15/+0
* ionic: clean up sparse complaintsShannon Nelson2020-10-247-27/+29
* ionic: add new bad firmware error codeShannon Nelson2020-10-032-0/+3
* ionic: use lif ident for filter countShannon Nelson2020-10-031-9/+10
* ionic: refill lif identity after fw_upShannon Nelson2020-10-033-14/+22
* ionic: disable all queue napi contexts on timeoutShannon Nelson2020-10-031-26/+21
* ionic: check qcq ptr in ionic_qcq_disableShannon Nelson2020-10-031-11/+20
* ionic: clear linkcheck bit on alloc failShannon Nelson2020-10-031-1/+3
* ionic: drain the work queueShannon Nelson2020-10-031-10/+13
* ionic: contiguous memory for notifyqShannon Nelson2020-10-031-22/+47
* ionic: prevent early watchdog checkShannon Nelson2020-10-011-1/+4
* ionic: stop watchdog timer earlier on removeShannon Nelson2020-10-013-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-261-3/+2
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-261-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-181-0/+1
* ionic: dynamic interrupt moderationShannon Nelson2020-09-176-31/+112
* ionic: fix up debugfs after queue swapShannon Nelson2020-09-151-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-10/+3
|\
| * ionic: fix txrx work accountingShannon Nelson2020-08-311-10/+3
* | ionic: clarify boolean precedenceShannon Nelson2020-09-031-2/+2
* | ionic: remove unused variableShannon Nelson2020-09-031-2/+0
* | ionic: clean adminq service routineShannon Nelson2020-09-033-48/+25
* | ionic: clean up desc_info and cq_info structsShannon Nelson2020-09-033-39/+8
* | ionic: struct reorder for faster accessShannon Nelson2020-09-032-16/+16
* | ionic: clean up page handling codeShannon Nelson2020-09-031-31/+40
* | ionic: pull reset_queues into tx_timeout handlerShannon Nelson2020-08-282-32/+8