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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: mvpp2: Fix the periodic XON enable bit
Marcin Wojtas
2014-07-22
1
-1
/
+1
*
net: mvpp2: Fix error return code in mvpp2_probe()
Wei Yongjun
2014-07-20
1
-0
/
+1
*
net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()
Wei Yongjun
2014-07-20
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
1
-2
/
+2
|
\
|
*
net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()
Thomas Fitzsimmons
2014-07-08
1
-1
/
+1
|
*
net: mvneta: fix operation in 10 Mbit/s mode
Thomas Petazzoni
2014-07-08
1
-1
/
+1
*
|
net: mvpp2: Fix a typo in the license
Ezequiel Garcia
2014-07-15
1
-1
/
+1
*
|
ethernet: Add new driver for Marvell Armada 375 network unit
Marcin Wojtas
2014-07-10
3
-0
/
+6402
|
/
*
skge: Added FS A8NE-FM to the list of 32bit DMA boards
Mirko Lindner
2014-06-18
1
-0
/
+7
*
net: mv643xx_eth: Avoid unmapping the TSO header buffers
Ezequiel Garcia
2014-06-02
1
-2
/
+6
*
net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path
Ezequiel Garcia
2014-06-02
1
-2
/
+0
*
net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-02
1
-21
/
+42
*
net: mv643xx_eth: Count dropped packets properly
Ezequiel Garcia
2014-06-02
1
-1
/
+4
*
net: mvneta: Avoid unmapping the TSO header buffers
Ezequiel Garcia
2014-06-02
1
-3
/
+9
*
net: mvneta: Fix missing DMA region unmap
Ezequiel Garcia
2014-06-02
1
-3
/
+2
*
net: mvneta: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-02
1
-4
/
+24
*
net: mvneta: Use default NAPI weight instead of a custom one
Ezequiel Garcia
2014-06-02
1
-4
/
+1
*
net: mvneta: Remove unneeded 'weigth' field
Ezequiel Garcia
2014-05-23
1
-6
/
+1
*
net: mvmdio: Use devm_* API to simplify the code
Ezequiel Garcia
2014-05-23
1
-12
/
+6
*
net: mvneta: Change the number of default rx queues to one
Ezequiel Garcia
2014-05-23
1
-1
/
+4
*
net: mvneta: Use prepare/commit API to simplify MAC address setting
Ezequiel Garcia
2014-05-23
1
-12
/
+7
*
net: mvneta: Clean-up mvneta_init()
Ezequiel Garcia
2014-05-23
1
-25
/
+11
*
net: mvneta: Check tx queue setup error in mvneta_change_mtu()
Ezequiel Garcia
2014-05-23
1
-4
/
+8
*
net: mvneta: Clean-up mvneta_tx_frag_process()
Ezequiel Garcia
2014-05-23
1
-8
/
+4
*
net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()
Ezequiel Garcia
2014-05-23
1
-10
/
+4
*
net: mv643xx_eth: Implement software TSO
Ezequiel Garcia
2014-05-22
1
-4
/
+160
*
net: mv643xx_eth: Use dma_map_single() to map the skb fragments
Ezequiel Garcia
2014-05-22
1
-12
/
+6
*
net: mv643xx_eth: Factorize feature setting
Ezequiel Garcia
2014-05-22
1
-3
/
+5
*
net: mv643xx_eth: Avoid setting the initial TCP checksum
Ezequiel Garcia
2014-05-22
1
-3
/
+6
*
net: mv643xx_eth: Factorize initial checksum and command preparation
Ezequiel Garcia
2014-05-22
1
-48
/
+65
*
net: mvneta: Implement software TSO
Ezequiel Garcia
2014-05-22
1
-1
/
+152
*
net: mvneta: Clean mvneta_tx() sk_buff handling
Ezequiel Garcia
2014-05-22
1
-8
/
+7
*
net: mvneta: Factorize feature setting
Ezequiel Garcia
2014-05-22
1
-2
/
+2
*
net: mvneta: add support for fixed links
Thomas Petazzoni
2014-05-16
1
-3
/
+16
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
4
-4
/
+4
*
net: mvmdio: Check for a valid interrupt instead of an error
Ezequiel Garcia
2014-05-02
1
-1
/
+4
*
net: mvneta: properly configure the MAC <-> PHY connection in all situations
Thomas Petazzoni
2014-04-16
1
-39
/
+34
*
Revert "net: mvneta: fix usage as a module on RGMII configurations"
Thomas Petazzoni
2014-04-13
1
-8
/
+33
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-29
1
-34
/
+9
|
\
|
*
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
2014-03-26
1
-6
/
+11
|
*
net: mvneta: fix usage as a module on RGMII configurations
Thomas Petazzoni
2014-03-26
1
-33
/
+8
|
*
net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE
Thomas Petazzoni
2014-03-26
1
-2
/
+2
*
|
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
2014-03-29
1
-7
/
+7
*
|
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
2014-03-28
1
-6
/
+0
*
|
sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
|
skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-2
/
+2
*
|
mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-2
/
+2
*
|
sky2: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
1
-0
/
+3
*
|
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-03-14
2
-6
/
+6
*
|
sky2: allow mac to come from dt
Tim Harvey
2014-03-10
1
-2
/
+13
[prev]
[next]