* [pull request - net-next] my WAN and ixp4xx ethernet stuff
@ 2008-12-22 1:43 Krzysztof Halasa
2008-12-26 2:12 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Halasa @ 2008-12-22 1:43 UTC (permalink / raw)
To: David Miller; +Cc: netdev
David,
The following changes since commit 221b3d60cbb2740ec7d46a4f1ea6d3318a112e51:
Anton Vorontsov (1): ucc_geth: Remove UGETH_FILTERING dead code
(IOW, your current net-next)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6.git for-david
Please pull. Thanks.
Julia Lawall (1):
drivers/net/wan: Remove redundant test
Krzysztof Hałasa (12):
IXP4xx: check for queue being empty in qmgr_release_queue().
IXP4xx: clear IRQ stat in qmgr_disable_irq().
IXP4xx: Silence section mismatch warning in Ethernet driver.
IXP4xx: Make the Ethernet driver use built-in netdev stats.
IXP4xx: Add PHYLIB support to Ethernet driver.
IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.
IXP4xx: Add ethtool support to Ethernet driver.
WAN: Add IXP4xx HSS HDLC driver.
Update MAINTAINERS entries for IXP4xx and WAN network drivers.
IXP4xx: move common debugging from network drivers to QMGR module.
HDLC_PPP: Fix Configure-Ack to return original options as
required by the standard.
Convert ixp4xx_eth driver to use net_device_ops.
MAINTAINERS | 7 +-
arch/arm/mach-ixp4xx/include/mach/qmgr.h | 35 +-
arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | 44 +-
drivers/net/arm/Kconfig | 2 +-
drivers/net/arm/ixp4xx_eth.c | 337 ++++----
drivers/net/wan/Kconfig | 7 +
drivers/net/wan/Makefile | 1 +
drivers/net/wan/hdlc_ppp.c | 11 +-
drivers/net/wan/ixp4xx_hss.c | 1325 ++++++++++++++++++++++++++++++
drivers/net/wan/pc300_drv.c | 5 +-
10 files changed, 1587 insertions(+), 187 deletions(-)
create mode 100644 drivers/net/wan/ixp4xx_hss.c
--
Krzysztof Halasa
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-26 2:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 1:43 [pull request - net-next] my WAN and ixp4xx ethernet stuff Krzysztof Halasa
2008-12-26 2:12 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox