summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: fix detection of 10G SFP modulesBaruch Siach2018-12-051-0/+1
* net: mvpp2: Fix affinity hint allocationMarc Zyngier2018-10-302-4/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-4/+5
|\
| * net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-051-4/+5
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-4/+6
|\|
| * net: mvpp2: fix a txq_done race conditionAntoine Tenart2018-09-191-4/+6
* | net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2018-09-242-0/+4
* | net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier2018-09-241-1/+5
* | net: marvell: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-1/+1
* | net: mvpp2: do not explicitly set the carrier state in openAntoine Tenart2018-09-201-1/+0Star
* | net: mvpp2: rename mvpp2_percpu function to mvpp2_threadAntoine Tenart2018-09-201-47/+47
* | net: mvpp2: handle cases where more CPUs are available than s/w threadsAntoine Tenart2018-09-202-54/+112
* | net: mvpp2: map the CPUs to threadsAntoine Tenart2018-09-202-40/+55
* | net: mvpp2: do not use the CPU number to access the per-thread registersAntoine Tenart2018-09-201-81/+88
* | net: mvpp2: make mvpp2_read_relaxed staticAntoine Tenart2018-09-202-3/+1Star
* | net: mvpp2: make the per-cpu helpers staticAntoine Tenart2018-09-202-10/+3Star
* | net: mvpp2: cpu should always be unsignedAntoine Tenart2018-09-202-30/+35
* | net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2018-09-202-4/+6
* | net: mvpp2: do not update the queue mode while probingAntoine Tenart2018-09-201-8/+9
* | net: mvpp2: rename the IRQs to match the hardwareAntoine Tenart2018-09-202-15/+46
* | net: mvpp2: increase the number of s/w threads to 9Antoine Tenart2018-09-201-1/+1
|/
* net: mvpp2: let phylink manage the carrier stateAntoine Tenart2018-09-171-15/+6Star
* net: mvpp2: initialize port of_node pointerBaruch Siach2018-08-301-0/+1
* net: mvpp2: debugfs: fix incorrect bitwise operatorGustavo A. R. Silva2018-07-181-1/+1
* net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier2018-07-164-0/+84
* net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier2018-07-164-5/+329
* net: mvpp2: debugfs: add hit counter stats for Header Parser entriesMaxime Chevallier2018-07-164-0/+40
* net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier2018-07-166-7/+371
* net: mvpp2: switch to SPDX identifiersAntoine Tenart2018-07-166-24/+6Star
* net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot2018-07-141-1/+1
* net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier2018-07-133-1/+132
* net: mvpp2: add an RSS classification step for each flowMaxime Chevallier2018-07-133-2/+302
* net: mvpp2: split ingress traffic into multiple flowsMaxime Chevallier2018-07-134-8/+489
* net: mvpp2: use classifier to assign default rx queueMaxime Chevallier2018-07-133-0/+246
* net: mvpp2: rename per-port RSS init functionMaxime Chevallier2018-07-133-5/+5
* net: mvpp2: make sure we don't spread load on disabled CPUsMaxime Chevallier2018-07-131-1/+7
* net: mvpp2: improve the distribution of packets on CPUs when using RSSAntoine Tenart2018-07-131-1/+15
* net: mvpp2: RSS indirection table supportAntoine Tenart2018-07-134-7/+92
* net: mvpp2: use one RSS table per portMaxime Chevallier2018-07-131-9/+8Star
* net: mvpp2: fix RSS register definitionsMaxime Chevallier2018-07-132-3/+3
* net: mvpp2: fix a typo in the RSS codeAntoine Tenart2018-07-131-1/+1
* net: mvpp2: use only one rx queue per port per CPUMaxime Chevallier2018-07-131-1/+1
* net: mvpp2: fix hardcoded number of rx queuesMaxime Chevallier2018-07-131-2/+2
* net: mvpp2: use RSS only when using multi-queue modeYan Markman2018-07-131-1/+6
* net: mvpp2: make multi queue mode the default modeMaxime Chevallier2018-07-131-1/+1
* net: mvpp2: make sure we use single queue mode on PPv2.1Maxime Chevallier2018-07-131-0/+6
* net: mvpp2: define the number of RSS entries per table in mvpp2.hMaxime Chevallier2018-07-132-3/+5
* net: mvpp2: fix include guards in mvpp2_prs.hMaxime Chevallier2018-07-131-3/+4
* net: mvpp2: explicitly include linux/interrupt.hAntoine Tenart2018-07-121-0/+1
* net: mvpp2: Use htons when checking protocol infoMaxime Chevallier2018-06-301-1/+1