375 Commits (fbf553971898aee18b5933d335e2fa3e74bb9be7)

Author SHA1 Message Date
Jan Kiszka 953e7f54e6 slirp: Prevent recursion of if_start 15 years ago
Jan Kiszka d6536b2c97 slirp: Keep next_m always valid 15 years ago
David Gibson 90d7416ab1 slirp: Fix assertion failure on rejected DHCP requests 15 years ago
Jan Kiszka b87ffa1631 slirp: Refactor if_start 15 years ago
Jan Kiszka b248ede2ef slirp: Fix requeuing of batchq packets in if_start 15 years ago
Jan Kiszka 79e7e937bd slirp: Clean up ifs_init 15 years ago
Alon Levy f293d8b1f2 slirp/misc: fix gcc __warn_memset_zero_len warnings 15 years ago
Jan Kiszka 6612db12d5 slirp: Prevent sending ICMP error replies to source-only addresses 15 years ago
Stefan Weil 9f1134d4aa slirp: Remove unused variable and unused code 15 years ago
Paolo Bonzini d3b12f5dec main-loop: create main-loop.c 15 years ago
Thomas Huth 2b44043265 slirp: Fix packet expiration 15 years ago
Jan Kiszka 8d06d69bc4 slirp: Fix use after release on tcp_input 15 years ago
Stefan Weil b2bedb2144 Remove blanks before \n in output strings 15 years ago
Jan Kiszka 144d192d33 slirp: Fill TCP/IP header template after SYN reception 15 years ago
Stefan Weil 5a61cb60d6 Fix include statements for qemu-common.h 15 years ago
Stefan Weil 541dc0d47f Use new macro QEMU_PACKED for packed structures 15 years ago
Anthony Liguori 2cc6e0a142 char: rename qemu_chr_write() -> qemu_chr_fe_write() 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Jan Kiszka 1b930bfa09 slirp: Fix bit field types in IP header structs 15 years ago
Jan Kiszka e3a110b527 slirp: Only start packet expiration for delayed ones 15 years ago
Jan Kiszka fd5938799d slirp: Read current time only once per if_start call 15 years ago
Jan Kiszka 5a371a2e52 slirp: Fix types of IP address parameters 15 years ago
Fabien Chouteau 1ab74cea06 Delayed IP packets 15 years ago
Fabien Chouteau 1a0ca1e1f6 Simple ARP table 15 years ago
Stefan Weil cf2846b5fa slirp: Fix unusual "comments" in unused code 15 years ago
Blue Swirl 00aa0040e8 Wrap recv to avoid warnings 15 years ago
Jan Kiszka e6d43cfb1f slirp: Forward ICMP echo requests via unprivileged sockets 15 years ago
Jan Kiszka 565465fcae slirp: Put forked exec into separate process group 15 years ago
Jan Kiszka 3acccfc67d slirp: Replace m_freem with m_free 15 years ago
Jan Kiszka 5a82362ad0 slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host 15 years ago
Jan Kiszka 12b513d837 slirp: Fix restricted mode 15 years ago
Paolo Bonzini 4d54ec7898 add a service to reap zombies, use it in SLIRP 16 years ago
Paolo Bonzini 7bd427d801 change all rt_clock references to use millisecond resolution accessors 16 years ago
Vincent Palatin 24ac3a7d4e net: fix trace when debug is activated in slirp 16 years ago
Stefan Weil 89d2d3af51 slirp: Remove some type casts caused by bad declaration of x.tp_buf 16 years ago
Anthony Liguori 8fe3046f17 Fix build from previous commit 16 years ago
Bruce Rogers 53fae6d27f PATCH] slirp: fix buffer overrun 16 years ago
Blue Swirl 64b85a8f23 Delete useless 'extern' qualifiers for functions 16 years ago
Sergei Gavrikov facf1a60f2 slirp: Use strcasecmp() to check tftp mode, tsize 16 years ago
Aurelien Jarno 8aaf42ed0f slirp: fix unaligned access in bootp code 16 years ago
Stefan Weil 9eca6cc643 slirp: Remove unused code for bad sprintf 16 years ago
Stefan Weil 8b7968f7c4 Use GCC_FMT_ATTR (format checking) 16 years ago
Andreas Färber 4a2b39d323 slirp: Silence warning on Haiku 16 years ago
Hervé Poussineau dbf3c4b4ba Make ARP replies at least 64 bytes long 16 years ago
Hervé Poussineau 0d491754d0 Accept packets with TTL=1 16 years ago
Jes Sorensen 7390cdfbf7 Change DPRINTF() to do{}while(0) to avoid compiler warning 16 years ago
Stefan Weil 08dc07a32b slirp: Remove declarations which are no longer needed 16 years ago
Stefan Weil b6dce92e89 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
Alex Williamson 0be71e324f savevm: Add DeviceState param 16 years ago
Blue Swirl 9678d9501b Remove dead assignments in various common files, spotted by clang analyzer 17 years ago