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
2014-06-19
skge: Added FS A8NE-FM to the list of 32bit DMA boards
Mirko Lindner
1
-0
/
+7
2014-06-03
net: mv643xx_eth: Avoid unmapping the TSO header buffers
Ezequiel Garcia
1
-2
/
+6
2014-06-03
net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path
Ezequiel Garcia
1
-2
/
+0
2014-06-03
net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
1
-21
/
+42
2014-06-03
net: mv643xx_eth: Count dropped packets properly
Ezequiel Garcia
1
-1
/
+4
2014-06-03
net: mvneta: Avoid unmapping the TSO header buffers
Ezequiel Garcia
1
-3
/
+9
2014-06-03
net: mvneta: Fix missing DMA region unmap
Ezequiel Garcia
1
-3
/
+2
2014-06-03
net: mvneta: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
1
-4
/
+24
2014-06-03
net: mvneta: Use default NAPI weight instead of a custom one
Ezequiel Garcia
1
-4
/
+1
2014-05-23
net: mvneta: Remove unneeded 'weigth' field
Ezequiel Garcia
1
-6
/
+1
2014-05-23
net: mvmdio: Use devm_* API to simplify the code
Ezequiel Garcia
1
-12
/
+6
2014-05-23
net: mvneta: Change the number of default rx queues to one
Ezequiel Garcia
1
-1
/
+4
2014-05-23
net: mvneta: Use prepare/commit API to simplify MAC address setting
Ezequiel Garcia
1
-12
/
+7
2014-05-23
net: mvneta: Clean-up mvneta_init()
Ezequiel Garcia
1
-25
/
+11
2014-05-23
net: mvneta: Check tx queue setup error in mvneta_change_mtu()
Ezequiel Garcia
1
-4
/
+8
2014-05-23
net: mvneta: Clean-up mvneta_tx_frag_process()
Ezequiel Garcia
1
-8
/
+4
2014-05-23
net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()
Ezequiel Garcia
1
-10
/
+4
2014-05-22
net: mv643xx_eth: Implement software TSO
Ezequiel Garcia
1
-4
/
+160
2014-05-22
net: mv643xx_eth: Use dma_map_single() to map the skb fragments
Ezequiel Garcia
1
-12
/
+6
2014-05-22
net: mv643xx_eth: Factorize feature setting
Ezequiel Garcia
1
-3
/
+5
2014-05-22
net: mv643xx_eth: Avoid setting the initial TCP checksum
Ezequiel Garcia
1
-3
/
+6
2014-05-22
net: mv643xx_eth: Factorize initial checksum and command preparation
Ezequiel Garcia
1
-48
/
+65
2014-05-22
net: mvneta: Implement software TSO
Ezequiel Garcia
1
-1
/
+152
2014-05-22
net: mvneta: Clean mvneta_tx() sk_buff handling
Ezequiel Garcia
1
-8
/
+7
2014-05-22
net: mvneta: Factorize feature setting
Ezequiel Garcia
1
-2
/
+2
2014-05-17
net: mvneta: add support for fixed links
Thomas Petazzoni
1
-3
/
+16
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
4
-4
/
+4
2014-05-03
net: mvmdio: Check for a valid interrupt instead of an error
Ezequiel Garcia
1
-1
/
+4
2014-04-16
net: mvneta: properly configure the MAC <-> PHY connection in all situations
Thomas Petazzoni
1
-39
/
+34
2014-04-14
Revert "net: mvneta: fix usage as a module on RGMII configurations"
Thomas Petazzoni
1
-8
/
+33
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-34
/
+9
2014-03-29
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
1
-7
/
+7
2014-03-28
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-27
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
Thomas Petazzoni
1
-6
/
+11
2014-03-27
net: mvneta: fix usage as a module on RGMII configurations
Thomas Petazzoni
1
-33
/
+8
2014-03-27
net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE
Thomas Petazzoni
1
-2
/
+2
2014-03-25
sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-25
skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-2
/
+2
2014-03-25
mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-2
/
+2
2014-03-15
sky2: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2
-6
/
+6
2014-03-10
sky2: allow mac to come from dt
Tim Harvey
1
-2
/
+13
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-02-19
net: ethernet: update dependency and help text of mvneta
Thomas Petazzoni
1
-3
/
+3
2014-02-15
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
1
-8
/
+1
2014-01-28
sky2: initialize napi before registering device
Stanislaw Gruszka
1
-2
/
+2
2014-01-17
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
1
-5
/
+4
2014-01-17
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
1
-13
/
+4
2014-01-17
net: mvneta: implement rx_copybreak
willy tarreau
1
-6
/
+38
2014-01-17
net: mvneta: convert to build_skb()
willy tarreau
1
-14
/
+35
[next]