summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: fix mvpp2 debugfs leakRussell King (Oracle)2022-10-263-3/+21
* mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2022-09-281-18/+1
* net: marvell: fix MVNETA_TX_IN_PRGRS bit numberMaxim Kiselev2021-09-031-1/+1
* net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang2021-07-201-0/+4
* net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko2021-07-201-0/+2
* net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Andrianov2021-04-101-1/+1
* net: mvneta: Remove per-cpu queue mapping for Armada 3700Maxime Chevallier2021-03-041-1/+8
* net: mvpp2: TCAM entry enable should be written after SRAM dataStefan Chulski2021-02-101-5/+5
* net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski2021-01-231-2/+0
* net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski2021-01-121-1/+1
* net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski2021-01-121-2/+3
* net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2021-01-122-1/+34
* net: mvpp2: Fix error return code in mvpp2_open()Wang Hai2020-12-081-0/+1
* drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard2020-10-171-6/+16
* net: sky2: initialize return of gm_phy_readTom Rix2020-07-291-1/+1
* net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang2020-04-021-2/+1
* net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi2020-02-111-6/+21
* net: marvell: mvpp2: phylink requires the link interruptRussell King2020-01-041-1/+1
* net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2019-12-051-0/+2
* net: marvell: fix return type of ndo_start_xmit functionYueHaibing2019-11-203-3/+4
* net: mvpp2: fix the number of queues per cpu for PPv2.2Antoine Tenart2019-11-202-4/+6
* skge: fix checksum byte orderStephen Hemminger2019-10-051-1/+1
* sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai2019-09-211-0/+7
* net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier2019-08-291-3/+3
* mvpp2: refactor MTU change codeMatteo Croce2019-08-091-28/+13
* mvpp2: fix panic on module removalMatteo Croce2019-08-091-3/+2
* sky2: Disable MSI on ASUS P6TTakashi Iwai2019-07-281-0/+7
* net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer2019-07-261-1/+1
* net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer2019-07-261-0/+5
* net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier2019-07-261-1/+2
* net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier2019-06-221-2/+4
* net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier2019-06-221-9/+8
* net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier2019-06-111-2/+2
* net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-06-041-6/+4
* net: mvneta: Fix err code path of probeJisheng Zhang2019-06-041-3/+1
* net: mvpp2: fix validate for PPv2.1Antoine Tenart2019-05-021-1/+1
* net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King2019-04-051-6/+11
* net: marvell: mvneta: fix DMA debug warningRussell King2019-03-231-1/+1
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-03-231-1/+6
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-101-1/+23
* sky2: Increase D3 delay againKai-Heng Feng2019-02-231-1/+1
* skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-121-2/+4
* net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas2019-01-091-3/+3
* net: mvpp2: fix the phylink mode validationAntoine Tenart2019-01-091-1/+1
* net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart2019-01-091-6/+8
* net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach2018-12-211-1/+32
* net: mvpp2: fix detection of 10G SFP modulesBaruch Siach2018-12-211-0/+1
* net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-051-4/+5
* net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart2018-09-241-5/+4
* net: mvneta: fix the Rx desc buffer DMA unmappingAntoine Tenart2018-09-191-2/+2