qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/11] Various small networking improvements
@ 2009-04-19 10:04 Jan Kiszka
  2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 03/11] net: Prevent multiple slirp instances Jan Kiszka
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Jan Kiszka @ 2009-04-19 10:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mark McLoughlin

This series fixes several smaller issues in the networking code and then
enhances it mostly by the following features:
 - VLAN capturing (derived from Tristan Gringold's work)
 - Handling of requested IP in slirp's DHCP server
 - Runtime -redir setup (host_net_redir)

The first three patches should be considered for stable, so I prepared a
corresponding queue at git://git.kiszka.org/qemu.git queues/stable.

Find this series also at git://git.kiszka.org/qemu.git queues/net

Jan Kiszka (11):
      net: Fix -net socket,listen
      net: Check device passed to host_net_remove
      net: Prevent multiple slirp instances
      monitor: Improve host_net_add
      monitor: Allow host_net_add/remove for all targets
      Allow empty params for check_params
      net: Add parameter checks for VLAN clients
      net: Untangle nested qemu_send_packet
      net: Add support for capturing VLANs
      slirp: Handle DHCP requests for specific IP
      slirp: Enhance host-guest redirection setup

 monitor.c       |    8 +-
 net.c           |  299 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 net.h           |   13 ++-
 qemu-options.hx |    9 ++-
 slirp/bootp.c   |  127 +++++++++++++++++------
 slirp/bootp.h   |    2 +
 vl.c            |    4 +-
 7 files changed, 395 insertions(+), 67 deletions(-)

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

end of thread, other threads:[~2009-04-28 19:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 10:04 [Qemu-devel] [PATCH v2 00/11] Various small networking improvements Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 03/11] net: Prevent multiple slirp instances Jan Kiszka
2009-04-19 10:37   ` Blue Swirl
2009-04-19 11:51     ` [Qemu-devel] " Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 01/11] net: Fix -net socket,listen Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 06/11] Allow empty params for check_params Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 02/11] net: Check device passed to host_net_remove Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 05/11] monitor: Allow host_net_add/remove for all targets Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 04/11] monitor: Improve host_net_add Jan Kiszka
2009-04-28 15:08   ` Krumme, Chris
2009-04-28 19:25     ` [Qemu-devel] [PATCH] net: Avoid gcc'ism in net_host_device_add Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 07/11] net: Add parameter checks for VLAN clients Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 08/11] net: Untangle nested qemu_send_packet Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 10/11] slirp: Handle DHCP requests for specific IP Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 11/11] slirp: Enhance host-guest redirection setup Jan Kiszka
2009-04-19 10:04 ` [Qemu-devel] [PATCH v2 09/11] net: Add support for capturing VLANs Jan Kiszka
2009-04-21 20:55 ` [Qemu-devel] [PATCH v2 00/11] Various small networking improvements Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).