summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2020-01-04net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1
2019-12-05net: marvell: fix a missing check of acpi_match_deviceKangjie Lu1-0/+2
2019-11-20net: marvell: fix return type of ndo_start_xmit functionYueHaibing3-3/+4
2019-11-20net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2-4/+6
2019-10-05skge: fix checksum byte orderStephen Hemminger1-1/+1
2019-09-21sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai1-0/+7
2019-08-29net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier1-3/+3
2019-08-09mvpp2: refactor MTU change codeMatteo Croce1-28/+13
2019-08-09mvpp2: fix panic on module removalMatteo Croce1-3/+2
2019-07-28sky2: Disable MSI on ASUS P6TTakashi Iwai1-0/+7
2019-07-26net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer1-1/+1
2019-07-26net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer1-0/+5
2019-07-26net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier1-1/+2
2019-06-22net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier1-2/+4
2019-06-22net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier1-9/+8
2019-06-11net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-06-04net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart1-6/+4
2019-06-04net: mvneta: Fix err code path of probeJisheng Zhang1-3/+1
2019-05-02net: mvpp2: fix validate for PPv2.1Antoine Tenart1-1/+1
2019-04-05net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King1-6/+11
2019-03-23net: marvell: mvneta: fix DMA debug warningRussell King1-1/+1
2019-03-23net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov1-1/+6
2019-03-10sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-02-23sky2: Increase D3 delay againKai-Heng Feng1-1/+1
2019-02-12skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2019-01-09net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas1-3/+3
2019-01-09net: mvpp2: fix the phylink mode validationAntoine Tenart1-1/+1
2019-01-09net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart1-6/+8
2018-12-21net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach1-1/+32
2018-12-21net: mvpp2: fix detection of 10G SFP modulesBaruch Siach1-0/+1
2018-10-06net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+5
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart1-5/+4
2018-09-20net: mvneta: fix the Rx desc buffer DMA unmappingAntoine Tenart1-2/+2
2018-09-19net: 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-30net: mvpp2: initialize port of_node pointerBaruch Siach1-0/+1
2018-08-11net: mvneta: fix mvneta_config_rss on armada 3700Jisheng Zhang1-11/+20
2018-07-29net: mvneta: Improve the buffer allocation method for SWBMYelena Krivosheev1-98/+183
2018-07-29net: mvneta: Verify hardware checksum only when offload checksum feature is setYelena Krivosheev1-1/+2
2018-07-29net: mvneta: Allocate page for the descriptorGregory CLEMENT2-41/+24
2018-07-29net: mvneta: discriminate error cause for missed packetGregory CLEMENT1-6/+22
2018-07-29net: mvneta: increase number of buffers in RX and TX queueYelena Krivosheev1-2/+2
2018-07-29net: mvneta: remove data pointer usage from device_node structureGregory CLEMENT3-6/+32
2018-07-29net: mvneta: fix mtu change on port without linkYelena Krivosheev1-1/+0
2018-07-29net: ethernet: mvneta: Fix napi structure mixup on armada 3700Andrew Lunn1-10/+12
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