aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-127/+132
2021-07-27ionic: add function tag to debug stringShannon Nelson1-2/+2
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson1-0/+21
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson1-2/+0
2021-07-27ionic: increment num-vfs before configureShannon Nelson1-1/+1
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson1-16/+11
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
2021-07-27ionic: print firmware version on identifyShannon Nelson1-0/+2
2021-07-27ionic: monitor fw status generationShannon Nelson3-3/+31
2021-07-27ionic: minimize resources when under kdumpShannon Nelson1-2/+19
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-07-23ionic: count csum_none when offload enabledShannon Nelson1-6/+5
2021-07-23ionic: fix up dim accounting for tx and rxShannon Nelson1-7/+21
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson2-5/+13
2021-07-23ionic: catch no ptp support earlierShannon Nelson2-8/+9
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson2-102/+85
2021-07-21ionic: cleanly release devlink instanceLeon Romanovsky1-7/+7
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky1-3/+0
2021-04-13ionic: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2021-04-13ionic: git_ts_info bit shiftersShannon Nelson1-13/+13
2021-04-08ionic: extend ts_config set lockingShannon Nelson1-6/+10
2021-04-08ionic: add ts_config replayShannon Nelson3-32/+60
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1