index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvpp2
/
mvpp2_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKR
Russell King
2020-01-05
1
-5
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
1
-1
/
+1
|
\
|
*
net: marvell: mvpp2: phylink requires the link interrupt
Russell King
2019-12-14
1
-1
/
+1
*
|
net: mvpp2: cycle comphy to power it down
Russell King
2019-12-19
1
-0
/
+10
*
|
net: mvpp2: update mvpp2 validate() implementation
Russell King
2019-12-17
1
-4
/
+18
|
/
*
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-23
1
-11
/
+10
*
mvpp2: prefetch frame header
Matteo Croce
2019-10-28
1
-0
/
+1
*
mvpp2: sync only the received frame
Matteo Croce
2019-10-28
1
-2
/
+7
*
mvpp2: refactor frame drop routine
Matteo Croce
2019-10-28
1
-8
/
+9
*
mvpp2: remove misleading comment
Matteo Croce
2019-10-02
1
-2
/
+1
*
mvpp2: percpu buffers
Matteo Croce
2019-09-02
1
-23
/
+218
*
mvpp2: refactor BM pool functions
Matteo Croce
2019-09-02
1
-19
/
+16
*
net/mvpp2: Replace tasklet with softirq hrtimer
Thomas Gleixner
2019-08-14
1
-36
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-47
/
+40
|
\
|
*
mvpp2: fix panic on module removal
Matteo Croce
2019-08-01
1
-3
/
+2
|
*
mvpp2: refactor the HW checksum setup
Matteo Croce
2019-07-29
1
-13
/
+22
|
*
mvpp2: refactor MTU change code
Matteo Croce
2019-07-29
1
-28
/
+13
|
*
net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links
Maxime Chevallier
2019-07-22
1
-3
/
+3
*
|
mvpp2: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-01
1
-7
/
+3
*
|
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-22
1
-3
/
+4
|
/
*
net: mvpp2: Add support for more ethtool counters
Maxime Chevallier
2019-06-10
1
-18
/
+114
*
net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_counters
Maxime Chevallier
2019-06-10
1
-10
/
+11
*
net: mvpp2: Only clear the stat counters at port init
Maxime Chevallier
2019-06-10
1
-6
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-2
/
+2
|
\
|
*
net: mvpp2: Use strscpy to handle stat strings
Maxime Chevallier
2019-06-06
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
1
-6
/
+4
|
\
|
|
*
net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
Antoine Tenart
2019-05-30
1
-6
/
+4
*
|
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2019-05-29
1
-17
/
+26
*
|
net: mvpp2: cls: Use RSS contexts to handle RSS tables
Maxime Chevallier
2019-05-25
1
-10
/
+55
*
|
net: mvpp2: cls: Use the correct number of rules in various places
Maxime Chevallier
2019-05-25
1
-1
/
+1
|
/
*
net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag
Maxime Chevallier
2019-05-13
1
-1
/
+3
*
net: mvpp2: cls: Add Classification offload support
Maxime Chevallier
2019-05-01
1
-1
/
+19
*
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
2019-03-27
1
-3
/
+3
*
net: mvpp2: Don't use an int to store netdev_features_t
Maxime Chevallier
2019-03-27
1
-1
/
+1
*
net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is down
Antoine Tenart
2019-03-01
1
-0
/
+3
*
net: mvpp2: set the XPCS and MPCS in reset when not used
Antoine Tenart
2019-03-01
1
-8
/
+58
*
net: mvpp2: reset the MACs when reconfiguring a port
Antoine Tenart
2019-03-01
1
-0
/
+3
*
net: mvpp2: rework the XLG MAC reset handling
Antoine Tenart
2019-03-01
1
-9
/
+18
*
net: mvpp2: force the XLG MAC link up or down when not using in-band
Antoine Tenart
2019-03-01
1
-10
/
+25
*
net: mvpp2: only update the XLG configuration when needed
Antoine Tenart
2019-03-01
1
-5
/
+8
*
net: mvpp2: always disable both MACs when disabling a port
Antoine Tenart
2019-03-01
1
-4
/
+4
*
net: mvpp2: some AN fields require the link to be down when updated
Antoine Tenart
2019-03-01
1
-1
/
+11
*
net: mvpp2: fix the computation of the RXQs
Antoine Tenart
2019-03-01
1
-8
/
+15
*
net: mvpp2: fix validate for PPv2.1
Antoine Tenart
2019-03-01
1
-1
/
+1
*
net: mvpp2: reconfiguring the port interface is PPv2.2 specific
Antoine Tenart
2019-03-01
1
-8
/
+6
*
net: mvpp2: a port can be disabled even if we use the link IRQ
Antoine Tenart
2019-03-01
1
-7
/
+0
*
net: mvpp2: Add 2.5GBaseT support
Maxime Chevallier
2019-02-24
1
-0
/
+1
*
net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhere
Russell King
2019-02-12
1
-9
/
+6
*
net: marvell: mvpp2: add mvpp2_is_xlg() helper
Russell King
2019-02-12
1
-11
/
+9
*
net: marvell: mvpp2: clear flow control modes in 10G mode
Russell King
2019-02-09
1
-0
/
+5
[next]