GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
2010-04-11
1
-1
/
+0
*
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-02-23
1
-1
/
+0
*
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
2010-02-23
1
-0
/
+1
*
net: Remove unused net_client_uninit()
Markus Armbruster
2010-02-23
1
-1
/
+0
*
default devices: network
Gerd Hoffmann
2009-12-12
1
-0
/
+1
*
net: add qemu_foreach_nic()
Mark McLoughlin
2009-12-03
1
-0
/
+2
*
net: remove VLANClientState members now in NetClientInfo
Mark McLoughlin
2009-12-03
1
-9
/
+1
*
net: remove qemu_new_vlan_client()
Mark McLoughlin
2009-12-03
1
-13
/
+0
*
net: introduce NICState and qemu_new_nic()
Mark McLoughlin
2009-12-03
1
-0
/
+11
*
net: introduce qemu_new_net_client()
Mark McLoughlin
2009-12-03
1
-0
/
+5
*
net: introduce NetClientInfo
Mark McLoughlin
2009-12-03
1
-0
/
+11
*
net: remove NICInfo::private
Mark McLoughlin
2009-12-03
1
-1
/
+0
*
net: remove NICInfo::vc
Mark McLoughlin
2009-12-03
1
-1
/
+0
*
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
2009-12-03
1
-6
/
+2
*
net: disable receiving if client returns zero
Mark McLoughlin
2009-11-09
1
-0
/
+1
*
net: split all the tap code out into net/tap.c
Mark McLoughlin
2009-10-30
1
-0
/
+2
*
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
2009-10-30
1
-5
/
+0
*
net: move net-checksum.c under net/
Mark McLoughlin
2009-10-30
1
-7
/
+0
*
net: move net-queue.[ch] under net/
Mark McLoughlin
2009-10-30
1
-1
/
+1
*
really fix net.h
Anthony Liguori
2009-10-27
1
-1
/
+1
*
Fix signature of new_vlan_client
Anthony Liguori
2009-10-27
1
-1
/
+2
*
Enable UFO on virtio-net and tap devices
Sridhar Samudrala
2009-10-27
1
-1
/
+2
*
net: add tap_set_offload()
Mark McLoughlin
2009-10-27
1
-0
/
+1
*
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
2009-10-27
1
-0
/
+1
*
net: add an API for 'raw' packets
Mark McLoughlin
2009-10-27
1
-0
/
+2
*
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
Mark McLoughlin
2009-10-27
1
-0
/
+3
*
net: add a client type code
Mark McLoughlin
2009-10-27
1
-0
/
+11
*
zap DeviceState->nd
Gerd Hoffmann
2009-10-27
1
-7
/
+0
*
qdev/net: common nic property bits
Gerd Hoffmann
2009-10-27
1
-0
/
+14
*
qdev: add netdev property
Gerd Hoffmann
2009-10-27
1
-0
/
+1
*
net: add macaddr type.
Gerd Hoffmann
2009-10-27
1
-0
/
+5
*
net: add queue for peer-to-peer packet forwarding
Mark McLoughlin
2009-10-15
1
-0
/
+1
*
net: refactor packet queueing code
Mark McLoughlin
2009-10-15
1
-16
/
+2
*
net: allow NICs to be connected to netdevs
Mark McLoughlin
2009-10-15
1
-0
/
+2
*
net: add -net nic,netdev= option
Mark McLoughlin
2009-10-15
1
-0
/
+1
*
net: handle -netdevice options
Mark McLoughlin
2009-10-15
1
-1
/
+1
*
net: add QemuOptsList arg to net_client_parse()
Mark McLoughlin
2009-10-15
1
-1
/
+1
*
net: use qtailq for vlan and client lists
Mark McLoughlin
2009-10-15
1
-3
/
+3
*
net: remove id field from NICInfo
Mark McLoughlin
2009-10-15
1
-1
/
+0
*
net: remove unused qemu_handler_true()
Mark McLoughlin
2009-10-15
1
-1
/
+0
*
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
2009-10-06
1
-3
/
+2
*
Port usb net to QemuOpts
Mark McLoughlin
2009-10-06
1
-0
/
+2
*
Don't exit() in config_error()
Markus Armbruster
2009-10-06
1
-2
/
+2
*
Make NICInfo string fields non-const
Mark McLoughlin
2009-10-06
1
-4
/
+4
*
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
1
-2
/
+3
*
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
2009-10-05
1
-2
/
+2
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-3
/
+3
*
monitor: Port handler_3 to use QDict
Luiz Capitulino
2009-09-04
1
-4
/
+2
*
monitor: Port handler_2 to use QDict
Luiz Capitulino
2009-09-04
1
-3
/
+4
*
net: Fix send queue ordering
Jan Kiszka
2009-09-04
1
-2
/
+3
[next]