summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-2/+2
* net: mvpp2: reject unsupported coalescing paramsJakub Kicinski2020-03-151-0/+2
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-091-0/+6
* net: mvpp2: use resolved link config in mac_link_up()Russell King2020-02-271-36/+47
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-6/+13
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-061-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-1/+1
|\
| * net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
* | net: mvpp2: cycle comphy to power it downRussell King2019-12-201-0/+10
* | net: mvpp2: update mvpp2 validate() implementationRussell King2019-12-171-4/+18
|/
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-241-11/+10
* 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
* mvpp2: remove misleading commentMatteo Croce2019-10-031-2/+1
* mvpp2: percpu buffersMatteo Croce2019-09-022-23/+222
* mvpp2: refactor BM pool functionsMatteo Croce2019-09-021-19/+16
* net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2019-08-152-38/+23
* mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-111-18/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-47/+40
|\
| * mvpp2: fix panic on module removalMatteo Croce2019-08-011-3/+2
| * mvpp2: refactor the HW checksum setupMatteo Croce2019-07-291-13/+22
| * mvpp2: refactor MTU change codeMatteo Croce2019-07-291-28/+13
| * net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier2019-07-231-3/+3
* | mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-1/+2
|\
| * net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier2019-06-281-1/+2
* | net: mvpp2: cls: Add support for ETHER_FLOWMaxime Chevallier2019-07-091-0/+2
* | net: mvpp2: cls: Report an error for unsupported flow typesMaxime Chevallier2019-07-091-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-0/+3
|\|
| * net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry2019-06-191-0/+3
* | net: mvpp2: cls: Add steering based on vlan Id and priority.Maxime Chevallier2019-06-192-34/+86
* | net: mvpp2: cls: right-justify the C2 TCAM keysMaxime Chevallier2019-06-191-7/+7
* | net: mvpp2: cls: Only select applicable flows of classification offloadMaxime Chevallier2019-06-191-0/+3
* | net: mvpp2: cls: Use a dedicated lu_type for the RSS lookupMaxime Chevallier2019-06-192-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-11/+12
|\|
| * net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier2019-06-121-2/+4
| * net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier2019-06-121-9/+8
* | net: mvpp2: Add support for more ethtool countersMaxime Chevallier2019-06-102-18/+132
* | net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier2019-06-101-10/+11
* | net: mvpp2: Only clear the stat counters at port initMaxime Chevallier2019-06-101-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-2/+2
|\|
| * net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier2019-06-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-312-6/+7
|\|
| * net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| * net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier2019-05-231-0/+3
* | net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_insYueHaibing2019-05-301-2/+1
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-302-17/+27
* | net: mvpp2: cls: Check RSS table index validity when creating a contextMaxime Chevallier2019-05-281-0/+3