aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26docs: networking: reorganize driver documentation againJakub Kicinski1-1/+1
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
2020-06-11ionic: add pcie_print_link_statusShannon Nelson1-0/+1
2020-06-11ionic: remove support for mgmt deviceShannon Nelson4-25/+0
2020-06-09ionic: wait on queue start until after IFF_UPShannon Nelson1-2/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+21
2020-05-12ionic: add more ethtool statsShannon Nelson5-13/+170
2020-05-12ionic: more ionic name tweaksShannon Nelson3-13/+14
2020-05-12ionic: ionic_intr_free parameter changeShannon Nelson1-6/+6
2020-05-12ionic: reset device at probeShannon Nelson1-0/+1
2020-05-12ionic: shorter dev cmd wait timeShannon Nelson1-1/+1
2020-05-12ionic: add support for more xcvr typesShannon Nelson1-0/+3
2020-05-12ionic: protect vf calls from fw resetShannon Nelson1-1/+25
2020-05-12ionic: updates to ionic FW api descriptionShannon Nelson1-403/+576
2020-05-12ionic: support longer tx sg listsShannon Nelson8-30/+263
2020-05-12ionic: call ionic_port_init after fw-upgradeShannon Nelson2-9/+10
2020-05-12ionic: leave netdev mac alone after fw-upgradeShannon Nelson1-7/+11
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+3
2020-05-06ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven1-2/+1
2020-04-30ionic: add device reset to fw upgrade downShannon Nelson1-0/+1
2020-04-30ionic: refresh devinfo after fw-upgradeShannon Nelson1-0/+1
2020-04-30ionic: no link check until after probeShannon Nelson1-2/+0
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky1-1/+1
2020-04-14ionic: fix unused assignmentShannon Nelson1-1/+1
2020-04-14ionic: add dynamic_debug headerShannon Nelson1-0/+1