summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: cls: Add missing NETIF_F_NTUPLE flagMaxime Chevallier2019-05-131-1/+3
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-113-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-089-317/+881
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-074-4/+4
| * net: mvpp2: cls: fix less than zero check on a u32 variableColin Ian King2019-05-071-2/+4
| * net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing2019-05-051-3/+0Star
| * net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier2019-05-013-9/+32
| * net: mvpp2: cls: Add Classification offload supportMaxime Chevallier2019-05-014-12/+410
| * net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier2019-05-012-69/+109
| * net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier2019-05-011-3/+3
| * net: mvneta: Switch to using devm_alloc_etherdev_mqsRosen Penev2019-04-241-8/+4Star
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
| * net: mvneta: Add 2500BaseT supportMaxime Chevallier2019-03-291-0/+1
| * net: mvpp2: cls: Rework C2 engine macrosMaxime Chevallier2019-03-271-21/+7Star
| * net: mvpp2: cls: Initialize lookup priorities for all entries in the flowMaxime Chevallier2019-03-271-13/+24
| * net: mvpp2: cls: Invalidate all C2 entries except the ones we useMaxime Chevallier2019-03-273-0/+30
| * net: mvpp2: cls: Rename the flow table macrosMaxime Chevallier2019-03-273-15/+14Star
| * net: mvpp2: cls: Don't use the sequence attribute for classificationMaxime Chevallier2019-03-272-18/+0Star
| * net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier2019-03-273-10/+9Star
| * net: mvpp2: cls: Move C2 read/write helpers aroundMaxime Chevallier2019-03-271-41/+41
| * net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entryMaxime Chevallier2019-03-271-7/+7
| * net: mvpp2: cls: Use iterators to go through the cls_tableMaxime Chevallier2019-03-272-8/+25
| * net: mvpp2: debugfs: Allow reading the C2 engine table from debugfsMaxime Chevallier2019-03-271-17/+59
| * net: mvpp2: debugfs: Allow reading the flow table from debugfsMaxime Chevallier2019-03-271-6/+63
| * net: mvpp2: debugfs: Store debugfs entries data in mvpp2 structMaxime Chevallier2019-03-272-72/+26Star
| * net: mvpp2: cls: Make the flow definitions constMaxime Chevallier2019-03-273-14/+15
| * net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWSMaxime Chevallier2019-03-274-7/+10
| * net: mvpp2: cls: use Lookup Type in classification enginesMaxime Chevallier2019-03-273-0/+21
| * net: mvpp2: cls: Start cls flow entries from beginning of tableMaxime Chevallier2019-03-271-3/+5
| * net: mvpp2: cls: Add missing MAC_DA field extractionMaxime Chevallier2019-03-271-0/+3
| * net: mvpp2: Don't use an int to store netdev_features_tMaxime Chevallier2019-03-271-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0Star
|/
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-041-1/+23
* net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is downAntoine Tenart2019-03-021-0/+3
* net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart2019-03-022-8/+59
* net: mvpp2: reset the MACs when reconfiguring a portAntoine Tenart2019-03-021-0/+3
* net: mvpp2: rework the XLG MAC reset handlingAntoine Tenart2019-03-021-9/+18
* net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart2019-03-022-10/+27
* net: mvpp2: only update the XLG configuration when neededAntoine Tenart2019-03-021-5/+8
* net: mvpp2: always disable both MACs when disabling a portAntoine Tenart2019-03-021-4/+4
* net: mvpp2: some AN fields require the link to be down when updatedAntoine Tenart2019-03-021-1/+11
* net: mvpp2: fix the computation of the RXQsAntoine Tenart2019-03-022-10/+17
* net: mvpp2: fix validate for PPv2.1Antoine Tenart2019-03-021-1/+1
* net: mvpp2: reconfiguring the port interface is PPv2.2 specificAntoine Tenart2019-03-021-8/+6Star
* net: mvpp2: a port can be disabled even if we use the link IRQAntoine Tenart2019-03-021-7/+0Star
* net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definitionAntoine Tenart2019-03-021-1/+1
* net: mvpp2: update the port documentation regarding the GoPAntoine Tenart2019-03-021-1/+1
* net: mvpp2: fix a typo in the headerAntoine Tenart2019-03-021-1/+1
* net: marvell: neta: disable comphy when setting modeMarek Behún2019-03-011-5/+23
* net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier2019-02-251-0/+1