]> git.proxmox.com Git - qemu.git/history - slirp/slirp.c
Simple ARP table
[qemu.git] / slirp / slirp.c
2011-08-03 Fabien ChouteauSimple ARP table
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-25 Blue SwirlWrap recv to avoid warnings
2011-07-23 Jan Kiszkaslirp: Forward ICMP echo requests via unprivileged...
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all rt_clock references to use millisecond resol...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-17 Hervé PoussineauMake ARP replies at least 64 bytes long
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-03-07 Blue Swirlslirp: remove dead nested assignment, spotted by clang
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-31 Stefan WeilFix compiler warnings
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Ed Swierkslirp: Read host DNS config on demand
2009-08-28 Ed Swierkslirp: Remove our_addr code
2009-08-01 Blue SwirlAdd missing "static"
2009-07-27 Ed Swierkslirp: Use monotonic clock if available (v2)
2009-07-27 Jan Kiszkaslirp: Fix guestfwd for incoming data
2009-06-29 Jan Kiszkaslirp: Save/restore bootp client states
2009-06-29 Jan Kiszkaslirp: Enable multiple instances
2009-06-29 Jan Kiszkaslirp: Allocate/free stack instance dynamically
2009-06-29 Jan Kiszkaslirp: Use internal state in interface
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Drop link_up checks from if_output and slirp_soc...
2009-06-29 Jan Kiszkaslirp: Clean up timeout handling around slirp_select_fi...
2009-06-29 Jan Kiszkaslirp: Kill slirp_is_inited
2009-06-29 Jan Kiszkaslirp: Clean up updtime
2009-06-29 Jan Kiszkaslirp: Make IP packet ID consistent
2009-06-29 Jan Kiszkaslirp: Factor out one-time initialization
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Do not allow to remove non-hostfwd sockets
2009-06-29 Jan Kiszkaslirp: Explicitely mark host-forwarding sockets
2009-06-29 Jan Kiszkaslirp: Prepare for persistent socket state flags
2009-06-29 Jan Kiszkaslirp: Bind support for host forwarding rules
2009-06-29 Jan Kiszkaslirp: Fix port comparision in slirp_remove_hostfwd
2009-06-29 Jan Kiszkaslirp: Rework external configuration interface
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2009-06-29 Jan KiszkaRevert "User networking: Show active connections"
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Jan Kiszkaslirp: Reorder initialization
2009-05-28 Alexander GrafUser networking: Show active connections
2009-05-27 Alexander GrafUser Networking: Enable removal of redirections
2009-05-21 malcCast pointer arguments of get/setsockopt, send to void...
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-01-13 blueswir1Fix 64 bit issue in slirp
2009-01-12 blueswir1Fix some SLIRP warnings
2009-01-08 aliguoriAdd support for vmchannel socket migration (Gleb Natapov)
2009-01-08 aliguoriAdd slirp_restrict option (Gleb Natapov)
2009-01-08 aliguoriRedirect slirp traffic to/from qemu character device...
2008-12-07 aurel32slirp: fix CVE 2007-5729
2008-10-17 bellardadded explicit license
2008-10-17 bellardallow SLIRP to make an ARP request to get the client...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-05-10 bellardsuppressed unaligned accesses
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2006-04-30 bellardremoved warnings
2006-04-23 pbrookFix slirp redirection on systems without a useful host...
2006-04-16 pbrookDowngrade DNS failure to a warning.
2006-04-16 pbrookSet slirp client hostname.
2005-09-03 bellardimproved user net performances
2004-10-07 bellardwindows fixes (Gregory Alexander)
2004-09-05 bellardallow inetd like program exec
2004-08-25 bellardport redirection support
2004-07-12 bellardwin32 compile
2004-07-05 bellardforgot fclose()
2004-05-04 bellardfixed dhcp for windows client
2004-04-22 bellardinitial user mode network support