From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net
Date: Tue, 21 Jul 2009 00:27:30 -0700 [thread overview]
Message-ID: <4A656DE2.1080902@gmail.com> (raw)
Wolfgang,
The following changes since commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0:
Peter Tyser (1):
Move examples/ to examples/standalone
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Alessio Centazzo (1):
ppc4xx: Fixed compilation warning in 4xx_enet.c
Andreas Pretzsch (1):
smc911x: add support for LAN9221
Ben Warren (2):
Add warning about upcoming removal of old Ethernet API
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
David Brownell (1):
rm9200 ethernet driver: board-specific quirk (csb337)
Kim Phillips (1):
net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
Kumar Gala (1):
uec: Fix compile warning
Michael Zaidman (1):
DHCP regression on 2009-06
Mike Frysinger (1):
net: rename NetRxPkt to NetRxPacket
Nobuhiro Iwamatsu (1):
sh: sh_eth: Remove garbage from printf
Poonam Aggrwal (1):
P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
Prafulla Wadaskar (2):
net: phy: bugfixes: mv88E61xx multichip addressing support
net: Kirkwood_egiga: forced interface speed config support
Richard Retanubun (1):
MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
Robin Getz (1):
Add DNS support
Simon Kagstrom (2):
arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
arm: Kirkwood: Check the error summary bit for error detection
Thomas D?rfler (1):
Bugfix: mpc512x_fec MII accesses fail after ethernet transfers
board/bf548-ezkit/bf548-ezkit.c | 8 ++
board/cm-bf548/cm-bf548.c | 10 ++
board/freescale/mx31pdk/mx31pdk.c | 10 ++
board/imx31_litekit/imx31_litekit.c | 10 ++
board/imx31_phycore/imx31_phycore.c | 10 ++
board/micronas/vct/ebi_smc911x.c | 22 +++-
board/micronas/vct/vct.c | 10 ++
board/omap3/evm/evm.c | 10 ++
board/renesas/ap325rxa/ap325rxa.c | 10 ++
board/renesas/rsk7203/rsk7203.c | 17 +++-
common/cmd_net.c | 49 ++++++++
cpu/arm920t/at91rm9200/ether.c | 22 +++-
doc/README.dns | 64 +++++++++++
drivers/net/4xx_enet.c | 3 +-
drivers/net/Makefile | 2 +-
drivers/net/kirkwood_egiga.c | 57 ++++++++--
drivers/net/kirkwood_egiga.h | 1 +
drivers/net/mpc512x_fec.c | 13 ++
drivers/net/phy/miiphybb.c | 7 +
drivers/net/phy/mv88e61xx.c | 18 ++--
drivers/net/phy/mv88e61xx.h | 2 +-
drivers/net/sh_eth.c | 2 +-
drivers/net/smc911x.c | 177 ++++++++++++++++-------------
drivers/net/smc911x.h | 170 +++++++++++++++-------------
drivers/net/tsec.c | 57 +++++++++-
include/configs/ap325rxa.h | 7 +-
include/configs/bf548-ezkit.h | 7 +-
include/configs/cm-bf548.h | 7 +-
include/configs/imx31_litekit.h | 7 +-
include/configs/imx31_phycore.h | 7 +-
include/configs/mx31pdk.h | 7 +-
include/configs/omap3_evm.h | 7 +-
include/configs/rsk7203.h | 7 +-
include/configs/vct.h | 9 +-
include/net.h | 9 +-
include/netdev.h | 2 +
net/Makefile | 7 +-
net/bootp.c | 2 +-
net/dns.c | 211 +++++++++++++++++++++++++++++++++++
net/dns.h | 39 +++++++
net/eth.c | 2 +
net/net.c | 40 ++++++-
42 files changed, 902 insertions(+), 236 deletions(-)
create mode 100644 doc/README.dns
create mode 100644 net/dns.c
create mode 100644 net/dns.h
regards,
Ben
next reply other threads:[~2009-07-21 7:27 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 7:27 Ben Warren [this message]
2009-07-21 7:48 ` [U-Boot] Pull request - net Wolfgang Denk
2009-07-21 18:53 ` Prafulla Wadaskar
2009-07-21 21:12 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2010-10-12 6:39 Ben Warren
2010-10-12 18:45 ` Wolfgang Denk
2010-08-09 18:56 Ben Warren
2010-08-10 21:00 ` Wolfgang Denk
2010-07-12 7:17 Ben Warren
2010-06-21 5:18 Ben Warren
2010-06-22 19:29 ` Wolfgang Denk
2010-05-03 22:06 Ben Warren
2010-05-04 21:05 ` Wolfgang Denk
2010-02-07 7:08 Ben Warren
2010-02-08 21:16 ` Wolfgang Denk
2010-02-01 6:47 Ben Warren
2010-02-01 8:04 ` Prafulla Wadaskar
2010-02-01 8:07 ` Ben Warren
2010-02-03 19:15 ` Wolfgang Denk
2009-11-24 22:19 Ben Warren
2009-11-24 22:27 ` Wolfgang Denk
2009-11-11 21:30 Ben Warren
2009-11-11 22:11 ` Wolfgang Denk
2009-10-19 18:41 Ben Warren
2009-10-24 20:16 ` Wolfgang Denk
2009-10-11 6:52 Ben Warren
2009-10-12 21:47 ` Wolfgang Denk
2009-10-05 7:27 Ben Warren
2009-10-05 21:33 ` Wolfgang Denk
2009-08-21 17:38 Ben Warren
2009-08-21 21:04 ` Wolfgang Denk
2009-08-10 22:11 Ben Warren
2009-08-11 19:47 ` Wolfgang Denk
2009-08-11 20:17 ` Ben Warren
2009-08-11 21:05 ` Wolfgang Denk
2009-08-08 9:56 Ben Warren
2009-08-08 10:09 ` Wolfgang Denk
2009-07-23 6:33 Ben Warren
2009-07-23 17:29 ` Wolfgang Denk
2009-06-15 7:17 Ben Warren
2009-06-15 9:21 ` Wolfgang Denk
2009-06-09 6:04 Ben Warren
2009-06-09 20:51 ` Wolfgang Denk
2009-06-10 8:14 ` Prafulla Wadaskar
2009-06-10 16:32 ` Ben Warren
2009-06-08 4:27 Ben Warren
2009-06-08 14:06 ` Liew Tsi Chung-R5AAHP
2009-06-08 21:54 ` Wolfgang Denk
2009-06-08 21:59 ` Ben Warren
2009-06-09 6:01 ` Ben Warren
2009-04-20 6:28 Ben Warren
2009-04-24 11:37 ` Wolfgang Denk
2009-02-23 7:52 Ben Warren
2009-02-23 21:21 ` Wolfgang Denk
2009-02-23 22:18 ` Ben Warren
2009-02-10 7:05 Ben Warren
2009-02-11 21:26 ` Wolfgang Denk
2009-02-01 4:39 Ben Warren
2009-02-01 20:36 ` Wolfgang Denk
2008-12-05 7:05 Ben Warren
2008-12-09 0:02 ` Wolfgang Denk
2008-11-10 5:51 Ben Warren
2008-11-18 20:39 ` Wolfgang Denk
2008-11-18 21:03 ` Ben Warren
2008-10-14 6:07 Ben Warren
2008-10-14 11:07 ` Wolfgang Denk
2008-09-03 4:26 [U-Boot] Pull request - NET Ben Warren
2008-09-03 20:53 ` Wolfgang Denk
2008-08-27 7:46 [U-Boot] Pull request - net Ben Warren
2008-08-27 11:55 ` Wolfgang Denk
2008-08-19 6:20 Ben Warren
2008-08-20 22:39 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A656DE2.1080902@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.