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-10-28
mvpp2: prefetch frame header
Matteo Croce
1
-0
/
+1
2019-10-28
mvpp2: sync only the received frame
Matteo Croce
1
-2
/
+7
2019-10-28
mvpp2: refactor frame drop routine
Matteo Croce
1
-8
/
+9
2019-10-03
mvpp2: remove misleading comment
Matteo Croce
1
-2
/
+1
2019-09-02
mvpp2: percpu buffers
Matteo Croce
2
-23
/
+222
2019-09-02
mvpp2: refactor BM pool functions
Matteo Croce
1
-19
/
+16
2019-08-15
net/mvpp2: Replace tasklet with softirq hrtimer
Thomas Gleixner
2
-38
/
+23
2019-08-11
mvpp2: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-18
/
+1
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-47
/
+40
2019-08-01
mvpp2: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-7
/
+3
2019-08-01
mvpp2: fix panic on module removal
Matteo Croce
1
-3
/
+2
2019-07-29
mvpp2: refactor the HW checksum setup
Matteo Croce
1
-13
/
+22
2019-07-29
mvpp2: refactor MTU change code
Matteo Croce
1
-28
/
+13
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+4
2019-07-23
net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links
Maxime Chevallier
1
-3
/
+3
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2019-07-09
net: mvpp2: cls: Add support for ETHER_FLOW
Maxime Chevallier
1
-0
/
+2
2019-07-09
net: mvpp2: cls: Report an error for unsupported flow types
Maxime Chevallier
1
-0
/
+4
2019-06-29
net: mvpp2: prs: Don't override the sign bit in SRAM parser shift
Maxime Chevallier
1
-1
/
+2
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-06-20
net: mvpp2: debugfs: Add pmap to fs dump
Nathan Huckleberry
1
-0
/
+3
2019-06-19
net: mvpp2: cls: Add steering based on vlan Id and priority.
Maxime Chevallier
2
-34
/
+86
2019-06-19
net: mvpp2: cls: right-justify the C2 TCAM keys
Maxime Chevallier
1
-7
/
+7
2019-06-19
net: mvpp2: cls: Only select applicable flows of classification offload
Maxime Chevallier
1
-0
/
+3
2019-06-19
net: mvpp2: cls: Use a dedicated lu_type for the RSS lookup
Maxime Chevallier
2
-2
/
+7
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+12
2019-06-12
net: mvpp2: prs: Use the correct helpers when removing all VID filters
Maxime Chevallier
1
-2
/
+4
2019-06-12
net: mvpp2: prs: Fix parser range for VID filtering
Maxime Chevallier
1
-9
/
+8
2019-06-10
net: mvpp2: Add support for more ethtool counters
Maxime Chevallier
2
-18
/
+132
2019-06-10
net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_counters
Maxime Chevallier
1
-10
/
+11
2019-06-10
net: mvpp2: Only clear the stat counters at port init
Maxime Chevallier
1
-6
/
+5
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-06-06
net: mvpp2: Use strscpy to handle stat strings
Maxime Chevallier
1
-2
/
+2
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+7
2019-05-31
net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
Antoine Tenart
1
-6
/
+4
2019-05-30
net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_ins
YueHaibing
1
-2
/
+1
2019-05-30
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2
-17
/
+27
2019-05-28
net: mvpp2: cls: Check RSS table index validity when creating a context
Maxime Chevallier
1
-0
/
+3
2019-05-26
net: mvpp2: cls: Support steering to RSS contexts
Maxime Chevallier
1
-4
/
+54
2019-05-26
net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule
Maxime Chevallier
1
-0
/
+6
2019-05-26
net: mvpp2: cls: Use RSS contexts to handle RSS tables
Maxime Chevallier
4
-41
/
+255
2019-05-26
net: mvpp2: cls: Bypass C2 internals FIFOs at init
Maxime Chevallier
2
-0
/
+8
2019-05-26
net: mvpp2: cls: Use the correct number of rules in various places
Maxime Chevallier
3
-4
/
+4
2019-05-23
net: mvpp2: cls: Fix leaked ethtool_rx_flow_rule
Maxime Chevallier
1
-0
/
+3
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
[next]