summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
* ionic: wait on queue start until after IFF_UPShannon Nelson2020-06-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-16/+21
|\
| * ionic: call ionic_port_init after fw-upgradeShannon Nelson2020-05-122-9/+10
| * ionic: leave netdev mac alone after fw-upgradeShannon Nelson2020-05-121-7/+11
* | ionic: add more ethtool statsShannon Nelson2020-05-125-13/+170
* | ionic: more ionic name tweaksShannon Nelson2020-05-123-13/+14
* | ionic: ionic_intr_free parameter changeShannon Nelson2020-05-121-6/+6
* | ionic: reset device at probeShannon Nelson2020-05-121-0/+1
* | ionic: shorter dev cmd wait timeShannon Nelson2020-05-121-1/+1
* | ionic: add support for more xcvr typesShannon Nelson2020-05-121-0/+3
* | ionic: protect vf calls from fw resetShannon Nelson2020-05-121-1/+25
* | ionic: updates to ionic FW api descriptionShannon Nelson2020-05-121-403/+576
* | ionic: support longer tx sg listsShannon Nelson2020-05-128-30/+263
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-4/+3
|\|
| * ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven2020-05-061-2/+1
| * ionic: add device reset to fw upgrade downShannon Nelson2020-04-301-0/+1
| * ionic: refresh devinfo after fw-upgradeShannon Nelson2020-04-301-0/+1
| * ionic: no link check until after probeShannon Nelson2020-04-301-2/+0
* | drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-1/+1
|/
* ionic: fix unused assignmentShannon Nelson2020-04-141-1/+1
* ionic: add dynamic_debug headerShannon Nelson2020-04-141-0/+1
* ionic: set station addr only if neededShannon Nelson2020-04-081-13/+19
* ionic: replay filters after fw upgradeShannon Nelson2020-04-083-15/+51
* ionic: remove lifs on fw resetShannon Nelson2020-03-305-25/+158
* ionic: disable the queues on link downShannon Nelson2020-03-301-56/+61
* ionic: check for queues before deletingShannon Nelson2020-03-301-19/+38
* ionic: clean tx queue of unfinished requestsShannon Nelson2020-03-303-0/+18
* ionic: move irq request to qcq allocShannon Nelson2020-03-301-22/+19
* ionic: move debugfs add/delete to match alloc/freeShannon Nelson2020-03-301-12/+8
* ionic: check for linkup in watchdogShannon Nelson2020-03-303-2/+7
* ionic: decouple link message from netdev stateShannon Nelson2020-03-301-14/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-253-9/+9
|\
| * ionic: make spdxcheck.py happyLukas Bulwahn2020-03-212-2/+2
| * net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-151-7/+7
* | ionic: check for NULL structs on teardownShannon Nelson2020-03-212-13/+20
* | ionic: clean irq affinity on queue deinitShannon Nelson2020-03-211-0/+2
* | ionic: ignore eexist on rx filter addShannon Nelson2020-03-211-2/+2
* | ionic: only save good lif dentryShannon Nelson2020-03-211-1/+7
* | ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson2020-03-211-1/+4
* | ionic: add timeout error checking for queue disableShannon Nelson2020-03-211-5/+15
* | ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson2020-03-171-0/+3
* | ionic: print data for unknown xcvr typeShannon Nelson2020-03-171-4/+9
* | ionic: remove adminq napi instanceShannon Nelson2020-03-171-0/+1
* | ionic: deinit rss only if selectedShannon Nelson2020-03-171-1/+2
* | ionic: stop devlink warn on mgmt deviceShannon Nelson2020-03-171-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-4/+4
|\|
| * ionic: fix vf op lock usageShannon Nelson2020-03-061-4/+4
* | ionic: drop ethtool driver versionShannon Nelson2020-03-093-6/+2
* | ionic: add support for device id 0x1004Shannon Nelson2020-03-094-2/+19
* | ionic: print pci bus lane infoShannon Nelson2020-03-091-0/+1