* mv643xx_eth: pull request for for-2.6.27 branch
@ 2008-07-24 5:21 Lennert Buytenhek
2008-07-29 22:23 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Lennert Buytenhek @ 2008-07-24 5:21 UTC (permalink / raw)
To: jeff; +Cc: dale, netdev, nico
This patch series consists of the patches posted so far that should be
good to go in for 2.6.27 and should be the last batch before -rc1: the
three interface TX hang fixes, revamping the link up/down handling to
fix a couple more PHYless cases (which as a side-effect will require
specifying speed/duplex explicitly in the platform data) and to no
longer do MII accesses from interrupt context, enabling TX checksumming
on VLANed packets, and some more assorted minor changes.
The following changes since commit c010b2f76c3032e48097a6eef291d8593d5d79a6:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net-2.6
are available in the git repository at:
git://git.marvell.com/mv643xx_eth.git for-2.6.27
Lennert Buytenhek (12):
mv643xx_eth: fix TX hang erratum workaround
mv643xx_eth: prevent breakage when link goes down during transmit
mv643xx_eth: fix transmit-reclaim-in-napi-poll
mv643xx_eth: don't fiddle with maximum receive packet size setting
mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path
mv643xx_eth: use longer DMA bursts
mv643xx_eth: use symbolic MII register addresses and values
mv643xx_eth: print driver version on init
mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface
mv643xx_eth: print message on link status change
mv643xx_eth: enable hardware TX checksumming with vlan tags
mv643xx_eth: bump version to 1.2
arch/arm/mach-kirkwood/rd88f6281-setup.c | 3 +
arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | 3 +
arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | 3 +
arch/arm/mach-orion5x/wnr854t-setup.c | 3 +
arch/arm/mach-orion5x/wrt350n-v2-setup.c | 3 +
drivers/net/mv643xx_eth.c | 358 +++++++++++++++++---------
6 files changed, 251 insertions(+), 122 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mv643xx_eth: pull request for for-2.6.27 branch
2008-07-24 5:21 mv643xx_eth: pull request for for-2.6.27 branch Lennert Buytenhek
@ 2008-07-29 22:23 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-07-29 22:23 UTC (permalink / raw)
To: Lennert Buytenhek; +Cc: dale, netdev, nico
Lennert Buytenhek wrote:
> This patch series consists of the patches posted so far that should be
> good to go in for 2.6.27 and should be the last batch before -rc1: the
> three interface TX hang fixes, revamping the link up/down handling to
> fix a couple more PHYless cases (which as a side-effect will require
> specifying speed/duplex explicitly in the platform data) and to no
> longer do MII accesses from interrupt context, enabling TX checksumming
> on VLANed packets, and some more assorted minor changes.
>
>
> The following changes since commit c010b2f76c3032e48097a6eef291d8593d5d79a6:
> Linus Torvalds (1):
> Merge git://git.kernel.org/.../davem/net-2.6
>
> are available in the git repository at:
>
> git://git.marvell.com/mv643xx_eth.git for-2.6.27
>
> Lennert Buytenhek (12):
> mv643xx_eth: fix TX hang erratum workaround
> mv643xx_eth: prevent breakage when link goes down during transmit
> mv643xx_eth: fix transmit-reclaim-in-napi-poll
> mv643xx_eth: don't fiddle with maximum receive packet size setting
> mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path
> mv643xx_eth: use longer DMA bursts
> mv643xx_eth: use symbolic MII register addresses and values
> mv643xx_eth: print driver version on init
> mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface
> mv643xx_eth: print message on link status change
> mv643xx_eth: enable hardware TX checksumming with vlan tags
> mv643xx_eth: bump version to 1.2
>
> arch/arm/mach-kirkwood/rd88f6281-setup.c | 3 +
> arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | 3 +
> arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | 3 +
> arch/arm/mach-orion5x/wnr854t-setup.c | 3 +
> arch/arm/mach-orion5x/wrt350n-v2-setup.c | 3 +
> drivers/net/mv643xx_eth.c | 358 +++++++++++++++++---------
> 6 files changed, 251 insertions(+), 122 deletions(-)
pulled
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-29 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 5:21 mv643xx_eth: pull request for for-2.6.27 branch Lennert Buytenhek
2008-07-29 22:23 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).