summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2023-07-23ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad
2023-05-17ionic: catch failure from devlink_allocShannon Nelson
2023-05-17ionic: remove noise from ethtool rxnfc error msgShannon Nelson
2023-03-03ionic: refactor use of ionic_rx_fill()Neel Patel
2023-02-14ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel
2022-11-26net: ionic: Fix error handling in ionic_init_module()Yuan Can
2022-10-29ionic: catch NULL pointer issue on reconfigBrett Creeley
2022-08-31ionic: VF initial random MAC address if no assigned macR Mohamed Shah
2022-08-31ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson
2022-08-31ionic: clear broken state on generation changeShannon Nelson
2022-08-31ionic: widen queue_lock use around lif init and deinitShannon Nelson
2022-08-17net: 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: Don't send reset commands if FW isn't runningBrett Creeley
2022-04-08ionic: start watchdog after all is setupShannon Nelson
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-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson
2021-10-06ionic: move filter sync_needed bit setShannon Nelson
2021-09-28ionic: fix gathering of debug statsShannon Nelson
2021-09-03ionic: fix a sleeping in atomic bugDan Carpenter
2021-09-03ionic: fix double use of queue-lockShannon Nelson
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson
2021-08-28ionic: pull hwstamp queue_lock up a levelShannon Nelson
2021-08-28ionic: add queue lock around open and stopShannon Nelson
2021-08-28ionic: fill mac addr earlier in add_addrShannon Nelson
2021-08-28ionic: squelch unnecessary fw halted messageShannon Nelson
2021-08-28ionic: fire watchdog again after fw_downShannon Nelson
2021-08-26ionic: handle mac filter overflowShannon Nelson
2021-08-26ionic: refactor ionic_lif_addr to remove a layerShannon Nelson
2021-08-26ionic: sync the filters in the work taskShannon Nelson
2021-08-26ionic: flatten calls to set-rx-modeShannon Nelson
2021-08-26ionic: remove old work task typesShannon Nelson
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27ionic: add function tag to debug stringShannon Nelson
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson
2021-07-27ionic: increment num-vfs before configureShannon Nelson
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson
2021-07-27ionic: init reconfig err to 0Shannon Nelson
2021-07-27ionic: print firmware version on identifyShannon Nelson
2021-07-27ionic: monitor fw status generationShannon Nelson
2021-07-27ionic: minimize resources when under kdumpShannon Nelson
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23ionic: count csum_none when offload enabledShannon Nelson
2021-07-23ionic: fix up dim accounting for tx and rxShannon Nelson