aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05net: marvell: mvpp2: fix lack of link interruptsRussell King1-7/+14
2019-02-05net: marvell: mvpp2: use phy_interface_mode_is_8023z() helperRussell King1-23/+15
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2018-12-27net: marvell: fix a missing check of acpi_match_deviceKangjie Lu1-0/+2
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman1-7/+9
2018-12-19net: mvpp2: fix the phylink mode validationAntoine Tenart1-1/+1
2018-12-18net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart1-6/+8
2018-12-12Merge tag 'phy-for-4.21_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-17/+2
2018-12-12phy: mvebu-cp110-comphy: convert to use eth phy mode and submodeGrygorii Strashko1-17/+2
2018-12-04net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach1-1/+32
2018-12-04net: mvpp2: fix detection of 10G SFP modulesBaruch Siach1-0/+1
2018-10-30net: mvpp2: Fix affinity hint allocationMarc Zyngier2-4/+15
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2018-10-05net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+5
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2018-09-24net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2-0/+4
2018-09-24net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier1-1/+5
2018-09-19net: marvell: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-09-19net: mvpp2: do not explicitly set the carrier state in openAntoine Tenart1-1/+0
2018-09-19net: mvpp2: rename mvpp2_percpu function to mvpp2_threadAntoine Tenart1-47/+47
2018-09-19net: mvpp2: handle cases where more CPUs are available than s/w threadsAntoine Tenart2-54/+112
2018-09-19net: mvpp2: map the CPUs to threadsAntoine Tenart2-40/+55
2018-09-19net: mvpp2: do not use the CPU number to access the per-thread registersAntoine Tenart1-81/+88
2018-09-19net: mvpp2: make mvpp2_read_relaxed staticAntoine Tenart2-3/+1
2018-09-19net: mvpp2: make the per-cpu helpers staticAntoine Tenart2-10/+3
2018-09-19net: mvpp2: cpu should always be unsignedAntoine Tenart2-30/+35
2018-09-19net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2-4/+6
2018-09-19net: mvpp2: do not update the queue mode while probingAntoine Tenart1-8/+9
2018-09-19net: mvpp2: rename the IRQs to match the hardwareAntoine Tenart2-15/+46
2018-09-19net: mvpp2: increase the number of s/w threads to 9Antoine Tenart1-1/+1
2018-09-18net: mvpp2: fix a txq_done race conditionAntoine Tenart1-4/+6
2018-09-17net: mvpp2: let phylink manage the carrier stateAntoine Tenart1-15/+6
2018-08-29net: mvpp2: initialize port of_node pointerBaruch Siach1-0/+1
2018-07-18net: mvpp2: debugfs: fix incorrect bitwise operatorGustavo A. R. Silva1-1/+1
2018-07-16net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier4-0/+84
2018-07-16net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier4-5/+329
2018-07-16net: mvpp2: debugfs: add hit counter stats for Header Parser entriesMaxime Chevallier4-0/+40
2018-07-16net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier6-7/+371
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart6-24/+6
2018-07-13net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot1-1/+1
2018-07-12net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier3-1/+132
2018-07-12net: mvpp2: add an RSS classification step for each flowMaxime Chevallier3-2/+302
2018-07-12net: mvpp2: split ingress traffic into multiple flowsMaxime Chevallier4-8/+489
2018-07-12net: mvpp2: use classifier to assign default rx queueMaxime Chevallier3-0/+246
2018-07-12net: mvpp2: rename per-port RSS init functionMaxime Chevallier3-5/+5
2018-07-12net: mvpp2: make sure we don't spread load on disabled CPUsMaxime Chevallier1-1/+7
2018-07-12net: mvpp2: improve the distribution of packets on CPUs when using RSSAntoine Tenart1-1/+15
2018-07-12net: mvpp2: RSS indirection table supportAntoine Tenart4-7/+92
2018-07-12net: mvpp2: use one RSS table per portMaxime Chevallier1-9/+8