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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
Nicholas Bellinger
2012-09-07
1
-2
/
+0
*
net: cleanup deliver/deliver_iov func pointers
Zhi Yong Wu
2012-08-01
1
-0
/
+11
*
net: Make "info network" output more readable info
Zhi Yong Wu
2012-08-01
1
-0
/
+1
*
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+1
*
net: Rename vc local variables to nc
Stefan Hajnoczi
2012-08-01
1
-10
/
+10
*
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
1
-30
/
+30
*
net: Remove VLANState
Stefan Hajnoczi
2012-08-01
1
-10
/
+0
*
net: Remove vlan code from net.c
Stefan Hajnoczi
2012-08-01
1
-1
/
+0
*
net: Convert qdev_prop_vlan to peer with hub
Zhi Yong Wu
2012-08-01
1
-1
/
+1
*
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+0
*
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
1
-14
/
+2
*
qapi: convert netdev_del
Luiz Capitulino
2012-06-04
1
-1
/
+0
*
qapi: convert netdev_add
Luiz Capitulino
2012-06-04
1
-1
/
+2
*
net: net_client_init(): use error_set()
Luiz Capitulino
2012-06-04
1
-1
/
+1
*
net: purge the monitor object from all init functions
Luiz Capitulino
2012-06-04
1
-1
/
+1
*
net: move compute_mcast_idx() to net.h
Jason Wang
2012-03-16
1
-0
/
+3
*
Add support for net bridge
Corey Bryant
2012-02-01
1
-0
/
+3
*
vmstate: extract declarations out of hw/hw.h
Paolo Bonzini
2012-01-13
1
-0
/
+13
*
qapi: Convert set_link
Luiz Capitulino
2011-12-06
1
-1
/
+0
*
Allow overriding the location of Samba's smbd.
Brad
2011-09-03
1
-5
/
+0
*
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
2011-07-23
1
-1
/
+1
*
net: Refactor net_client_types
Jan Kiszka
2011-07-23
1
-2
/
+4
*
net: Warn about "-net nic" options which were ignored
Peter Maydell
2011-06-22
1
-1
/
+2
*
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-1
/
+3
*
net: delay freeing peer host device
Michael S. Tsirkin
2010-10-06
1
-0
/
+1
*
Move stdbool.h
Paul Brook
2010-06-13
1
-1
/
+0
*
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
2010-04-18
1
-1
/
+1
*
monitor: New commands netdev_add, netdev_del
Markus Armbruster
2010-04-18
1
-0
/
+2
*
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
2010-04-10
1
-1
/
+0
*
net: remove NICInfo.bootable field
Eduardo Habkost
2010-04-10
1
-1
/
+0
*
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
2010-03-08
1
-3
/
+0
*
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-02-19
1
-1
/
+0
*
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
2010-02-19
1
-0
/
+1
*
net: Remove unused net_client_uninit()
Markus Armbruster
2010-02-19
1
-1
/
+0
*
net: add API to disable/enable polling
Michael S. Tsirkin
2010-01-08
1
-0
/
+3
*
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
[next]