summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic
AgeCommit message (Expand)AuthorFilesLines
2025-01-09ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-09-12ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-07-05ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-04-13ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-02-23ionic: pass opcode to devcmd_waitShannon Nelson3-1/+3
2023-12-13ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-13ionic: fix snprintf format length warningShannon Nelson1-1/+1
2023-07-27ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-05-17ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-02-15ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel1-3/+12
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-1/+1
2022-11-25net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-10-30ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-08-31ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson1-1/+3
2022-08-21net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-05-18ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-04-08ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson1-3/+3
2022-01-05ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-10-20ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson1-0/+4
2021-09-15ionic: cleanly release devlink instanceLeon Romanovsky1-7/+7
2021-08-04ionic: count csum_none when offload enabledShannon Nelson1-6/+5
2021-08-04ionic: fix up dim accounting for tx and rxShannon Nelson1-7/+21
2021-08-04ionic: remove intr coalesce update from napiShannon Nelson2-5/+13
2021-03-30ionic: linearize tso skb with too many fragsShannon Nelson1-6/+7
2021-01-17ionic: start queues before announcing link upShannon Nelson1-6/+6
2021-01-12ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2020-12-30ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-12-30ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-12-30ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
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-17ionic: dynamic interrupt moderationShannon Nelson6-31/+112