summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky1-1/+1
2020-04-15ionic: fix unused assignmentShannon Nelson1-1/+1
2020-04-15ionic: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+9
2020-03-22ionic: check for NULL structs on teardownShannon Nelson2-13/+20
2020-03-22ionic: clean irq affinity on queue deinitShannon Nelson1-0/+2
2020-03-22ionic: ignore eexist on rx filter addShannon Nelson1-2/+2
2020-03-22ionic: only save good lif dentryShannon Nelson1-1/+7
2020-03-22ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson1-1/+4
2020-03-22ionic: add timeout error checking for queue disableShannon Nelson1-5/+15
2020-03-22ionic: make spdxcheck.py happyLukas Bulwahn2-2/+2
2020-03-18ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson1-0/+3
2020-03-18ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-18ionic: remove adminq napi instanceShannon Nelson1-0/+1
2020-03-18ionic: deinit rss only if selectedShannon Nelson1-1/+2
2020-03-18ionic: stop devlink warn on mgmt deviceShannon Nelson1-2/+7
2020-03-16net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-7/+7
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-10ionic: drop ethtool driver versionShannon Nelson3-6/+2
2020-03-10ionic: add support for device id 0x1004Shannon Nelson4-2/+19
2020-03-10ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-10ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-10ionic: clean up bitflag usageShannon Nelson5-46/+41
2020-03-10ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-10ionic: remove pragma packedShannon Nelson1-21/+17
2020-03-10ionic: keep ionic dev on lif init failShannon Nelson2-5/+19
2020-03-07ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2020-02-21ionic: fix fw_status readShannon Nelson2-4/+8
2020-02-19ionic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson1-1/+1
2020-01-08ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-08ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-08ionic: add Rx dropped packet counterShannon Nelson3-3/+11
2020-01-08ionic: drop use of subdevice tagsShannon Nelson1-4/+0
2020-01-06ionic: support sr-iov operationsShannon Nelson6-8/+438
2020-01-06ionic: ionic_if bits for sr-iov supportShannon Nelson1-0/+97
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+10