index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
aliguori
2009-03-28
1
-5
/
+0
*
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
1
-0
/
+1
*
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-08
1
-3
/
+3
*
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
1
-1
/
+1
*
Fix BSD breakage from r6736
blueswir1
2009-03-07
1
-0
/
+3
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-16
/
+16
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-15
/
+15
*
net socket verify packet size (Dustin Kirkland)
aliguori
2009-02-27
1
-4
/
+13
*
specify vmchannel as a net option (Gleb Natapov)
aliguori
2009-02-16
1
-0
/
+41
*
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+56
*
qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+21
*
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
aliguori
2009-02-11
1
-1
/
+1
*
qemu: dynamic nic info index allocation (Marcelo Tosatti)
aliguori
2009-02-11
1
-3
/
+15
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-14
/
+0
*
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
aliguori
2009-01-26
1
-0
/
+15
*
Fix tap downscript argument (Mark McLoughlin)
aliguori
2009-01-13
1
-6
/
+6
*
Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)
aliguori
2009-01-13
1
-0
/
+34
*
Make the set_link cmd handle multiple nics.
edgar_igl
2009-01-09
1
-1
/
+2
*
Allow devices be notified of link status change (Mark McLoughlin)
aliguori
2009-01-08
1
-0
/
+3
*
Add 'set_link' monitor command (Mark McLoughlin)
aliguori
2009-01-08
1
-1
/
+30
*
Add "restrict" and "ip" option to "user" net option (Gleb Natapov)
aliguori
2009-01-08
1
-3
/
+11
*
Add slirp_restrict option (Gleb Natapov)
aliguori
2009-01-08
1
-3
/
+3
*
Add model field to nic info (Mark McLoughlin)
aliguori
2009-01-08
1
-1
/
+2
*
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
2009-01-07
1
-33
/
+64
*
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
2009-01-07
1
-6
/
+16
*
Assign a name to each VLAN client (Mark McLoughlin)
aliguori
2009-01-07
1
-0
/
+21
*
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
2009-01-07
1
-35
/
+43
*
consolidate definition for tap script and smb support
aurel32
2008-12-18
1
-8
/
+0
*
Add support for tap vectored send
aliguori
2008-12-17
1
-0
/
+18
*
virtio-net support
aliguori
2008-12-17
1
-0
/
+44
*
Fix some new warnings introduced after r5022
blueswir1
2008-12-07
1
-2
/
+2
*
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
2008-11-22
1
-1
/
+1
*
Preliminary AIX support
malc
2008-11-18
1
-0
/
+7
*
Attached patch fixes a series of this warning
blueswir1
2008-11-16
1
-1
/
+1
*
Move the things that aren't target specific to libqemu_common.a.
aliguori
2008-11-11
1
-12
/
+1
*
Revert commits 5685 to 5688 committed by mistake
aurel32
2008-11-11
1
-3
/
+0
*
qemu: generate signals on tap I/O
aurel32
2008-11-11
1
-0
/
+3
*
Fix some build issues for BSD.
blueswir1
2008-11-07
1
-7
/
+12
*
Move network redirection code out of vl.c and into net.c
aliguori
2008-10-31
1
-0
/
+1605