index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mvpp2: finally add the PPv2.2 compatible string
Thomas Petazzoni
2017-03-09
2
-2
/
+6
*
net: mvpp2: set dma mask and coherent dma mask on PPv2.2
Thomas Petazzoni
2017-03-09
1
-0
/
+14
*
net: mvpp2: add support for an additional clock needed for PPv2.2
Thomas Petazzoni
2017-03-09
1
-4
/
+21
*
net: mvpp2: adapt rxq distribution to PPv2.2
Thomas Petazzoni
2017-03-09
1
-16
/
+19
*
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
Thomas Petazzoni
2017-03-09
1
-4
/
+42
*
net: mvpp2: add AXI bridge initialization for PPv2.2
Thomas Petazzoni
2017-03-09
1
-0
/
+85
*
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
Thomas Petazzoni
2017-03-09
1
-18
/
+67
*
net: mvpp2: handle register mapping and access for PPv2.2
Thomas Petazzoni
2017-03-09
1
-69
/
+188
*
net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2
Thomas Petazzoni
2017-03-09
1
-5
/
+21
*
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
Thomas Petazzoni
2017-03-09
1
-10
/
+12
*
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
Thomas Petazzoni
2017-03-09
1
-12
/
+20
*
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
Thomas Petazzoni
2017-03-09
1
-10
/
+71
*
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
Thomas Petazzoni
2017-03-09
1
-12
/
+76
*
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
Thomas Petazzoni
2017-03-09
1
-14
/
+31
*
net: mvpp2: add hw_version field in "struct mvpp2"
Thomas Petazzoni
2017-03-09
1
-1
/
+11
*
net: mvpp2: add and use accessors for TX/RX descriptors
Thomas Petazzoni
2017-03-09
1
-49
/
+145
*
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
Thomas Petazzoni
2017-03-09
1
-14
/
+26
*
net: mvpp2: remove mvpp2_txq_pend_desc_num_get() function
Thomas Petazzoni
2017-03-09
1
-13
/
+2
*
net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REG
Thomas Petazzoni
2017-03-09
1
-3
/
+0
*
net: mvpp2: remove support for buffer header
Thomas Petazzoni
2017-03-09
1
-77
/
+0
*
net: mvpp2: use "dma" instead of "phys" where appropriate
Thomas Petazzoni
2017-03-09
1
-74
/
+74
*
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-17
1
-3
/
+19
*
net: mvneta: add xmit_more support
Simon Guinot
2017-01-17
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
[next]