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
*
qdev: Catch attempt to attach more than one device to a netdev
Markus Armbruster
2010-03-09
1
-0
/
+1
*
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
2010-03-08
1
-2
/
+4
*
Allow const QemuOptDesc
Blue Swirl
2010-02-21
1
-1
/
+1
*
Fix warning on OpenBSD
Blue Swirl
2010-02-20
1
-1
/
+1
*
net: Monitor command set_link finds only VLAN clients, fix
Markus Armbruster
2010-02-19
1
-0
/
+1
*
net: info network shows only VLAN clients, fix
Markus Armbruster
2010-02-19
1
-2
/
+9
*
net: net_check_clients() checks only VLAN clients, fix
Markus Armbruster
2010-02-19
1
-0
/
+7
*
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-02-19
1
-7
/
+18
*
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
2010-02-19
1
-3
/
+1
*
net: Remove unused net_client_uninit()
Markus Armbruster
2010-02-19
1
-14
/
+0
*
don't dereference NULL after failed strdup
Jim Meyering
2010-02-10
1
-1
/
+1
*
default devices: network
Gerd Hoffmann
2009-12-12
1
-1
/
+4
*
net: print correct error for '-netdev ""'
Mark McLoughlin
2009-12-03
1
-5
/
+11
*
net: add qemu_foreach_nic()
Mark McLoughlin
2009-12-03
1
-0
/
+20
*
net: remove VLANClientState members now in NetClientInfo
Mark McLoughlin
2009-12-03
1
-25
/
+20
*
net: remove qemu_new_vlan_client()
Mark McLoughlin
2009-12-03
1
-44
/
+0
*
net: move parse_macaddr() to net/util.[ch]
Mark McLoughlin
2009-12-03
1
-33
/
+2
*
net: introduce NICState and qemu_new_nic()
Mark McLoughlin
2009-12-03
1
-0
/
+21
*
net: introduce qemu_new_net_client()
Mark McLoughlin
2009-12-03
1
-21
/
+49
*
net: clean up includes in net.c
Mark McLoughlin
2009-12-03
1
-70
/
+3
*
net: move dump backend code from net.c to net/dump.c
Mark McLoughlin
2009-12-03
1
-126
/
+1
*
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin
2009-12-03
1
-529
/
+1
*
net: move vde code from net.c to net/vde.c
Mark McLoughlin
2009-12-03
1
-101
/
+1
*
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
2009-12-03
1
-712
/
+6
*
Add support for GNU/kFreeBSD
Aurelien Jarno
2009-11-29
1
-4
/
+1
*
net: disable receiving if client returns zero
Mark McLoughlin
2009-11-09
1
-11
/
+38
*
net: move AIX code into net/tap-aix.c
Mark McLoughlin
2009-10-30
1
-2
/
+0
*
net: split all the tap code out into net/tap.c
Mark McLoughlin
2009-10-30
1
-691
/
+1
*
net: move tap-linux.h under net/
Mark McLoughlin
2009-10-30
1
-1
/
+1
*
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
2009-10-30
1
-64
/
+11
*
Enable UFO on virtio-net and tap devices
Sridhar Samudrala
2009-10-27
1
-4
/
+32
*
net: add tap_set_offload()
Mark McLoughlin
2009-10-27
1
-0
/
+24
*
net: implement tap support for receive_raw()
Mark McLoughlin
2009-10-27
1
-4
/
+19
*
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
2009-10-27
1
-6
/
+8
*
net: add an API for 'raw' packets
Mark McLoughlin
2009-10-27
1
-8
/
+29
*
net: add flags parameter to packet queue interface
Mark McLoughlin
2009-10-27
1
-2
/
+12
*
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
Mark McLoughlin
2009-10-27
1
-4
/
+35
*
net: add a client type code
Mark McLoughlin
2009-10-27
1
-7
/
+15
*
net: add a vnet_hdr=on|off parameter
Mark McLoughlin
2009-10-27
1
-10
/
+32
*
net: refactor tap initialization
Mark McLoughlin
2009-10-27
1
-45
/
+52
*
net: enable IFF_VNET_HDR on tap fds if available
Mark McLoughlin
2009-10-27
1
-13
/
+70
*
net: make tap_receive() re-use tap_receive_iov() code
Mark McLoughlin
2009-10-27
1
-8
/
+15
*
net: import linux tap ioctl definitions
Mark McLoughlin
2009-10-27
1
-10
/
+1
*
qdev: add netdev property
Gerd Hoffmann
2009-10-27
1
-1
/
+1
*
net: add macaddr type.
Gerd Hoffmann
2009-10-27
1
-0
/
+15
*
net: fix multiple NICs causing net opts process to stop
Mark McLoughlin
2009-10-15
1
-1
/
+3
*
net: add queue for peer-to-peer packet forwarding
Mark McLoughlin
2009-10-15
1
-13
/
+98
*
net: refactor packet queueing code
Mark McLoughlin
2009-10-15
1
-115
/
+23
*
net: allow NICs to be connected to netdevs
Mark McLoughlin
2009-10-15
1
-10
/
+25
*
net: add -net nic,netdev= option
Mark McLoughlin
2009-10-15
1
-5
/
+36
[next]