QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Maydell 09b94ac0f2 slirp: Correct size check in m_inc() 8 years ago
..
COPYRIGHT Remove the advertising clause from the slirp license 17 years ago
Makefile.objs slirp: add a fake NC-SI backend 9 years ago
arp_table.c slirp/debug: Print IP addresses in human readable form 8 years ago
bootp.c slirp: Add domainname option to slirp's DHCP server 8 years ago
bootp.h Clean up decorations and whitespace around header guards 10 years ago
cksum.c Use #include "..." for our own headers, <...> for others 10 years ago
debug.h slirp: Cleanup and basic reanimation of debug code 17 years ago
dhcpv6.c slirp, disas: Replace min/max with MIN/MAX macros 9 years ago
dhcpv6.h slirp: add in6_dhcp_multicast() 8 years ago
dnssearch.c slirp: Use DIV_ROUND_UP 10 years ago
if.c slirp: Add a special case for the NULL socket 9 years ago
if.h Clean up ill-advised or unusual header guards 10 years ago
ip.h slirp: removed unused code 8 years ago
ip6.h slirp: use DIV_ROUND_UP 9 years ago
ip6_icmp.c slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero() 8 years ago
ip6_icmp.h Clean up header guards that don't match their file name 10 years ago
ip6_input.c slirp: Allow disabling IPv4 or IPv6 10 years ago
ip6_output.c slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration 10 years ago
ip_icmp.c slirp: fix pinging the virtual ipv4 DNS server 9 years ago
ip_icmp.h Clean up ill-advised or unusual header guards 10 years ago
ip_input.c Use #include "..." for our own headers, <...> for others 10 years ago
ip_output.c Use #include "..." for our own headers, <...> for others 10 years ago
libslirp.h slirp: Add domainname option to slirp's DHCP server 8 years ago
main.h Clean up decorations and whitespace around header guards 10 years ago
mbuf.c slirp: Correct size check in m_inc() 8 years ago
mbuf.h slirp: correct size computation while concatenating mbuf 8 years ago
misc.c slirp: fork_exec(): Don't close() a negative number in fork_exec() 9 years ago
misc.h Clean up ill-advised or unusual header guards 10 years ago
ncsi-pkt.h slirp: add a fake NC-SI backend 9 years ago
ncsi.c slirp/ncsi: add checksum support 8 years ago
ndp_table.c slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero() 8 years ago
sbuf.c slirp: Handle error returns from sosendoob() 9 years ago
sbuf.h slirp: VMStatify sbuf 9 years ago
slirp.c slirp: Send window updates to guest after window was closed 8 years ago
slirp.h slirp: Add domainname option to slirp's DHCP server 8 years ago
slirp_config.h slirp: Remove obsolete backward-compatibility cruft 10 years ago
socket.c slirp: Fix spurious error report when sending directly 8 years ago
socket.h slirp: VMStatify socket level 9 years ago
tcp.h Clean up ill-advised or unusual header guards 10 years ago
tcp_input.c slirp: Fix wrong mss bug. 9 years ago
tcp_output.c slirp, disas: Replace min/max with MIN/MAX macros 9 years ago
tcp_subr.c slirp: disable Nagle in outgoing connections 8 years ago
tcp_timer.c slirp, disas: Replace min/max with MIN/MAX macros 9 years ago
tcp_timer.h Clean up ill-advised or unusual header guards 10 years ago
tcp_var.h slirp: VMState conversion; tcpcb 9 years ago
tcpip.h slirp, disas: Replace min/max with MIN/MAX macros 9 years ago
tftp.c slirp: tftp, copy sockaddr_size 9 years ago
tftp.h slirp: support dynamic block size for TFTP transfers 9 years ago
udp.c slirp/debug: Print IP addresses in human readable form 8 years ago
udp.h Clean up ill-advised or unusual header guards 10 years ago
udp6.c slirp: add in6_dhcp_multicast() 8 years ago