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.
 
 
 
 
 
 
Laurent Vivier 806956834a slirp: Use DIV_ROUND_UP 10 years ago
..
COPYRIGHT Remove the advertising clause from the slirp license 17 years ago
Makefile.objs slirp: Adding IPv6 UDP support 10 years ago
arp_table.c slirp: Clean up includes 10 years ago
bootp.c slirp: Clean up includes 10 years ago
bootp.h janitor: add guards to headers 13 years ago
cksum.c slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration 10 years ago
debug.h slirp: Cleanup and basic reanimation of debug code 17 years ago
dnssearch.c slirp: Use DIV_ROUND_UP 10 years ago
if.c Avoid embedding struct mbuf in other structures 10 years ago
if.h slirp: Factorizing tcpiphdr structure with an union 10 years ago
ip.h slirp: Avoid statements without effect on Big Endian host 14 years ago
ip6.h slirp: Adding IPv6 address for DNS relay 10 years ago
ip6_icmp.c slirp: Clean up osdep.h related header inclusions 10 years ago
ip6_icmp.h slirp: Adding ICMPv6 error sending 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 guest network access with darwin host 10 years ago
ip_icmp.h slirp: Fix ICMP error sending 10 years ago
ip_input.c slirp: Clean up osdep.h related header inclusions 10 years ago
ip_output.c slirp: Clean up includes 10 years ago
libslirp.h slirp: Allow disabling IPv4 or IPv6 10 years ago
main.h slirp: switch to GPollFD 13 years ago
mbuf.c Avoid embedding struct mbuf in other structures 10 years ago
mbuf.h Use C99 flexible array instead of 1-byte trailing array 10 years ago
misc.c slirp: Remove obsolete backward-compatibility cruft 10 years ago
misc.h Avoid embedding struct mbuf in other structures 10 years ago
ndp_table.c slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration 10 years ago
sbuf.c slirp: Clean up includes 10 years ago
sbuf.h Fix breakage by obsolete _P() for good 17 years ago
slirp.c slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error 10 years ago
slirp.h all: Remove unnecessary glib.h includes 10 years ago
slirp_config.h slirp: Remove obsolete backward-compatibility cruft 10 years ago
socket.c Fix some typos found by codespell 10 years ago
socket.h slirp: fix guest network access with darwin host 10 years ago
tcp.h slirp: Handle IPv6 in TCP functions 10 years ago
tcp_input.c wxx: Fix broken TCP networking (regression) 10 years ago
tcp_output.c slirp: Handle IPv6 in TCP functions 10 years ago
tcp_subr.c slirp: fix guest network access with darwin host 10 years ago
tcp_timer.c slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff 10 years ago
tcp_timer.h Fix breakage by obsolete _P() for good 17 years ago
tcp_var.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
tcpip.h slirp: Handle IPv6 in TCP functions 10 years ago
tftp.c util: move declarations out of qemu-common.h 10 years ago
tftp.h slirp: Add IPv6 support to the TFTP code 10 years ago
udp.c slirp: Add IPv6 support to the TFTP code 10 years ago
udp.h slirp: Adding IPv6 UDP support 10 years ago
udp6.c slirp: Clean up osdep.h related header inclusions 10 years ago