summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson1-5/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-14ionic: useful names for booleansShannon Nelson1-8/+8
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-14ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-14ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-14ionic: start queues before announcing link upShannon Nelson1-6/+6
2020-10-23ionic: no rx flush in deinitShannon Nelson1-1/+0
2020-10-23ionic: clean up sparse complaintsShannon Nelson1-14/+14
2020-10-02ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-02ionic: refill lif identity after fw_upShannon Nelson1-1/+9
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-02ionic: drain the work queueShannon Nelson1-10/+13
2020-10-02ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior1-19/+45
2020-09-16ionic: dynamic interrupt moderationShannon Nelson1-2/+29
2020-09-14ionic: fix up debugfs after queue swapShannon Nelson1-0/+15
2020-09-02ionic: clean adminq service routineShannon Nelson1-19/+25
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson1-31/+8
2020-08-28ionic: change queue count with no resetShannon Nelson1-60/+156
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson1-4/+141
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson1-8/+49
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson1-6/+6
2020-08-28ionic: reduce contiguous memory allocation requirementShannon Nelson1-40/+60
2020-08-28ionic: clean up unnecessary non-static functionsShannon Nelson1-2/+2
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson1-83/+52
2020-08-28ionic: remove lif list conceptShannon Nelson1-98/+33
2020-08-28ionic: use kcalloc for new arraysShannon Nelson1-4/+4
2020-08-28ionic: fix up a couple of debug stringsShannon Nelson1-3/+4
2020-08-28ionic: set MTU floor at ETH_MIN_MTUShannon Nelson1-1/+2
2020-08-11ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang1-2/+2
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson1-7/+34
2020-08-03ionic: tx separate servicingShannon Nelson1-0/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-07-30ionic: unlock queue mutex in error pathShannon Nelson1-1/+3
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-25/+25
2020-07-22ionic: fix memory leak of object 'lid'Colin Ian King1-1/+3
2020-07-21ionic: update eid test for overflowShannon Nelson1-1/+1
2020-07-21ionic: set netdev default nameShannon Nelson1-0/+1
2020-07-21ionic: get MTU from lif identityShannon Nelson1-3/+14
2020-07-20ionic: use mutex to protect queue operationsShannon Nelson1-12/+16
2020-07-20ionic: keep rss hash after fw updateShannon Nelson1-3/+2
2020-07-20ionic: fix up filter locks and debug msgsShannon Nelson1-10/+7
2020-07-07ionic: centralize queue reset codeShannon Nelson1-5/+12
2020-06-26ionic: update the queue count on openShannon Nelson1-0/+8