aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Zyngier1-4/+14
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 Chevallier1-0/+3
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 Tenart1-51/+101
2018-09-19net: mvpp2: map the CPUs to threadsAntoine Tenart1-39/+51
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 Tenart1-1/+1
2018-09-19net: mvpp2: make the per-cpu helpers staticAntoine Tenart1-3/+3
2018-09-19net: mvpp2: cpu should always be unsignedAntoine Tenart1-25/+29
2018-09-19net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart1-3/+4
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 Tenart1-15/+45
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-16net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier1-0/+4
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-12net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier1-1/+25
2018-07-12net: mvpp2: add an RSS classification step for each flowMaxime Chevallier1-0/+10
2018-07-12net: mvpp2: rename per-port RSS init functionMaxime Chevallier1-3/+3
2018-07-12net: mvpp2: RSS indirection table supportAntoine Tenart1-0/+70
2018-07-12net: mvpp2: fix hardcoded number of rx queuesMaxime Chevallier1-2/+2
2018-07-12net: mvpp2: use RSS only when using multi-queue modeYan Markman1-1/+6
2018-07-12net: mvpp2: make multi queue mode the default modeMaxime Chevallier1-1/+1
2018-07-12net: mvpp2: make sure we use single queue mode on PPv2.1Maxime Chevallier1-0/+6
2018-06-30net: mvpp2: Use htons when checking protocol infoMaxime Chevallier1-1/+1
2018-06-30net: mvpp2: Make TX / RX descriptors little-endianMaxime Chevallier1-19/+22
2018-06-04net: mvpp2: mvpp2_percpu_read_relaxed() can be statickbuild test robot1-1/+1
2018-06-01net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier1-0/+5281