summaryrefslogtreecommitdiffstats
path: root/net.h
Commit message (Expand)AuthorAgeFilesLines
* monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-071-2/+0
* net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2012-08-011-0/+11
* net: Make "info network" output more readable infoZhi Yong Wu2012-08-011-0/+1
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename vc local variables to ncStefan Hajnoczi2012-08-011-10/+10
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-30/+30
* net: Remove VLANStateStefan Hajnoczi2012-08-011-10/+0
* net: Remove vlan code from net.cStefan Hajnoczi2012-08-011-1/+0
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-011-1/+1
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+0
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-14/+2
* qapi: convert netdev_delLuiz Capitulino2012-06-041-1/+0
* qapi: convert netdev_addLuiz Capitulino2012-06-041-1/+2
* net: net_client_init(): use error_set()Luiz Capitulino2012-06-041-1/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-1/+1
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-0/+3
* Add support for net bridgeCorey Bryant2012-02-011-0/+3
* vmstate: extract declarations out of hw/hw.hPaolo Bonzini2012-01-131-0/+13
* qapi: Convert set_linkLuiz Capitulino2011-12-061-1/+0
* Allow overriding the location of Samba's smbd.Brad2011-09-031-5/+0
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* net: Refactor net_client_typesJan Kiszka2011-07-231-2/+4
* net: Warn about "-net nic" options which were ignoredPeter Maydell2011-06-221-1/+2
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-1/+3
* net: delay freeing peer host deviceMichael S. Tsirkin2010-10-061-0/+1
* Move stdbool.hPaul Brook2010-06-131-1/+0
* monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster2010-04-181-1/+1
* monitor: New commands netdev_add, netdev_delMarkus Armbruster2010-04-181-0/+2
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-101-1/+0
* net: remove NICInfo.bootable fieldEduardo Habkost2010-04-101-1/+0
* qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah2010-03-081-3/+0
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-1/+0
* net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-191-0/+1
* net: Remove unused net_client_uninit()Markus Armbruster2010-02-191-1/+0
* net: add API to disable/enable pollingMichael S. Tsirkin2010-01-081-0/+3
* default devices: networkGerd Hoffmann2009-12-121-0/+1
* net: add qemu_foreach_nic()Mark McLoughlin2009-12-031-0/+2
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-9/+1
* net: remove qemu_new_vlan_client()Mark McLoughlin2009-12-031-13/+0
* net: introduce NICState and qemu_new_nic()Mark McLoughlin2009-12-031-0/+11
* net: introduce qemu_new_net_client()Mark McLoughlin2009-12-031-0/+5
* net: introduce NetClientInfoMark McLoughlin2009-12-031-0/+11
* net: remove NICInfo::privateMark McLoughlin2009-12-031-1/+0
* net: remove NICInfo::vcMark McLoughlin2009-12-031-1/+0
* net: move slirp code from net.c to net/slirp.cMark McLoughlin2009-12-031-6/+2
* net: disable receiving if client returns zeroMark McLoughlin2009-11-091-0/+1
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-301-0/+2
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-5/+0
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-7/+0
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-301-1/+1
OpenPOWER on IntegriCloud