aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-05-10net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-13net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-03-16net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney1-6/+20
2016-03-14net: thunderx: Cleanup PHY probing code.David Daney1-11/+18
2016-03-14net: thunderx: Adjust nicvf structure to reduce cache missesSunil Goutham1-22/+30
2016-03-14net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham2-8/+24
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+16
2016-02-25net: thunderx: Fix for Qset error due to CQ fullSunil Goutham3-1/+16
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-17/+12
2016-02-17net: thunderx: Fix receive packet statsSunil Goutham3-13/+9
2016-02-17net: thunderx: Fix for HW TSO not enabled for secondary qsetsSunil Goutham1-3/+3
2016-02-17net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham1-1/+0
2016-02-11net: thunderx: Alloc higher order pages when pagesize is smallSunil Goutham1-1/+1
2016-02-11net: thunderx: bgx: Add log message when setting mac addressRobert Richter1-3/+8
2016-02-11net: thunderx: bgx: Use standard firmware node infrastructure.David Daney1-13/+14
2016-02-11net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham2-2/+36
2016-02-11net: thunderx: Use napi_schedule_irqoff()Sunil Goutham1-1/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu4-2/+7
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+18
2015-12-11net: thunderx: Enable CQE count threshold interruptSunil Goutham2-2/+2
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham5-29/+53
2015-12-08net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-07net, thunderx: Remove unnecessary rcv buffer start address managementSunil Goutham2-48/+11
2015-12-07net: thunderx: nicvf_queues: nivc_*_intr: remove duplicationYury Norov1-100/+40
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham3-3/+38
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham3-4/+18
2015-12-02net: thunderx: Set CQ timer threshold properlySunil Goutham3-5/+4
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu2-4/+2
2015-12-02net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu2-0/+4
2015-11-16net: thunder: Check for driver data in nicvf_remove()Pavel Fedin1-5/+8
2015-11-15net: thunder: Fix crash upon shutdown after failed probePavel Fedin1-0/+3
2015-10-26net: thunderx: add missing of_node_putJulia Lawall1-1/+3
2015-10-25net: thunderx: Incorporate pass2 silicon CPI index configuration changesThanneeru Srinivasulu2-6/+27
2015-10-25net: thunderx: Rewrite silicon revision tests.David Daney1-4/+6
2015-10-25net: thunderx: Fix incorrect subsystem devid of VF on pass2 siliconSunil Goutham1-1/+1
2015-10-25net: thunderx: Remove PF soft reset.Sunil Goutham1-3/+0
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham5-0/+97
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham5-84/+505
2015-08-30net: thunderx: Rework interrupt handlingSunil Goutham3-72/+102
2015-08-30net: thunderx: Support for HW VLAN strippingSunil Goutham4-7/+55
2015-08-30net: thunderx: Receive hashing HW offload supportSunil Goutham2-10/+39
2015-08-30net: thunderx: mailboxes: remove code duplicationSunil Goutham2-36/+11
2015-08-30net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham5-120/+103
2015-08-11net, thunder, bgx: Add support to get MAC address from ACPI.David Daney1-1/+85
2015-08-11net: thunder: Factor out DT specific code in BGXRobert Richter1-13/+35
2015-07-29net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu1-1/+4
2015-07-29net: thunderx: Add PCI driver shutdown routineSunil Goutham1-0/+6
2015-07-29net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham1-4/+5