summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder/nicvf_queues.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-16net: thunderx: Fix memory leak and other issues upon interface toggleSunil Goutham1-1/+13
2016-11-16net: thunderx: Fix VF driver's interface statisticsSunil Goutham1-49/+47
2016-11-16net: thunderx: Fix configuration of L3/L4 length checkingSunil Goutham1-2/+5
2016-11-16net: thunderx: Program LMAC credits based on MTUSunil Goutham1-0/+3
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham1-10/+20
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+57
2016-09-02net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham1-7/+57
2016-08-13net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob1-0/+15
2016-08-13net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham1-18/+6
2016-08-13net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham1-1/+11
2016-08-13net: thunderx: Set queue count based on number of CPUsSunil Goutham1-4/+4
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-10net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-03-14net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham1-8/+23
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2016-02-18net: thunderx: Fix receive packet statsSunil Goutham1-6/+2
2016-02-11net: thunderx: Alloc higher order pages when pagesize is smallSunil Goutham1-1/+1
2016-02-11net, thunderx: Add TX timeout and RX buffer alloc failure stats.Thanneeru Srinivasulu1-2/+1
2015-12-12net: thunderx: Enable CQE count threshold interruptSunil Goutham1-1/+1
2015-12-12net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham1-5/+15
2015-12-07net, thunderx: Remove unnecessary rcv buffer start address managementSunil Goutham1-40/+9
2015-12-07net: thunderx: nicvf_queues: nivc_*_intr: remove duplicationYury Norov1-100/+40
2015-12-02net: thunderx: Set CQ timer threshold properlySunil Goutham1-1/+1
2015-08-31net: thunderx: Support for upto 96 queues for a VFSunil Goutham1-4/+26
2015-08-31net: thunderx: Support for HW VLAN strippingSunil Goutham1-4/+24
2015-08-31net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham1-59/+27
2015-07-30net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham1-2/+4
2015-07-30net: thunderx: Fix TSO packet statisticSunil Goutham1-0/+1
2015-07-30net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham1-3/+5
2015-07-30net: thunderx: Fix data integrity issues with LDWBSunil Goutham1-1/+1
2015-06-02net: thunderx: use GFP_KERNEL in thread contextAleksey Makarov1-1/+1
2015-06-02net: thunderx: check if memory allocation was successfulAleksey Makarov1-0/+2
2015-06-02net: thunderx: remove unneeded type conversionsAleksey Makarov1-2/+1
2015-06-02net: thunderx: add staticAleksey Makarov1-1/+1
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham1-0/+1544