aboutsummaryrefslogtreecommitdiff
path: root/slirp
AgeCommit message (Expand)Author
2016-03-29Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2016-03-29Use C99 flexible array instead of 1-byte trailing arrayPeter Maydell
2016-03-23Avoid embedding struct mbuf in other structuresSamuel Thibault
2016-03-22slirp: send icmp6 errors when UDP send failedSamuel Thibault
2016-03-22slirp: Fix memory leak on small incoming ipv4 packetSamuel Thibault
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-16slirp/slirp.h: Remove now-empty #ifdefsPeter Maydell
2016-03-15slirp: Add IPv6 support to the TFTP codeThomas Huth
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave
2016-03-15slirp: Adding IPv6 address for DNS relayGuillaume Subiron
2016-03-15slirp: Handle IPv6 in TCP functionsGuillaume Subiron
2016-03-15slirp: Reindent after refactoringGuillaume Subiron
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron
2016-03-15slirp: Adding IPv6 UDP supportGuillaume Subiron
2016-03-15slirp: Adding ICMPv6 error sendingYann Bordenave
2016-03-15slirp: Fix ICMP error sendingYann Bordenave
2016-03-15slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-02-23all: Clean up includesPeter Maydell
2016-02-04slirp: Clean up includesPeter Maydell
2016-02-04slirp: Adding family argument to tcp_fconnect()Guillaume Subiron
2016-02-04slirp: Make udp_attach IPv6 compatibleGuillaume Subiron
2016-02-04slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron
2016-02-04slirp: Factorizing and cleaning solookup()Guillaume Subiron
2016-02-04slirp: Factorizing address translationGuillaume Subiron
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron
2016-02-04slirp: Adding address family switch for produced framesGuillaume Subiron
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron
2016-02-04slirp: goto bad in udp_input if sosendto failsGuillaume Subiron
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil
2015-09-24slirp: Fix non blocking connect for w32Stefan Weil
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2014-09-23slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker
2014-06-10slirp: Remove unused zero_ethaddr[] variablePeter Maydell
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault
2014-04-25slirp: Remove default_mon usageCole Robinson
2014-03-25Fixed various typosDeepak Kathayat
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan
2013-09-17slirp: define timeout as macroLiu Ping Fan
2013-09-17slirp: make timeout localLiu Ping Fan
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza