aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: change page pool nid to NUMA_NO_NODELorenzo Bianconi2020-01-131-1/+1
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-1/+1
| |\
| | * net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
| |/
* | net: mvpp2: cycle comphy to power it downRussell King2019-12-191-0/+10
* | net: mvpp2: update mvpp2 validate() implementationRussell King2019-12-171-4/+18
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-4/+4
|/
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-232-16/+13
* octeontx2-af: Fix uninitialized variable in debugfsDan Carpenter2019-11-211-1/+2
* net: mvneta: get rid of huge dma sync in mvneta_rx_refillLorenzo Bianconi2019-11-201-11/+15
* net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdpLorenzo Bianconi2019-11-201-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-169-18/+18
|\
| * octeontx2-af: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-169-18/+18
* | octeontx2-af: Start/Stop traffic in CGX along with NPCSubbaraya Sundeep2019-11-144-14/+65
* | octeontx2-af: Add option to disable dynamic entry caching in NDCSunil Goutham2019-11-143-3/+112
* | octeontx2-af: Support configurable NDC cache way_maskGeetha sowjanya2019-11-143-11/+28
* | octeontx2-af: Enable broadcast packet replicationSunil Goutham2019-11-144-59/+69
* | octeontx2-af: Support fixed transmit scheduler topologySunil Goutham2019-11-149-259/+513
* | octeontx2-af: Add more RSS algorithmsKiran Kumar K2019-11-142-11/+114
* | octeontx2-af: Clear NPC MCAM entries before updateNithin Dabilpuram2019-11-141-2/+31
* | octeontx2-af: Update NPC KPU packet parsing profileHao Zheng2019-11-144-3792/+11236
* | octeontx2-af: Add macro to generate mbox handlers declarationsSubbaraya Sundeep2019-11-142-134/+17
* | octeontx2-af: Sync hw mbox with bounce buffer.Geetha sowjanya2019-11-142-13/+30
* | octeontx2-af: Add mbox API to validate all responsesSunil Goutham2019-11-144-12/+70
* | octeontx2-af: Add NPC MCAM entry allocation status to debugfsSunil Goutham2019-11-143-1/+213
* | octeontx2-af: Add per CGX port level NIX Rx/Tx countersLinu Cherian2019-11-145-2/+173
* | octeontx2-af: Add CGX LMAC stats to debugfsPrakash Brahmajyosyula2019-11-142-0/+163
* | octeontx2-af: Add NDC block stats to debugfs.Prakash Brahmajyosyula2019-11-145-20/+201
* | octeontx2-af: Add NIX RQ, SQ and CQ contexts to debugfsPrakash Brahmajyosyula2019-11-143-2/+507
* | octeontx2-af: Add NPA aura and pool contexts to debugfsChristina Jacob2019-11-143-2/+530
* | octeontx2-af: Dump current resource provisioning statusChristina Jacob2019-11-144-1/+169
* | net: mvneta: fix build skb for bm capable devicesLorenzo Bianconi2019-11-141-2/+2
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-043-8/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-12/+20
|\|
| * net: mvneta: make stub functions static inlineBen Dooks (Codethink)2019-10-251-12/+20
* | mvpp2: prefetch frame headerMatteo Croce2019-10-281-0/+1
* | mvpp2: sync only the received frameMatteo Croce2019-10-281-2/+7
* | mvpp2: refactor frame drop routineMatteo Croce2019-10-281-8/+9
* | net: mvneta: add XDP_TX supportLorenzo Bianconi2019-10-211-7/+121
* | net: mvneta: make tx buffer array agnosticLorenzo Bianconi2019-10-211-23/+43
* | net: mvneta: move header prefetch in mvneta_swbm_rx_frameLorenzo Bianconi2019-10-211-4/+3
* | net: mvneta: add basic XDP supportLorenzo Bianconi2019-10-211-9/+139
* | net: mvneta: rely on build_skb in mvneta_rx_swbm poll routineLorenzo Bianconi2019-10-211-84/+95
* | net: mvneta: introduce page pool API for sw buffer managerLorenzo Bianconi2019-10-212-19/+65
* | net: mvneta: introduce mvneta_update_stats routineLorenzo Bianconi2019-10-211-21/+22
* | mvpp2: remove misleading commentMatteo Croce2019-10-021-2/+1
|/
* skge: fix checksum byte orderStephen Hemminger2019-09-241-1/+1
* mvpp2: percpu buffersMatteo Croce2019-09-022-23/+222