aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev1-4/+41
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module nameVadim Lomovtsev1-1/+1
2018-01-16net: thunderx: add timestamping supportSunil Goutham1-3/+53
2017-11-11net: thunderx: fix double free errorAleksey Makarov1-52/+30
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King1-4/+0
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu1-48/+16
2016-11-25net: thunderx: Pause frame supportSunil Goutham1-0/+27
2016-11-25net: thunderx: Configure RED and backpressure levelsSunil Goutham1-0/+9
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu1-0/+1
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-0/+1
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-11/+25
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2016-09-01net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham1-3/+8
2016-08-13net: thunderx: Configure tunnelling protocol parsingZyta Szpak1-0/+21
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob1-0/+45
2016-08-13net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki1-6/+10
2016-08-13net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham1-15/+60
2016-08-13net: thunderx: Add RGMII interface type supportSunil Goutham1-4/+10
2016-08-13net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham1-38/+50
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham1-0/+7
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham1-0/+6
2016-08-13net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham1-17/+70
2016-08-13net: thunderx: Moved HW capability info from macros to structureSunil Goutham1-17/+79
2016-06-29net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham1-3/+13
2016-02-25net: thunderx: Fix for Qset error due to CQ fullSunil Goutham1-0/+6
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+18
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham1-8/+3
2015-12-08net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham1-1/+19
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu1-2/+1
2015-10-25net: thunderx: Incorporate pass2 silicon CPI index configuration changesThanneeru Srinivasulu1-6/+23
2015-10-25net: thunderx: Rewrite silicon revision tests.David Daney1-4/+6
2015-10-25net: thunderx: Remove PF soft reset.Sunil Goutham1-3/+0
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham1-0/+21
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham1-19/+154
2015-08-30net: thunderx: Support for HW VLAN strippingSunil Goutham1-0/+4
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov1-7/+1
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter1-3/+1
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham1-0/+940