From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/5] net: preparations for integrating a network stack
Date: Mon, 10 Jun 2024 09:51:00 +0200 [thread overview]
Message-ID: <20240610075105.812496-1-s.hauer@pengutronix.de> (raw)
This series has some preparation patches to better integrate a network
stack in the future.
Sascha Hauer (5):
net: virtio-net: allow to set current MAC address
net: ifup: use accessor to set network device ip/netmask
net: add edev argument to net_set_gateway()
net: establish single code path for setting edev parameters
net: host command: move to commands/
commands/Makefile | 2 +-
commands/host.c | 40 ++++++++++++++++++++++++++++++++++++++++
drivers/net/virtio.c | 34 ++++++++++++++++++++++------------
include/net.h | 2 +-
net/dhcp.c | 2 +-
net/dns.c | 37 -------------------------------------
net/eth.c | 33 ++++++++++++++++++++++++++++++---
net/ifup.c | 6 +++---
net/net.c | 2 +-
9 files changed, 99 insertions(+), 59 deletions(-)
create mode 100644 commands/host.c
--
2.39.2
next reply other threads:[~2024-06-10 7:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 7:51 Sascha Hauer [this message]
2024-06-10 7:51 ` [PATCH 1/5] net: virtio-net: allow to set current MAC address Sascha Hauer
2024-06-10 7:51 ` [PATCH 2/5] net: ifup: use accessor to set network device ip/netmask Sascha Hauer
2024-06-10 7:51 ` [PATCH 3/5] net: add edev argument to net_set_gateway() Sascha Hauer
2024-06-10 7:51 ` [PATCH 4/5] net: establish single code path for setting edev parameters Sascha Hauer
2024-06-10 7:51 ` [PATCH 5/5] net: host command: move to commands/ Sascha Hauer
2024-06-13 6:41 ` [PATCH 0/5] net: preparations for integrating a network stack Sascha Hauer
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=20240610075105.812496-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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