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
/
mvpp2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+1
*
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-27
1
-1
/
+1
|
\
|
*
mvpp2: use correct size for memset
Arnd Bergmann
2016-11-26
1
-1
/
+1
*
|
net: ethernet: mvpp2: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
*
|
ethernet/marvell: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-27
/
+9
|
/
*
ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandle
Peter Chen
2016-08-02
1
-0
/
+2
*
net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-06-29
1
-20
/
+2
*
net: ethernet: mvpp2: use phydev from struct net_device
Philippe Reynes
2016-06-29
1
-18
/
+16
*
net: mvpp2: use cache_line_size() to get cacheline size
Jisheng Zhang
2016-04-01
1
-1
/
+1
*
net: mvpp2: fix maybe-uninitialized warning
Jisheng Zhang
2016-04-01
1
-1
/
+3
*
net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES
Jisheng Zhang
2016-03-31
1
-13
/
+1
*
net: mvpp2: Return correct error codes
Amitoj Kaur Chawla
2016-02-13
1
-2
/
+2
*
net: mvpp2: fix refilling BM pools in RX path
Marcin Wojtas
2015-12-04
1
-12
/
+16
*
net: mvpp2: fix buffers' DMA handling on RX path
Marcin Wojtas
2015-12-04
1
-5
/
+16
*
net: mvpp2: fix missing DMA region unmap in egress processing
Marcin Wojtas
2015-12-04
1
-3
/
+2
*
net: mvpp2: replace TX coalescing interrupts with hrtimer
Marcin Wojtas
2015-08-10
1
-47
/
+130
*
net: mvpp2: enable proper per-CPU TX buffers unmapping
Marcin Wojtas
2015-08-10
1
-15
/
+37
*
net: mvpp2: remove excessive spinlocks from driver initialization
Marcin Wojtas
2015-08-10
1
-15
/
+0
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-09
1
-2
/
+2
*
net: mvpp2: fix possible memory leak
Sudip Mukherjee
2014-11-01
1
-9
/
+18
*
net: mvpp2: implement ioctl() operation for PHY ioctls
Thomas Petazzoni
2014-07-30
1
-0
/
+16
*
net: mvpp2: fix 10 Mbit/s usage
Thomas Petazzoni
2014-07-30
1
-1
/
+1
*
net: mvpp2: Simplify BM pool buffers freeing
Ezequiel Garcia
2014-07-23
1
-13
/
+6
*
net: mvpp2: Fix the BM pool buffer release check
Ezequiel Garcia
2014-07-23
1
-3
/
+3
*
net: mvpp2: Enable proper PHY polling and fix port functionality
Marcin Wojtas
2014-07-23
1
-8
/
+32
*
net: mvpp2: Fix the periodic XON enable bit
Marcin Wojtas
2014-07-23
1
-1
/
+1
*
net: mvpp2: Fix error return code in mvpp2_probe()
Wei Yongjun
2014-07-21
1
-0
/
+1
*
net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()
Wei Yongjun
2014-07-21
1
-1
/
+0
*
net: mvpp2: Fix a typo in the license
Ezequiel Garcia
2014-07-16
1
-1
/
+1
*
ethernet: Add new driver for Marvell Armada 375 network unit
Marcin Wojtas
2014-07-11
1
-0
/
+6393