aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley1-0/+2
2022-01-25ionic: fix up printing of timeout errorShannon Nelson1-2/+6
2022-01-25ionic: better handling of RESET eventShannon Nelson2-10/+24
2022-01-25ionic: add FW_STOPPING stateShannon Nelson4-12/+19
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley3-13/+23
2022-01-25ionic: separate function for watchdog initShannon Nelson1-12/+19
2022-01-25ionic: start watchdog after all is setupShannon Nelson2-4/+3
2022-01-25ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson1-3/+3
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-10-12ionic: no devlink_unregister if not registeredShannon Nelson1-1/+0
2021-10-10ionic: tame the filter no space messageShannon Nelson1-1/+14
2021-10-10ionic: allow adminq requests to override default error messageShannon Nelson3-20/+42
2021-10-10ionic: handle vlan id overflowShannon Nelson4-41/+56
2021-10-10ionic: generic filter deleteShannon Nelson1-10/+25
2021-10-10ionic: generic filter addShannon Nelson1-22/+46
2021-10-10ionic: add generic filter searchShannon Nelson1-3/+18
2021-10-10ionic: remove mac overflow flagsShannon Nelson2-7/+2
2021-10-10ionic: move lif mac address functionsShannon Nelson2-131/+131
2021-10-10ionic: add filterlist to debugfsShannon Nelson1-0/+46
2021-10-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson1-0/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+3
2021-10-06ionic: move filter sync_needed bit setShannon Nelson2-4/+3
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson1-12/+12
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson1-19/+20
2021-10-02ionic: add polling to adminq waitShannon Nelson2-6/+31
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson1-3/+11
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson1-5/+10
2021-10-02ionic: check for binary values in FW ver stringShannon Nelson1-3/+14
2021-10-02ionic: remove debug statsShannon Nelson7-225/+0
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+0
2021-09-28ionic: fix gathering of debug statsShannon Nelson1-9/+0
2021-09-27ionic: Move devlink registration to be last devlink commandLeon Romanovsky1-2/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+1
2021-09-03ionic: fix a sleeping in atomic bugDan Carpenter1-1/+1
2021-09-03ionic: fix double use of queue-lockShannon Nelson2-4/+13
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson3-0/+32
2021-08-28ionic: pull hwstamp queue_lock up a levelShannon Nelson2-14/+6
2021-08-28ionic: add queue lock around open and stopShannon Nelson1-1/+8
2021-08-28ionic: fill mac addr earlier in add_addrShannon Nelson1-1/+2
2021-08-28ionic: squelch unnecessary fw halted messageShannon Nelson1-2/+2
2021-08-28ionic: fire watchdog again after fw_downShannon Nelson1-2/+9
2021-08-26ionic: handle mac filter overflowShannon Nelson1-11/+29
2021-08-26ionic: refactor ionic_lif_addr to remove a layerShannon Nelson1-39/+2
2021-08-26ionic: sync the filters in the work taskShannon Nelson5-37/+247
2021-08-26ionic: flatten calls to set-rx-modeShannon Nelson1-18/+9
2021-08-26ionic: remove old work task typesShannon Nelson2-8/+0