summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder/nic_main.c
AgeCommit message (Expand)Author
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev
2018-11-27net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev
2018-01-16net: thunderx: add timestamping supportSunil Goutham
2017-11-11net: thunderx: fix double free errorAleksey Makarov
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu
2016-11-25net: thunderx: Pause frame supportSunil Goutham
2016-11-25net: thunderx: Configure RED and backpressure levelsSunil Goutham
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-01net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham
2016-08-13net: thunderx: Configure tunnelling protocol parsingZyta Szpak
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob
2016-08-13net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki
2016-08-13net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham
2016-08-13net: thunderx: Add RGMII interface type supportSunil Goutham
2016-08-13net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham
2016-08-13net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham
2016-08-13net: thunderx: Moved HW capability info from macros to structureSunil Goutham
2016-06-29net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham
2016-02-25net: thunderx: Fix for Qset error due to CQ fullSunil Goutham
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham
2015-12-08net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu
2015-10-25net: thunderx: Incorporate pass2 silicon CPI index configuration changesThanneeru Srinivasulu
2015-10-25net: thunderx: Rewrite silicon revision tests.David Daney
2015-10-25net: thunderx: Remove PF soft reset.Sunil Goutham
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham
2015-08-30net: thunderx: Support for HW VLAN strippingSunil Goutham
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham