qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements
@ 2011-07-20 10:20 Jan Kiszka
  2011-07-20 10:20 ` [Qemu-devel] [PATCH 01/10] slirp: Fix restricted mode Jan Kiszka
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Jan Kiszka @ 2011-07-20 10:20 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel
  Cc: Peter Maydell, Markus Armbruster, Gleb Natapov

Almost just a reposting of the previously sent series. No patch
modified, but a nifty (IMO) new one: ping forwarding for slirp using
the unprivileged ICMP sockets of Linux 3.0. See commit log for a simple
how-to.

CC: Gleb Natapov <gleb@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
CC: Peter Maydell <peter.maydell@linaro.org>

Jan Kiszka (10):
  slirp: Fix restricted mode
  slirp: Canonicalize restrict syntax
  slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
  slirp: Replace m_freem with m_free
  slirp: Put forked exec into separate process group
  slirp: Forward ICMP echo requests via unprivileged sockets
  net: Improve layout of 'info network'
  net: Refactor net_client_types
  net: Dump client type 'info network'
  net: Consistently use qemu_macaddr_default_if_unset

 hw/dp8393x.c       |    2 +-
 hw/etraxfs_eth.c   |    2 +-
 hw/mcf_fec.c       |    2 +-
 hw/mipsnet.c       |    2 +-
 hw/qdev.c          |    2 +-
 hw/stellaris.c     |    2 +-
 hw/xen_devconfig.c |    4 +-
 net.c              |   65 +++++++++++++++++++++--------------
 net.h              |    8 +++--
 net/slirp.c        |   23 +++++++++----
 qemu-options.hx    |    4 +-
 slirp/ip_icmp.c    |   95 +++++++++++++++++++++++++++++++++++++++++++++++++--
 slirp/ip_icmp.h    |    3 ++
 slirp/ip_input.c   |   30 +++--------------
 slirp/ip_output.c  |    4 +-
 slirp/mbuf.h       |    3 --
 slirp/misc.c       |   16 ++++++++-
 slirp/slirp.c      |   37 ++++++++++++++++++++
 slirp/slirp.h      |    5 +++
 slirp/socket.c     |    2 +
 slirp/tcp_input.c  |   10 +++---
 slirp/tcp_subr.c   |    2 +-
 slirp/udp.c        |   23 +++++++-----
 23 files changed, 249 insertions(+), 97 deletions(-)

-- 
1.7.3.4

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

end of thread, other threads:[~2011-07-23 15:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 10:20 [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 01/10] slirp: Fix restricted mode Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 02/10] slirp: Canonicalize restrict syntax Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 03/10] slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 04/10] slirp: Replace m_freem with m_free Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 05/10] slirp: Put forked exec into separate process group Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 06/10] slirp: Forward ICMP echo requests via unprivileged sockets Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 07/10] net: Improve layout of 'info network' Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 08/10] net: Refactor net_client_types Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 09/10] net: Dump client type 'info network' Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 10/10] net: Consistently use qemu_macaddr_default_if_unset Jan Kiszka
2011-07-22 14:31 ` [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements Markus Armbruster
2011-07-23 15:45 ` 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).