aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev1-1/+1
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev1-0/+2
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev1-4/+2
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to private for each of them.Vadim Lomovtsev1-1/+3
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev1-0/+2
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev1-6/+1
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode requestVadim Lomovtsev1-0/+17
2018-03-31net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev1-0/+12
2018-01-16net: thunderx: add timestamping supportSunil Goutham1-0/+36
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham1-1/+5
2017-05-02net: thunderx: Support for page recyclingSunil Goutham1-1/+3
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu1-2/+0
2017-03-09net: thunderx: Fix IOMMU translation faultsSunil Goutham1-0/+1
2016-11-25net: thunderx: Pause frame supportSunil Goutham1-0/+17
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu1-0/+2
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-26/+35
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-2/+1
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-09-01net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham1-0/+1
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob1-0/+27
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham1-1/+8
2016-08-13net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham1-1/+9
2016-08-13net: thunderx: Moved HW capability info from macros to structureSunil Goutham1-35/+6
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 Goutham1-0/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2016-02-25net: thunderx: Fix for Qset error due to CQ fullSunil Goutham1-0/+9
2016-02-11net: thunderx: Assign affinity hints to vf's interruptsSunil Goutham1-0/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu1-0/+3
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham1-0/+6
2015-12-02net: thunderx: Set CQ timer threshold properlySunil Goutham1-3/+2
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham1-0/+11
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham1-4/+38
2015-08-30net: thunderx: Rework interrupt handlingSunil Goutham1-0/+1
2015-08-30net: thunderx: mailboxes: remove code duplicationSunil Goutham1-2/+1
2015-08-30net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham1-5/+31
2015-07-29net: thunderx: Set watchdog timeout valueSunil Goutham1-0/+9
2015-07-29net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham1-1/+2
2015-06-24net: Cavium: Fix MAC address setting in shutdown statePavel Fedin1-0/+1
2015-06-02net: thunderx: add staticAleksey Makarov1-2/+0
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov1-2/+2
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter1-0/+10
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham1-0/+414