aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18ionic: add devlink firmware updateShannon Nelson5-9/+239
2020-09-18ionic: update the fw update apiShannon Nelson2-8/+29
2020-09-16ionic: dynamic interrupt moderationShannon Nelson6-31/+112
2020-09-14ionic: fix up debugfs after queue swapShannon Nelson1-0/+15
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+3
2020-09-02ionic: clarify boolean precedenceShannon Nelson1-2/+2
2020-09-02ionic: remove unused variableShannon Nelson1-2/+0
2020-09-02ionic: clean adminq service routineShannon Nelson3-48/+25
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson3-39/+8
2020-09-02ionic: struct reorder for faster accessShannon Nelson2-16/+16
2020-09-02ionic: clean up page handling codeShannon Nelson1-31/+40
2020-08-31ionic: fix txrx work accountingShannon Nelson1-10/+3
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson2-32/+8
2020-08-28ionic: change queue count with no resetShannon Nelson2-91/+213
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson3-14/+185
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson1-8/+49
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson7-88/+129
2020-08-28ionic: reduce contiguous memory allocation requirementShannon Nelson3-54/+81
2020-08-28ionic: clean up unnecessary non-static functionsShannon Nelson2-4/+2
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson5-149/+92
2020-08-28ionic: remove lif list conceptShannon Nelson6-127/+62
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 Nelson5-27/+182
2020-08-03ionic: tx separate servicingShannon Nelson3-56/+53
2020-08-03ionic: use fewer firmware doorbells on rx fillShannon Nelson1-10/+5
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. Miller5-40/+60
2020-07-22ionic: fix memory leak of object 'lid'Colin Ian King1-1/+3
2020-07-21ionic: interface file updatesShannon Nelson1-20/+68
2020-07-21ionic: rearrange reset and bus-master controlShannon Nelson1-5/+4
2020-07-21ionic: update eid test for overflowShannon Nelson1-1/+1
2020-07-21ionic: remove unused ionic_coal_hw_to_usecShannon Nelson1-13/+0
2020-07-21ionic: set netdev default nameShannon Nelson1-0/+1
2020-07-21ionic: get MTU from lif identityShannon Nelson3-5/+15
2020-07-20ionic: use mutex to protect queue operationsShannon Nelson3-25/+17
2020-07-20ionic: keep rss hash after fw updateShannon Nelson1-3/+2
2020-07-20ionic: update filter id after replayShannon Nelson1-0/+24
2020-07-20ionic: fix up filter locks and debug msgsShannon Nelson2-10/+12
2020-07-20ionic: use offset for ethtool regs dataShannon Nelson1-2/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-41/+40
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-2/+3
2020-07-07ionic: centralize queue reset codeShannon Nelson3-41/+32
2020-06-26ionic: update the queue count on openShannon Nelson1-0/+8
2020-06-20ionic: tame the watchdog timer on reconfigShannon Nelson1-7/+8
2020-06-17ionic: export features for vlans to useShannon Nelson1-0/+1
2020-06-17ionic: no link check while resetting queuesShannon Nelson1-1/+2