summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
Commit message (Expand)AuthorAgeFilesLines
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-0/+2
|\
| * net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-271-0/+2
* | Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman2018-12-211-7/+9
|\|
| * net: mvpp2: fix the phylink mode validationAntoine Tenart2018-12-191-1/+1
| * net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart2018-12-181-6/+8
* | Merge tag 'phy-for-4.21_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-12-121-17/+2
|\ \ | |/ |/|
| * phy: mvebu-cp110-comphy: convert to use eth phy mode and submodeGrygorii Strashko2018-12-121-17/+2
* | net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach2018-12-041-1/+32
* | net: mvpp2: fix detection of 10G SFP modulesBaruch Siach2018-12-041-0/+1
|/
* net: mvpp2: Fix affinity hint allocationMarc Zyngier2018-10-301-4/+14
* 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-181-4/+6
* | net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2018-09-241-0/+3
* | 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-191-1/+1
* | net: mvpp2: do not explicitly set the carrier state in openAntoine Tenart2018-09-191-1/+0
* | net: mvpp2: rename mvpp2_percpu function to mvpp2_threadAntoine Tenart2018-09-191-47/+47
* | net: mvpp2: handle cases where more CPUs are available than s/w threadsAntoine Tenart2018-09-191-51/+101
* | net: mvpp2: map the CPUs to threadsAntoine Tenart2018-09-191-39/+51
* | net: mvpp2: do not use the CPU number to access the per-thread registersAntoine Tenart2018-09-191-81/+88
* | net: mvpp2: make mvpp2_read_relaxed staticAntoine Tenart2018-09-191-1/+1
* | net: mvpp2: make the per-cpu helpers staticAntoine Tenart2018-09-191-3/+3
* | net: mvpp2: cpu should always be unsignedAntoine Tenart2018-09-191-25/+29
* | net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2018-09-191-3/+4
* | net: mvpp2: do not update the queue mode while probingAntoine Tenart2018-09-191-8/+9
* | net: mvpp2: rename the IRQs to match the hardwareAntoine Tenart2018-09-191-15/+45
|/
* net: mvpp2: let phylink manage the carrier stateAntoine Tenart2018-09-171-15/+6
* net: mvpp2: initialize port of_node pointerBaruch Siach2018-08-291-0/+1
* net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier2018-07-161-0/+4
* net: mvpp2: switch to SPDX identifiersAntoine Tenart2018-07-161-4/+1
* net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier2018-07-121-1/+25
* net: mvpp2: add an RSS classification step for each flowMaxime Chevallier2018-07-121-0/+10
* net: mvpp2: rename per-port RSS init functionMaxime Chevallier2018-07-121-3/+3
* net: mvpp2: RSS indirection table supportAntoine Tenart2018-07-121-0/+70
* net: mvpp2: fix hardcoded number of rx queuesMaxime Chevallier2018-07-121-2/+2
* net: mvpp2: use RSS only when using multi-queue modeYan Markman2018-07-121-1/+6
* net: mvpp2: make multi queue mode the default modeMaxime Chevallier2018-07-121-1/+1
* net: mvpp2: make sure we use single queue mode on PPv2.1Maxime Chevallier2018-07-121-0/+6
* net: mvpp2: Use htons when checking protocol infoMaxime Chevallier2018-06-301-1/+1
* net: mvpp2: Make TX / RX descriptors little-endianMaxime Chevallier2018-06-301-19/+22
* net: mvpp2: mvpp2_percpu_read_relaxed() can be statickbuild test robot2018-06-041-1/+1
* net: mvpp2: Split the PPv2 driver to a dedicated directoryMaxime Chevallier2018-06-011-0/+5281