index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mvpp2: enable building on 64-bit platforms
Thomas Petazzoni
2017-02-21
2
-15
/
+19
*
net: mvpp2: switch to build_skb() in the RX path
Thomas Petazzoni
2017-02-21
1
-22
/
+57
*
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
Thomas Petazzoni
2017-02-21
1
-8
/
+8
*
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
Thomas Petazzoni
2017-02-21
1
-1
/
+1
*
net: mvpp2: remove unused register definitions
Thomas Petazzoni
2017-02-21
1
-4
/
+0
*
net: mvpp2: simplify mvpp2_bm_bufs_add()
Thomas Petazzoni
2017-02-21
1
-3
/
+1
*
net: mvpp2: drop useless fields in mvpp2_bm_pool and related code
Thomas Petazzoni
2017-02-21
1
-15
/
+3
*
net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'
Thomas Petazzoni
2017-02-21
1
-3
/
+0
*
net: mvpp2: release reference to txq_cpu[] entry after unmapping
Thomas Petazzoni
2017-02-21
1
-5
/
+4
*
net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()
Thomas Petazzoni
2017-02-21
1
-2
/
+29
*
net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()
Thomas Petazzoni
2017-02-21
1
-3
/
+4
*
net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set
Thomas Petazzoni
2017-02-21
1
-12
/
+8
*
net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
Thomas Petazzoni
2017-02-21
1
-1
/
+1
*
net: mvpp2: Fix a memory leak in error handling path
Christophe Jaillet
2017-02-20
1
-2
/
+4
*
net: mvneta: make mvneta_eth_tool_ops static
Jisheng Zhang
2017-02-17
1
-1
/
+1
*
net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
2017-02-10
1
-0
/
+1
*
net: pxa168_eth: Do not clobber PHY link outside of state machine
Florian Fainelli
2017-02-07
1
-19
/
+1
*
net: mv643xx_eth: Do not clobber PHY link outside of state machine
Florian Fainelli
2017-02-07
1
-3
/
+1
*
net: mvneta: implement .set_wol and .get_wol
Jingju Hou
2017-02-06
1
-0
/
+21
*
skge: use napi_complete_done()
Eric Dumazet
2017-02-05
1
-5
/
+3
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
4
-7
/
+5
*
net: Remove usage of net_device last_rx member
Tobias Klauser
2017-01-18
2
-3
/
+4
*
net: marvell: sky2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-17
1
-28
/
+40
*
net: marvell: skge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-17
1
-26
/
+37
*
net: mvneta: add BQL support
Marcin Wojtas
2017-01-16
1
-3
/
+19
*
net: mvneta: add xmit_more support
Simon Guinot
2017-01-16
1
-3
/
+10
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
3
-10
/
+4
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
net: mvpp2: fix dma unmapping of TX buffers for fragments
Thomas Petazzoni
2016-12-21
1
-29
/
+30
*
net: mv643xx_eth: fix build failure
Sudip Mukherjee
2016-12-17
1
-1
/
+1
*
net: mvneta: select GENERIC_ALLOCATOR
Arnd Bergmann
2016-12-10
1
-0
/
+1
*
net: mvneta: Indent some statements
Dan Carpenter
2016-12-08
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-0
/
+5
|
\
|
*
net: ethernet: marvell: mvneta: fix fixed-link phydev leaks
Johan Hovold
2016-11-29
1
-0
/
+5
*
|
net: mvneta: Add network support for Armada 3700 SoC
Marcin Wojtas
2016-12-02
2
-85
/
+209
*
|
net: mvneta: Only disable mvneta_bm for 64-bits
Gregory CLEMENT
2016-12-02
1
-1
/
+2
*
|
net: mvneta: Convert to be 64 bits compatible
Marcin Wojtas
2016-12-02
1
-1
/
+16
*
|
net: mvneta: Use cacheable memory to store the rx buffer virtual address
Gregory CLEMENT
2016-12-02
1
-10
/
+24
*
|
net: mvneta: Do not allocate buffer in rxq init with HWBM
Gregory CLEMENT
2016-12-02
1
-2
/
+2
*
|
net: mvneta: Optimize rx path for small frame
Gregory CLEMENT
2016-12-02
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-26
2
-2
/
+2
|
\
\
|
|
/
|
*
mvpp2: use correct size for memset
Arnd Bergmann
2016-11-25
1
-1
/
+1
|
*
net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented
Andrew Lunn
2016-11-25
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-0
/
+13
|
\
\
|
|
/
|
*
net: sky2: Fix shutdown crash
Jeremy Linton
2016-11-18
1
-0
/
+13
*
|
marvell: mark mvneta and mvpp2 32-bit only
Arnd Bergmann
2016-11-22
1
-0
/
+2
*
|
net: marvell: Allow drivers to be built with COMPILE_TEST
Florian Fainelli
2016-11-18
1
-4
/
+7
*
|
net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
*
|
net: ethernet: mvpp2: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
*
|
net: ethernet: mvneta: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
[next]