index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
sky2: Use seq_puts() in sky2_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Adjust a null pointer check in skge_down()
Markus Elfring
1
-1
/
+1
2017-04-18
skge: Use seq_puts() in skge_debug_show()
Markus Elfring
1
-1
/
+1
2017-04-18
net: pxa168_eth: Adjust four checks for null pointers
Markus Elfring
1
-4
/
+4
2017-04-18
net: pxa168_eth: Use kcalloc() in two functions
Markus Elfring
1
-4
/
+2
2017-04-18
net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()
Markus Elfring
1
-4
/
+3
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_txq_init()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()
Markus Elfring
1
-3
/
+2
2017-04-18
net: mvpp2: Adjust three error messages
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvpp2: Rename a jump label in two functions
Markus Elfring
1
-9
/
+7
2017-04-18
net: mvpp2: Fix a jump label position in mvpp2_rx()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2017-04-18
net: mvpp2: Improve 27 size determinations
Markus Elfring
1
-27
/
+27
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_prs_default_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_bm_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_port_probe()
Markus Elfring
1
-2
/
+1
2017-04-18
net: mvpp2: Improve another size determination in mvpp2_init()
Markus Elfring
1
-1
/
+1
2017-04-18
net: mvpp2: Improve two size determinations in mvpp2_probe()
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvpp2: Use kmalloc_array() in mvpp2_txq_init()
Markus Elfring
1
-3
/
+3
2017-04-18
net: mvneta: Adjust six checks for null pointers
Markus Elfring
1
-6
/
+6
2017-04-18
net: mvneta: Use kmalloc_array() in mvneta_txq_init()
Markus Elfring
1
-1
/
+2
2017-04-18
net: mvneta: Improve two size determinations in mvneta_init()
Markus Elfring
1
-4
/
+2
2017-04-18
net: mvneta: Use devm_kmalloc_array() in mvneta_init()
Markus Elfring
1
-3
/
+5
2017-04-17
net: mvneta: fix failed to suspend if WOL is enabled
Jisheng Zhang
1
-1
/
+11
2017-04-13
net: mvmdio: allow up to three clocks to be specified for orion-mdio
Russell King
1
-9
/
+24
2017-04-13
net: mvmdio: disable interrupt if resource size is too small
Russell King
1
-0
/
+6
2017-04-13
net: mvmdio: fix interrupt disable in remove path
Russell King
1
-1
/
+2
2017-04-13
net: mvmdio: disable interrupts in driver failure path
Russell King
1
-0
/
+2
2017-03-30
net: mvneta: set rx mode during resume if interface is running
Jisheng Zhang
1
-1
/
+4
2017-03-30
net: mvneta: add RGMII_RXID and RGMII_TXID support
Jisheng Zhang
1
-0
/
+2
2017-03-16
net: mvneta: support suspend and resume
Jane Li
1
-4
/
+57
2017-03-09
net: mvpp2: finally add the PPv2.2 compatible string
Thomas Petazzoni
2
-2
/
+6
2017-03-09
net: mvpp2: set dma mask and coherent dma mask on PPv2.2
Thomas Petazzoni
1
-0
/
+14
2017-03-09
net: mvpp2: add support for an additional clock needed for PPv2.2
Thomas Petazzoni
1
-4
/
+21
2017-03-09
net: mvpp2: adapt rxq distribution to PPv2.2
Thomas Petazzoni
1
-16
/
+19
2017-03-09
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
Thomas Petazzoni
1
-4
/
+42
2017-03-09
net: mvpp2: add AXI bridge initialization for PPv2.2
Thomas Petazzoni
1
-0
/
+85
2017-03-09
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
Thomas Petazzoni
1
-18
/
+67
2017-03-09
net: mvpp2: handle register mapping and access for PPv2.2
Thomas Petazzoni
1
-69
/
+188
2017-03-09
net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2
Thomas Petazzoni
1
-5
/
+21
2017-03-09
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
Thomas Petazzoni
1
-10
/
+12
2017-03-09
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
Thomas Petazzoni
1
-12
/
+20
2017-03-09
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
Thomas Petazzoni
1
-10
/
+71
2017-03-09
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
Thomas Petazzoni
1
-12
/
+76
2017-03-09
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
Thomas Petazzoni
1
-14
/
+31
2017-03-09
net: mvpp2: add hw_version field in "struct mvpp2"
Thomas Petazzoni
1
-1
/
+11
2017-03-09
net: mvpp2: add and use accessors for TX/RX descriptors
Thomas Petazzoni
1
-49
/
+145
2017-03-09
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
Thomas Petazzoni
1
-14
/
+26
[next]