summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ionic: support ethtool rxhash disableShannon Nelson2020-03-091-2/+9
* | ionic: clean up bitflag usageShannon Nelson2020-03-095-46/+41
* | ionic: improve irq numa localityShannon Nelson2020-03-091-2/+3
* | ionic: remove pragma packedShannon Nelson2020-03-091-21/+17
* | ionic: keep ionic dev on lif init failShannon Nelson2020-03-092-5/+19
* | ionic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-22/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-212-4/+8
|\|
| * ionic: fix fw_status readShannon Nelson2020-02-202-4/+8
* | ionic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
|/
* ionic: fix rxq comp packet type maskShannon Nelson2020-01-311-1/+1
* ionic: clear compiler warning on hb use before setShannon Nelson2020-01-071-1/+1
* ionic: restrict received packets to mtu sizeShannon Nelson2020-01-071-2/+9
* ionic: add Rx dropped packet counterShannon Nelson2020-01-073-3/+11