From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/8 v3] Network update DHCP/BOOTP
Date: Mon, 2 Apr 2012 16:17:00 +0200 [thread overview]
Message-ID: <20120402141700.GF8116@game.jcrosoft.org> (raw)
HI,
the following patch series update the network dhcp and bootp support
to support options 66, 61, 77, 97
this will also help to add pxe boot support later
The following changes since commit c21492c293bcb97ac99f837489898582205cd168:
AT91: at91sam9x5: add chip and board file (2012-04-02 10:31:23 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git net
for you to fetch changes up to f09107f16b01328138aed324b3e11c96b318369f:
net: env: getenv_ip use resolv (2012-04-02 22:26:04 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (8):
net: dhcp: factorise option recption handling
net: dhcp: reset env variable before do a dhcp request
net: dhcp: add support of tftp name server
net: dhcp: factorise setting option code
net: dhcp: allow to set transmitted client id
net: dhcp: allow to set transmitted client uuid
net: dhcp: allow to set transmitted user class
net: env: getenv_ip use resolv
include/net.h | 6 +-
net/dhcp.c | 451 +++++++++++++++++++++++++++++++++++++++++----------------
net/dns.c | 2 +-
net/net.c | 9 +-
4 files changed, 340 insertions(+), 128 deletions(-)
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-04-02 14:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 14:17 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-04-02 14:19 ` [PATCH 1/8] net: dhcp: factorise option recption handling Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 19:02 ` Sascha Hauer
2012-04-03 4:55 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-03 6:57 ` Sascha Hauer
2012-04-03 4:57 ` [PATCH 1/8 v4] " Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 2/8] net: dhcp: reset env variable before do a dhcp request Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 3/8] net: dhcp: add support of tftp name server Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 4/8] net: dhcp: factorise setting option code Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 5/8] net: dhcp: allow to set transmitted client id Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 6/8] net: dhcp: allow to set transmitted client uuid Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 7/8] net: dhcp: allow to set transmitted user class Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 14:19 ` [PATCH 8/8] net: env: getenv_ip use resolv Jean-Christophe PLAGNIOL-VILLARD
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=20120402141700.GF8116@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox