index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvpp2
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-13
net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag
Maxime Chevallier
1
-1
/
+3
2019-05-07
net: mvpp2: cls: fix less than zero check on a u32 variable
Colin Ian King
1
-2
/
+4
2019-05-05
net: mvpp2: cls: Remove set but not used variable 'act'
YueHaibing
1
-3
/
+0
2019-05-02
net: mvpp2: cls: Allow dropping packets with classification offload
Maxime Chevallier
3
-9
/
+32
2019-05-02
net: mvpp2: cls: Add Classification offload support
Maxime Chevallier
4
-12
/
+410
2019-05-02
net: mvpp2: cls: Use a bitfield to represent the flow_type
Maxime Chevallier
2
-69
/
+109
2019-05-02
net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_write
Maxime Chevallier
1
-3
/
+3
2019-03-27
net: mvpp2: cls: Rework C2 engine macros
Maxime Chevallier
1
-21
/
+7
2019-03-27
net: mvpp2: cls: Initialize lookup priorities for all entries in the flow
Maxime Chevallier
1
-13
/
+24
2019-03-27
net: mvpp2: cls: Invalidate all C2 entries except the ones we use
Maxime Chevallier
3
-0
/
+30
2019-03-27
net: mvpp2: cls: Rename the flow table macros
Maxime Chevallier
3
-15
/
+14
2019-03-27
net: mvpp2: cls: Don't use the sequence attribute for classification
Maxime Chevallier
2
-18
/
+0
2019-03-27
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
3
-10
/
+9
2019-03-27
net: mvpp2: cls: Move C2 read/write helpers around
Maxime Chevallier
1
-41
/
+41
2019-03-27
net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry
Maxime Chevallier
1
-7
/
+7
2019-03-27
net: mvpp2: cls: Use iterators to go through the cls_table
Maxime Chevallier
2
-8
/
+25
2019-03-27
net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs
Maxime Chevallier
1
-17
/
+59
2019-03-27
net: mvpp2: debugfs: Allow reading the flow table from debugfs
Maxime Chevallier
1
-6
/
+63
2019-03-27
net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct
Maxime Chevallier
2
-72
/
+26
2019-03-27
net: mvpp2: cls: Make the flow definitions const
Maxime Chevallier
3
-14
/
+15
2019-03-27
net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS
Maxime Chevallier
4
-7
/
+10
2019-03-27
net: mvpp2: cls: use Lookup Type in classification engines
Maxime Chevallier
3
-0
/
+21
2019-03-27
net: mvpp2: cls: Start cls flow entries from beginning of table
Maxime Chevallier
1
-3
/
+5
2019-03-27
net: mvpp2: cls: Add missing MAC_DA field extraction
Maxime Chevallier
1
-0
/
+3
2019-03-27
net: mvpp2: Don't use an int to store netdev_features_t
Maxime Chevallier
1
-1
/
+1
2019-03-02
net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is down
Antoine Tenart
1
-0
/
+3
2019-03-02
net: mvpp2: set the XPCS and MPCS in reset when not used
Antoine Tenart
2
-8
/
+59
2019-03-02
net: mvpp2: reset the MACs when reconfiguring a port
Antoine Tenart
1
-0
/
+3
2019-03-02
net: mvpp2: rework the XLG MAC reset handling
Antoine Tenart
1
-9
/
+18
2019-03-02
net: mvpp2: force the XLG MAC link up or down when not using in-band
Antoine Tenart
2
-10
/
+27
2019-03-02
net: mvpp2: only update the XLG configuration when needed
Antoine Tenart
1
-5
/
+8
2019-03-02
net: mvpp2: always disable both MACs when disabling a port
Antoine Tenart
1
-4
/
+4
2019-03-02
net: mvpp2: some AN fields require the link to be down when updated
Antoine Tenart
1
-1
/
+11
2019-03-02
net: mvpp2: fix the computation of the RXQs
Antoine Tenart
2
-10
/
+17
2019-03-02
net: mvpp2: fix validate for PPv2.1
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: reconfiguring the port interface is PPv2.2 specific
Antoine Tenart
1
-8
/
+6
2019-03-02
net: mvpp2: a port can be disabled even if we use the link IRQ
Antoine Tenart
1
-7
/
+0
2019-03-02
net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definition
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: update the port documentation regarding the GoP
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: fix a typo in the header
Antoine Tenart
1
-1
/
+1
2019-02-25
net: mvpp2: Add 2.5GBaseT support
Maxime Chevallier
1
-0
/
+1
2019-02-12
net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhere
Russell King
1
-9
/
+6
2019-02-12
net: marvell: mvpp2: add mvpp2_is_xlg() helper
Russell King
1
-11
/
+9
2019-02-09
net: marvell: mvpp2: clear flow control modes in 10G mode
Russell King
1
-0
/
+5
2019-02-09
net: marvell: mvpp2: fix AN restart
Russell King
1
-10
/
+5
2019-02-09
net: marvell: mvpp2: read correct pause bits
Russell King
1
-2
/
+2
2019-02-09
net: marvell: mvpp2: only reprogram what is necessary on mac_config
Russell King
1
-23
/
+35
2019-02-09
net: marvell: mvpp2: fix stuck in-band SGMII negotiation
Russell King
1
-6
/
+11
2019-02-09
net: marvell: mvpp2: phylink compliance updates
Russell King
1
-36
/
+61
2019-02-05
net: marvell: mvpp2: fix lack of link interrupts
Russell King
1
-7
/
+14
[next]