summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* slirp: Allow disabling IPv4 or IPv6Samuel Thibault2019-11-296-2/+30
* slirp: Fix migration from older versions of QEMU to the current oneThomas Huth2019-11-291-18/+26
* Use C99 flexible array instead of 1-byte trailing arrayPeter Maydell2019-11-291-4/+2
* Avoid embedding struct mbuf in other structuresSamuel Thibault2019-11-295-30/+34
* slirp: send icmp6 errors when UDP send failedSamuel Thibault2019-11-291-2/+1
* slirp: Fix memory leak on small incoming ipv4 packetSamuel Thibault2019-11-291-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-292-0/+2
* slirp/slirp.h: Remove now-empty #ifdefsPeter Maydell2019-11-291-24/+0
* slirp: Add IPv6 support to the TFTP codeThomas Huth2019-11-294-72/+100
* qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2019-11-292-22/+14
* slirp: Adding IPv6 address for DNS relayGuillaume Subiron2019-11-294-1/+41
* slirp: Handle IPv6 in TCP functionsGuillaume Subiron2019-11-296-9/+125
* slirp: Reindent after refactoringGuillaume Subiron2019-11-293-92/+91
* slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron2019-11-297-31/+109
* slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron2019-11-298-45/+106
* slirp: Adding IPv6 UDP supportGuillaume Subiron2019-11-296-9/+208
* slirp: Adding ICMPv6 error sendingYann Bordenave2019-11-293-3/+84
* slirp: Fix ICMP error sendingYann Bordenave2019-11-297-17/+18
* slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron2019-11-2912-6/+1019
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2019-11-291-4/+0
* osdep: add wrappers for socket functionsDaniel P. Berrange2019-11-291-2/+0
* all: Clean up includesPeter Maydell2019-11-291-18/+0
* slirp: Clean up includesPeter Maydell2019-11-2919-3/+19
* slirp: Adding family argument to tcp_fconnect()Guillaume Subiron2019-11-293-4/+5
* slirp: Make udp_attach IPv6 compatibleGuillaume Subiron2019-11-293-5/+6
* slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron2019-11-294-27/+51
* slirp: Factorizing and cleaning solookup()Guillaume Subiron2019-11-294-44/+32
* slirp: Factorizing address translationGuillaume Subiron2019-11-298-103/+116
* slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2019-11-297-16/+78
* slirp: Adding address family switch for produced framesGuillaume Subiron2019-11-291-13/+48
* slirp: Generalizing and neutralizing ARP codeGuillaume Subiron2019-11-293-4/+4
* slirp: goto bad in udp_input if sosendto failsGuillaume Subiron2019-11-291-0/+1
* ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert2019-11-291-6/+1
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-1213-50/+56
* slirp: Fix non blocking connect for w32Stefan Weil2015-09-241-1/+7
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek2014-09-231-1/+1
* slirp/misc: Use the GLib memory allocation APIszhanghailiang2014-08-243-24/+3
* Increase maximum number of session of the internal TFTP server.Bernhard Übelacker2014-06-241-1/+1
* slirp: Remove unused zero_ethaddr[] variablePeter Maydell2014-06-101-2/+0
* slirp/arp: do not special-case bogus IP addressesSamuel Thibault2014-06-092-9/+6
* slirp: Remove default_mon usageCole Robinson2014-04-253-17/+6
* Fixed various typosDeepak Kathayat2014-03-251-1/+1
* misc: Spelling and grammar fixes in commentsStefan Weil2013-10-261-1/+1
* slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-024-11/+6
* slirp: clean up slirp_update_timeoutJan Kiszka2013-09-171-2/+2
* slirp: set mainloop timeout with more precise valueLiu Ping Fan2013-09-172-6/+25
* slirp: define timeout as macroLiu Ping Fan2013-09-171-5/+12
* slirp: make timeout localLiu Ping Fan2013-09-172-12/+13
* slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell2013-09-011-2/+2
OpenPOWER on IntegriCloud