summaryrefslogtreecommitdiff
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2016-03-16slirp/slirp.h: Remove now-empty #ifdefsPeter Maydell1-24/+0
2016-03-15slirp: Add IPv6 support to the TFTP codeThomas Huth4-72/+100
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2-22/+14
2016-03-15slirp: Adding IPv6 address for DNS relayGuillaume Subiron4-1/+41
2016-03-15slirp: Handle IPv6 in TCP functionsGuillaume Subiron6-9/+125
2016-03-15slirp: Reindent after refactoringGuillaume Subiron3-92/+91
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron7-31/+109
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron8-45/+106
2016-03-15slirp: Adding IPv6 UDP supportGuillaume Subiron6-9/+208
2016-03-15slirp: Adding ICMPv6 error sendingYann Bordenave3-3/+84
2016-03-15slirp: Fix ICMP error sendingYann Bordenave7-17/+18
2016-03-15slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron12-6/+1019
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange1-4/+0
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-2/+0
2016-02-23all: Clean up includesPeter Maydell1-18/+0
2016-02-04slirp: Clean up includesPeter Maydell19-3/+19
2016-02-04slirp: Adding family argument to tcp_fconnect()Guillaume Subiron3-4/+5
2016-02-04slirp: Make udp_attach IPv6 compatibleGuillaume Subiron3-5/+6
2016-02-04slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron4-27/+51
2016-02-04slirp: Factorizing and cleaning solookup()Guillaume Subiron4-44/+32
2016-02-04slirp: Factorizing address translationGuillaume Subiron8-103/+116
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron7-16/+78
2016-02-04slirp: Adding address family switch for produced framesGuillaume Subiron1-13/+48
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron3-4/+4
2016-02-04slirp: goto bad in udp_input if sosendto failsGuillaume Subiron1-0/+1
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert1-6/+1
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil13-50/+56
2015-09-24slirp: Fix non blocking connect for w32Stefan Weil1-1/+7
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2014-09-23slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek1-1/+1
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang3-24/+3
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker1-1/+1
2014-06-10slirp: Remove unused zero_ethaddr[] variablePeter Maydell1-2/+0
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault2-9/+6
2014-04-25slirp: Remove default_mon usageCole Robinson3-17/+6
2014-03-25Fixed various typosDeepak Kathayat1-1/+1
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil1-1/+1
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik4-11/+6
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka1-2/+2
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan2-6/+25
2013-09-17slirp: define timeout as macroLiu Ping Fan1-5/+12
2013-09-17slirp: make timeout localLiu Ping Fan2-12/+13
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell1-2/+2
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza1-0/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-3/+3
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-19slirp: remove mbuf(m_hdr,m_dat) indirectionMichael Tokarev2-39/+24
2013-06-19make user networking hostfwd work with restrict=yGertjan Halkes1-10/+16
2013-06-01slirp: cleanup leftovers from misc.hMichael Tokarev1-14/+0
2013-05-18remove some double-includesMichael Tokarev1-2/+0