summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-08ionic: centralize queue reset codeShannon Nelson1-5/+12
2020-06-26ionic: update the queue count on openShannon Nelson1-0/+8
2020-06-21ionic: tame the watchdog timer on reconfigShannon Nelson1-7/+8
2020-06-18ionic: export features for vlans to useShannon Nelson1-0/+1
2020-06-18ionic: no link check while resetting queuesShannon Nelson1-1/+2
2020-06-11ionic: remove support for mgmt deviceShannon Nelson1-13/+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. Miller1-7/+12
2020-05-12ionic: add more ethtool statsShannon Nelson1-2/+2
2020-05-12ionic: more ionic name tweaksShannon Nelson1-2/+2
2020-05-12ionic: ionic_intr_free parameter changeShannon Nelson1-6/+6
2020-05-12ionic: protect vf calls from fw resetShannon Nelson1-1/+25
2020-05-12ionic: support longer tx sg listsShannon Nelson1-3/+111
2020-05-12ionic: call ionic_port_init after fw-upgradeShannon Nelson1-0/+1
2020-05-12ionic: leave netdev mac alone after fw-upgradeShannon Nelson1-7/+11
2020-05-01ionic: add device reset to fw upgrade downShannon Nelson1-0/+1
2020-05-01ionic: refresh devinfo after fw-upgradeShannon Nelson1-0/+1
2020-05-01ionic: no link check until after probeShannon Nelson1-2/+0
2020-04-08ionic: set station addr only if neededShannon Nelson1-13/+19
2020-04-08ionic: replay filters after fw upgradeShannon Nelson1-4/+8
2020-03-30ionic: remove lifs on fw resetShannon Nelson1-20/+110
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 Nelson1-0/+1
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 Nelson1-1/+1
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. Miller1-7/+7
2020-03-22ionic: check for NULL structs on teardownShannon Nelson1-12/+14
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: add timeout error checking for queue disableShannon Nelson1-5/+15
2020-03-18ionic: remove adminq napi instanceShannon Nelson1-0/+1
2020-03-18ionic: deinit rss only if selectedShannon Nelson1-1/+2
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: add support for device id 0x1004Shannon Nelson1-0/+10
2020-03-10ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-10ionic: clean up bitflag usageShannon Nelson1-12/+12
2020-03-10ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-10ionic: keep ionic dev on lif init failShannon Nelson1-0/+3
2020-03-07ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-01-06ionic: support sr-iov operationsShannon Nelson1-7/+240
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-05ionic: keep users rss hash across lif resetShannon Nelson1-6/+10
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-10-26ionic: implement support for rx sglShannon Nelson1-3/+6
2019-10-26ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann1-0/+2