index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
1
-3
/
+0
|
\
|
*
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-25
1
-3
/
+0
*
|
net: mvpp2: fix memory leak in mvpp2_rx
Lorenzo Bianconi
2020-08-03
1
-0
/
+1
|
/
*
mvpp2: fix pointer check
Matteo Croce
2020-07-07
1
-3
/
+12
*
mvpp2: xdp ethtool stats
Sven Auhagen
2020-07-03
1
-18
/
+140
*
mvpp2: XDP TX support
Matteo Croce
2020-07-03
1
-44
/
+260
*
mvpp2: add basic XDP support
Matteo Croce
2020-07-03
1
-3
/
+162
*
mvpp2: use page_pool allocator
Matteo Croce
2020-07-03
1
-25
/
+131
*
mvpp2: refactor BM pool init percpu code
Matteo Croce
2020-07-03
1
-12
/
+11
*
net: mvpp2: set xlg flow control in mvpp2_mac_link_up()
Russell King
2020-06-20
1
-12
/
+11
*
net: mvpp2: add register modification helper
Russell King
2020-06-20
1
-42
/
+46
*
net: mvpp2: add mvpp2_phylink_to_port() helper
Russell King
2020-06-20
1
-15
/
+14
*
net: mvpp2: add port support helpers
Russell King
2020-06-20
1
-16
/
+27
*
net: tso: cache transport header length
Eric Dumazet
2020-06-18
1
-3
/
+3
*
mvpp2: remove module bugfix
Sven Auhagen
2020-06-16
1
-2
/
+5
*
mvpp2: ethtool rxtx stats fix
Sven Auhagen
2020-06-15
1
-2
/
+2
*
net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()
Dan Carpenter
2020-05-06
1
-0
/
+2
*
net: mvpp2: reject unsupported coalescing params
Jakub Kicinski
2020-03-14
1
-0
/
+2
*
net: mvpp2: use resolved link config in mac_link_up()
Russell King
2020-02-27
1
-36
/
+47
*
net: phylink: propagate resolved link config via mac_link_up()
Russell King
2020-02-27
1
-6
/
+13
*
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
[next]