index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
net: clean up includes in net.c
Mark McLoughlin
1
-70
/
+3
2009-12-03
net: move dump backend code from net.c to net/dump.c
Mark McLoughlin
1
-126
/
+1
2009-12-03
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin
1
-529
/
+1
2009-12-03
net: move vde code from net.c to net/vde.c
Mark McLoughlin
1
-101
/
+1
2009-12-03
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
1
-712
/
+6
2009-11-29
Add support for GNU/kFreeBSD
Aurelien Jarno
1
-4
/
+1
2009-11-09
net: disable receiving if client returns zero
Mark McLoughlin
1
-11
/
+38
2009-10-30
net: move AIX code into net/tap-aix.c
Mark McLoughlin
1
-2
/
+0
2009-10-30
net: split all the tap code out into net/tap.c
Mark McLoughlin
1
-691
/
+1
2009-10-30
net: move tap-linux.h under net/
Mark McLoughlin
1
-1
/
+1
2009-10-30
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
1
-64
/
+11
2009-10-27
Enable UFO on virtio-net and tap devices
Sridhar Samudrala
1
-4
/
+32
2009-10-27
net: add tap_set_offload()
Mark McLoughlin
1
-0
/
+24
2009-10-27
net: implement tap support for receive_raw()
Mark McLoughlin
1
-4
/
+19
2009-10-27
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
1
-6
/
+8
2009-10-27
net: add an API for 'raw' packets
Mark McLoughlin
1
-8
/
+29
2009-10-27
net: add flags parameter to packet queue interface
Mark McLoughlin
1
-2
/
+12
2009-10-27
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
Mark McLoughlin
1
-4
/
+35
2009-10-27
net: add a client type code
Mark McLoughlin
1
-7
/
+15
2009-10-27
net: add a vnet_hdr=on|off parameter
Mark McLoughlin
1
-10
/
+32
2009-10-27
net: refactor tap initialization
Mark McLoughlin
1
-45
/
+52
2009-10-27
net: enable IFF_VNET_HDR on tap fds if available
Mark McLoughlin
1
-13
/
+70
2009-10-27
net: make tap_receive() re-use tap_receive_iov() code
Mark McLoughlin
1
-8
/
+15
2009-10-27
net: import linux tap ioctl definitions
Mark McLoughlin
1
-10
/
+1
2009-10-27
qdev: add netdev property
Gerd Hoffmann
1
-1
/
+1
2009-10-27
net: add macaddr type.
Gerd Hoffmann
1
-0
/
+15
2009-10-15
net: fix multiple NICs causing net opts process to stop
Mark McLoughlin
1
-1
/
+3
2009-10-15
net: add queue for peer-to-peer packet forwarding
Mark McLoughlin
1
-13
/
+98
2009-10-15
net: refactor packet queueing code
Mark McLoughlin
1
-115
/
+23
2009-10-15
net: allow NICs to be connected to netdevs
Mark McLoughlin
1
-10
/
+25
2009-10-15
net: add -net nic,netdev= option
Mark McLoughlin
1
-5
/
+36
2009-10-15
net: maintain a list of vlan-less clients
Mark McLoughlin
1
-2
/
+11
2009-10-15
net: handle -netdevice options
Mark McLoughlin
1
-36
/
+92
2009-10-15
net: add QemuOptsList arg to net_client_parse()
Mark McLoughlin
1
-3
/
+4
2009-10-15
net: allow clients not associated with a vlan
Mark McLoughlin
1
-7
/
+23
2009-10-15
net: use qtailq for vlan and client lists
Mark McLoughlin
1
-58
/
+58
2009-10-15
net: remove id field from NICInfo
Mark McLoughlin
1
-4
/
+0
2009-10-15
net: handle id= parameter for -net
Mark McLoughlin
1
-28
/
+20
2009-10-15
net: pass monitor handle to client init functions
Mark McLoughlin
1
-1
/
+1
2009-10-12
slirp: fix !CONFIG_SLIRP compilation
Juan Quintela
1
-1
/
+4
2009-10-06
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
1
-58
/
+58
2009-10-06
Port usb net to QemuOpts
Mark McLoughlin
1
-1
/
+1
2009-10-06
Port host_net_add monitor command to QemuOpts
Mark McLoughlin
1
-2
/
+13
2009-10-06
Clean up legacy code in net_client_init()
Mark McLoughlin
1
-44
/
+14
2009-10-06
Port -net dump to QemuOpts
Mark McLoughlin
1
-12
/
+42
2009-10-06
Port -net vde to QemuOpts
Mark McLoughlin
1
-36
/
+58
2009-10-06
Port -net socket to QemuOpts
Mark McLoughlin
1
-59
/
+109
2009-10-06
Port -net tap to QemuOpts
Mark McLoughlin
1
-90
/
+140
2009-10-06
Port -net user to QemuOpts
Mark McLoughlin
1
-106
/
+161
2009-10-06
Port -net none and -net nic to QemuOpts
Mark McLoughlin
1
-77
/
+160
[prev]
[next]