mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] net: preparations for integrating a network stack
@ 2024-06-10  7:51 Sascha Hauer
  2024-06-10  7:51 ` [PATCH 1/5] net: virtio-net: allow to set current MAC address Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2024-06-10  7:51 UTC (permalink / raw)
  To: Barebox List

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-13  6:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-10  7:51 [PATCH 0/5] net: preparations for integrating a network stack Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox