summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2
Commit message (Expand)AuthorAgeFilesLines
* net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King2019-04-051-6/+11
* 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-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-181-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-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-192-54/+112
* | net: mvpp2: map the CPUs to threadsAntoine Tenart2018-09-192-40/+55
* | 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-192-3/+1
* | net: mvpp2: make the per-cpu helpers staticAntoine Tenart2018-09-192-10/+3
* | net: mvpp2: cpu should always be unsignedAntoine Tenart2018-09-192-30/+35
* | net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2018-09-192-4/+6
* | 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-192-15/+46
* | net: mvpp2: increase the number of s/w threads to 9Antoine Tenart2018-09-191-1/+1
|/
* 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: 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/+6
* net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot2018-07-131-1/+1
* net: mvpp2: allow setting RSS flow hash parameters with ethtoolMaxime Chevallier2018-07-123-1/+132
* net: mvpp2: add an RSS classification step for each flowMaxime Chevallier2018-07-123-2/+302
* net: mvpp2: split ingress traffic into multiple flowsMaxime Chevallier2018-07-124-8/+489
* net: mvpp2: use classifier to assign default rx queueMaxime Chevallier2018-07-123-0/+246
* net: mvpp2: rename per-port RSS init functionMaxime Chevallier2018-07-123-5/+5
* net: mvpp2: make sure we don't spread load on disabled CPUsMaxime Chevallier2018-07-121-1/+7
* net: mvpp2: improve the distribution of packets on CPUs when using RSSAntoine Tenart2018-07-121-1/+15
* net: mvpp2: RSS indirection table supportAntoine Tenart2018-07-124-7/+92
* net: mvpp2: use one RSS table per portMaxime Chevallier2018-07-121-9/+8
* net: mvpp2: fix RSS register definitionsMaxime Chevallier2018-07-122-3/+3
OpenPOWER on IntegriCloud