]> git.proxmox.com Git - qemu.git/history - slirp/bootp.c
rng-egd: remove redundant free
[qemu.git] / slirp / bootp.c
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-15 Klaus Stengelslirp: Add domain-search option to slirp's DHCP server
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-29 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v49' into...
2012-02-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.39' into staging
2012-02-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-27 David Gibsonslirp: Fix assertion failure on rejected DHCP requests
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.data...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v40' into...
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-08-03 Fabien ChouteauSimple ARP table
2011-03-05 Vincent Palatinnet: fix trace when debug is activated in slirp
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-10 Aurelien Jarnoslirp: fix unaligned access in bootp code
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-04 Jes SorensenChange DPRINTF() to do{}while(0) to avoid compiler...
2010-03-07 Blue Swirlslirp: remove dead increments, spotted by clang
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Cleanup and basic reanimation of debug code
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2009-05-22 Jan Kiszkaslirp: Reassign same address to same DHCP client
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-21 aliguorislirp: Handle DHCP requests for specific IP (Jan Kiszka)
2009-01-24 aurel32Use broadcast address for slirp dhcp replies
2009-01-08 aliguoriAdd slirp_restrict option (Gleb Natapov)
2008-10-01 blueswir1Make some variables static
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
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...
2007-02-20 thsAdd -bootp option for slirp, by Anthony Liguori.
2006-04-16 pbrookSet slirp client hostname.
2005-06-05 bellard64 bit fixes (initial patch by Gwenole Beauchesne)
2004-10-03 bellardhack for bootp support
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-09-30 bellardgive a new address at DHCPREQUEST too (useful if the...
2004-06-04 bellarddhcp packet size fix (aka pump fix)
2004-05-04 bellardfixed dhcp for windows client
2004-04-22 bellardinitial user mode network support