aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2024-04-13ionic: set adminq irq affinityShannon Nelson
2024-02-23ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-13ionic: Fix dim work handling in split interrupt modeBrett Creeley
2023-12-13ionic: fix snprintf format length warningShannon Nelson
2023-07-27ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad
2023-05-17ionic: remove noise from ethtool rxnfc error msgShannon Nelson
2023-02-15ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel
2023-01-14net: add inline function skb_csum_is_sctpXin Long
2022-11-25net: ionic: Fix error handling in ionic_init_module()Yuan Can
2022-10-30ionic: catch NULL pointer issue on reconfigBrett Creeley
2022-08-31ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson
2022-08-21net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen
2022-05-18ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang
2022-04-08ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson
2022-01-05ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET
2021-10-20ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson
2021-09-15ionic: cleanly release devlink instanceLeon Romanovsky
2021-08-04ionic: count csum_none when offload enabledShannon Nelson
2021-08-04ionic: fix up dim accounting for tx and rxShannon Nelson
2021-08-04ionic: remove intr coalesce update from napiShannon Nelson
2021-03-30ionic: linearize tso skb with too many fragsShannon Nelson
2021-01-17ionic: start queues before announcing link upShannon Nelson
2021-01-12ionic: account for vlan tag len in rx buffer lenShannon Nelson
2020-12-30ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-12-30ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-12-30ionic: use mc sync for multicast filtersShannon 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