From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 03 Jan 2008 23:48:33 -0500 Subject: [U-Boot-Users] Pull request: net Message-ID: <477DBAA1.8060202@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, Please pull from the net repo. In particular, the patch by Rafal Jaworowski is needed for further work that he wishes to submit. The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74: Jon Loeliger (1): 8610: Move include of config.h earlier. are available in the git repository at: git://www.denx.de/git/u-boot-net.git master Matthias Fuchs (1): net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option Rafal Jaworowski (1): Introduce new eth_receive routine Shinya Kuribayashi (1): net/eth.c: Fix env_enetaddr signed overflow Upakul Barkakaty (1): NET: Proper return code handling in eth_init() function in file eth.c include/net.h | 3 ++ net/eth.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- net/net.c | 12 ++++++++++ 3 files changed, 79 insertions(+), 5 deletions(-)