index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mv643xx_eth.c
Age
Commit message (
Expand
)
Author
2014-06-02
net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-02
net: mv643xx_eth: Count dropped packets properly
Ezequiel Garcia
2014-05-23
net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()
Ezequiel Garcia
2014-05-22
net: mv643xx_eth: Implement software TSO
Ezequiel Garcia
2014-05-22
net: mv643xx_eth: Use dma_map_single() to map the skb fragments
Ezequiel Garcia
2014-05-22
net: mv643xx_eth: Factorize feature setting
Ezequiel Garcia
2014-05-22
net: mv643xx_eth: Avoid setting the initial TCP checksum
Ezequiel Garcia
2014-05-22
net: mv643xx_eth: Factorize initial checksum and command preparation
Ezequiel Garcia
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-03-24
mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2013-12-17
net: mv643xx_eth: properly start/stop phy device
Sebastian Hesselbarth
2013-12-09
net: mv643xx_eth: use phy_init_hw to reset PHY
Florian Fainelli
2013-12-06
ethernet: Fix FSF address in file headers
Jeff Kirsher
2013-11-14
net: mv643xx_eth: potential NULL dereference in probe()
Dan Carpenter
2013-11-05
net: mv643xx_eth: Add missing phy_addr_set in DT mode
Jason Gunthorpe
2013-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-02
net: mv643xx_eth: fix missing device_node for port devices
Sebastian Hesselbarth
2013-10-02
net: mv643xx_eth: fix orphaned statistics timer crash
Sebastian Hesselbarth
2013-10-02
net: mv643xx_eth: update statistics timer from timer context only
Sebastian Hesselbarth
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-08-30
net: mv643xx_eth: use dev_get_platdata()
Jingoo Han
2013-07-09
net: mv643xx_eth: do not use port number as platform device id
Jonas Gorski
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-19
mv643xx_eth: Allocate receive queue initialized to zero
Lubomir Rintel
2013-06-17
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
2013-06-04
net: mv643xx_eth: add missing semicolon
Arnd Bergmann
2013-05-30
net: mv643xx_eth: add DT parsing support
Sebastian Hesselbarth
2013-05-30
net: mv643xx_eth: proper initialization for Kirkwood SoCs
Sebastian Hesselbarth
2013-05-30
net: mv643xx_eth: use of_phy_connect if phy_node present
Sebastian Hesselbarth
2013-05-30
net: mv643xx_eth: use managed devm_ioremap for port registers
Sebastian Hesselbarth
2013-05-30
net: mv643xx_eth: use phy_disconnect instead of phy_detach
Sebastian Hesselbarth
2013-05-27
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-16
NET: mv643xx_eth: avoid lockdep dump on interface down
Russell King
2013-05-14
mv643xx_eth: fix NAPI weight being > 64
Andrew Lunn
2013-04-12
net: mv643xx_eth: remove deprecated inet_lro support
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: Add GRO support
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: use managed devm_kzalloc
Sebastian Hesselbarth
2013-04-11
net: mv643xx_eth: add shared clk and cleanup existing clk handling
Sebastian Hesselbarth
2013-03-24
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
Simon Baatz
2013-03-22
mv643xx_eth: convert to use the Marvell Orion MDIO driver
Florian Fainelli
2013-03-12
mv643xx_eth with 88E1318S: support Wake on LAN
Michael Stapelberg
2013-03-07
mv643xx_eth: fix for disabled autoneg
Phil Sutter
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2012-10-07
net: remove skb recycling
Eric Dumazet
2012-07-25
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
Arnd Bergmann
2012-07-25
ARM: Orion: fix driver probe error handling with respect to clk
Simon Baatz
2012-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-06
mv643xx_eth: Fix compile error for architectures without clk.
Andrew Lunn
2012-06-06
ethernet: Remove casts to same type
Joe Perches
[prev]
[next]