aboutsummaryrefslogtreecommitdiff
path: root/net.h
AgeCommit message (Expand)Author
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-04qapi: convert netdev_delLuiz Capitulino
2012-06-04qapi: convert netdev_addLuiz Capitulino
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-03-16net: move compute_mcast_idx() to net.hJason Wang
2012-02-01Add support for net bridgeCorey Bryant
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini
2011-12-06qapi: Convert set_linkLuiz Capitulino
2011-09-03Allow overriding the location of Samba's smbd.Brad
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-07-23net: Refactor net_client_typesJan Kiszka
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin
2010-06-13Move stdbool.hPaul Brook
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin
2009-12-12default devices: networkGerd Hoffmann
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin
2009-12-03net: introduce NetClientInfoMark McLoughlin
2009-12-03net: remove NICInfo::privateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-11-09net: disable receiving if client returns zeroMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin