index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-3
/
+3
2009-04-05
Fix some win32 compile warnings
blueswir1
1
-1
/
+1
2009-03-28
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
aliguori
1
-5
/
+0
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
1
-0
/
+1
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
1
-3
/
+3
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
2009-03-07
Fix BSD breakage from r6736
blueswir1
1
-0
/
+3
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-16
/
+16
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-15
/
+15
2009-02-27
net socket verify packet size (Dustin Kirkland)
aliguori
1
-4
/
+13
2009-02-16
specify vmchannel as a net option (Gleb Natapov)
aliguori
1
-0
/
+41
2009-02-11
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
1
-0
/
+56
2009-02-11
qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)
aliguori
1
-0
/
+21
2009-02-11
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
aliguori
1
-1
/
+1
2009-02-11
qemu: dynamic nic info index allocation (Marcelo Tosatti)
aliguori
1
-3
/
+15
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-14
/
+0
2009-01-26
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
aliguori
1
-0
/
+15
2009-01-13
Fix tap downscript argument (Mark McLoughlin)
aliguori
1
-6
/
+6
2009-01-13
Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)
aliguori
1
-0
/
+34
2009-01-09
Make the set_link cmd handle multiple nics.
edgar_igl
1
-1
/
+2
2009-01-08
Allow devices be notified of link status change (Mark McLoughlin)
aliguori
1
-0
/
+3
2009-01-08
Add 'set_link' monitor command (Mark McLoughlin)
aliguori
1
-1
/
+30
2009-01-08
Add "restrict" and "ip" option to "user" net option (Gleb Natapov)
aliguori
1
-3
/
+11
2009-01-08
Add slirp_restrict option (Gleb Natapov)
aliguori
1
-3
/
+3
2009-01-08
Add model field to nic info (Mark McLoughlin)
aliguori
1
-1
/
+2
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
1
-33
/
+64
2009-01-07
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
1
-6
/
+16
2009-01-07
Assign a name to each VLAN client (Mark McLoughlin)
aliguori
1
-0
/
+21
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
1
-35
/
+43
2008-12-18
consolidate definition for tap script and smb support
aurel32
1
-8
/
+0
2008-12-17
Add support for tap vectored send
aliguori
1
-0
/
+18
2008-12-17
virtio-net support
aliguori
1
-0
/
+44
2008-12-07
Fix some new warnings introduced after r5022
blueswir1
1
-2
/
+2
2008-11-22
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
1
-1
/
+1
2008-11-18
Preliminary AIX support
malc
1
-0
/
+7
2008-11-16
Attached patch fixes a series of this warning
blueswir1
1
-1
/
+1
2008-11-11
Move the things that aren't target specific to libqemu_common.a.
aliguori
1
-12
/
+1
2008-11-11
Revert commits 5685 to 5688 committed by mistake
aurel32
1
-3
/
+0
2008-11-11
qemu: generate signals on tap I/O
aurel32
1
-0
/
+3
2008-11-07
Fix some build issues for BSD.
blueswir1
1
-7
/
+12
2008-10-31
Move network redirection code out of vl.c and into net.c
aliguori
1
-0
/
+1605