aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-08ionic: set station addr only if neededShannon Nelson1-13/+19
2020-04-08ionic: replay filters after fw upgradeShannon Nelson3-15/+51
2020-03-30ionic: remove lifs on fw resetShannon Nelson5-25/+158
2020-03-30ionic: disable the queues on link downShannon Nelson1-56/+61
2020-03-30ionic: check for queues before deletingShannon Nelson1-19/+38
2020-03-30ionic: clean tx queue of unfinished requestsShannon Nelson3-0/+18
2020-03-30ionic: move irq request to qcq allocShannon Nelson1-22/+19
2020-03-30ionic: move debugfs add/delete to match alloc/freeShannon Nelson1-12/+8
2020-03-30ionic: check for linkup in watchdogShannon Nelson3-2/+7
2020-03-30ionic: decouple link message from netdev stateShannon Nelson1-14/+18
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+9
2020-03-21ionic: check for NULL structs on teardownShannon Nelson2-13/+20
2020-03-21ionic: clean irq affinity on queue deinitShannon Nelson1-0/+2
2020-03-21ionic: ignore eexist on rx filter addShannon Nelson1-2/+2
2020-03-21ionic: only save good lif dentryShannon Nelson1-1/+7
2020-03-21ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson1-1/+4
2020-03-21ionic: add timeout error checking for queue disableShannon Nelson1-5/+15
2020-03-21ionic: make spdxcheck.py happyLukas Bulwahn2-2/+2
2020-03-17ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson1-0/+3
2020-03-17ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-17ionic: remove adminq napi instanceShannon Nelson1-0/+1
2020-03-17ionic: deinit rss only if selectedShannon Nelson1-1/+2
2020-03-17ionic: stop devlink warn on mgmt deviceShannon Nelson1-2/+7
2020-03-15net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-7/+7