summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-03-231-3/+12
* net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham2018-03-221-0/+5
* net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham2016-11-161-6/+5
* net: thunderx: Fix VF driver's interface statisticsSunil Goutham2016-11-161-52/+54
* net: thunderx: Program LMAC credits based on MTUSunil Goutham2016-11-161-17/+21
* net: thunderx: Support for byte queue limitsSunil Goutham2016-09-241-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-5/+15
|\
| * net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-011-5/+15
* | net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham2016-08-131-7/+1
* | net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham2016-08-131-3/+5
* | net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham2016-08-131-1/+1
* | net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki2016-08-131-2/+6
* | net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham2016-08-131-8/+12
* | net: thunderx: Set queue count based on number of CPUsSunil Goutham2016-08-131-4/+3
* | net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham2016-08-131-2/+12
|/
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-9/+9
|\
| * net: thunderx: Fix receive packet statsSunil Goutham2016-02-171-5/+6
| * net: thunderx: Fix for HW TSO not enabled for secondary qsetsSunil Goutham2016-02-171-3/+3
| * net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham2016-02-171-1/+0
* | net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham2016-02-111-2/+35
* | net: thunderx: Use napi_schedule_irqoff()Sunil Goutham2016-02-111-1/+1
* | net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu2016-02-111-0/+1
|/
* net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham2015-12-111-2/+13
* net: thunderx: Switchon carrier only upon interface link upSunil Goutham2015-12-021-3/+1
* net: thunder: Check for driver data in nicvf_remove()Pavel Fedin2015-11-161-5/+8
* net: thunder: Fix crash upon shutdown after failed probePavel Fedin2015-11-151-0/+3
* net: thunderx: Fix incorrect subsystem devid of VF on pass2 siliconSunil Goutham2015-10-251-1/+1
* net: thunderx: Support for internal loopback modeSunil Goutham2015-08-301-0/+30
* net: thunderx: Support for upto 96 queues for a VFSunil Goutham2015-08-301-20/+190
* net: thunderx: Rework interrupt handlingSunil Goutham2015-08-301-72/+100
* net: thunderx: Support for HW VLAN strippingSunil Goutham2015-08-301-3/+25
* net: thunderx: Receive hashing HW offload supportSunil Goutham2015-08-301-2/+33
* net: thunderx: mailboxes: remove code duplicationSunil Goutham2015-08-301-34/+10
* net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham2015-08-301-10/+16
* net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-291-0/+6
* net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-291-4/+5
* net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-291-0/+1
* net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-291-13/+27
* net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2015-07-291-0/+1
* net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2015-06-241-2/+12
* net: thunderx: add staticAleksey Makarov2015-06-021-16/+12
* net: thunderx: rework mac address handlingAleksey Makarov2015-06-021-6/+2
* net: thunderx: introduce a function for mailbox accessAleksey Makarov2015-06-021-10/+17
* net: thunderx: fix constantsAleksey Makarov2015-06-021-5/+5
* net: Adding support for Cavium ThunderX network controllerSunil Goutham2015-05-271-0/+1332