summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: convert netdev_delLuiz Capitulino2012-06-041-6/+5
* qapi: convert netdev_addLuiz Capitulino2012-06-041-12/+24
* net: net_client_init(): use error_set()Luiz Capitulino2012-06-041-16/+38
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-11/+7
* qemu-option: qemu_opts_from_qdict(): use error_set()Luiz Capitulino2012-06-041-1/+4
* qemu-option: qemu_opts_validate(): use error_set()Luiz Capitulino2012-06-041-1/+5
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-0/+23
* w32: Fix build with new net bridge codeStefan Weil2012-02-041-3/+16
* Add support for net bridgeCorey Bryant2012-02-011-1/+24
* Support for UDP unicast network backendBenjamin2012-01-121-1/+5
* qapi: Convert set_linkLuiz Capitulino2011-12-061-6/+4
* Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger2011-11-011-6/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-12/+12
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-4/+15
|\
| * Fix netdev name lookup in -device, device_add, netdev_delMarkus Armbruster2011-07-191-2/+8
| * Fix automatically assigned network names for netdevMarkus Armbruster2011-07-191-2/+7
* | net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-8/+2
* | net: Dump client type 'info network'Jan Kiszka2011-07-231-3/+12
* | net: Refactor net_client_typesJan Kiszka2011-07-231-12/+18
* | net: Improve layout of 'info network'Jan Kiszka2011-07-231-5/+9
|/
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-1/+1
* net: Warn about "-net nic" options which were ignoredPeter Maydell2011-06-221-0/+15
* net: Don't warn about the default network setupPeter Maydell2011-06-221-0/+12
* Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell2011-06-221-31/+0
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* net: Improve the warnings for dubious command line option combinationsPeter Maydell2011-04-011-0/+31
* Fix net_check_clients warnings: make it per vlan.Tristan Gingold2011-04-011-1/+2
* net: Add the missing option declaration of "vhostforce"Jason Wang2011-03-061-1/+5
* net: remove parse_host_src_port() functionJuan Quintela2011-03-061-41/+0
* net: Use iov helper functionsBenjamin Poirier2011-03-061-22/+6
* net: fix qemu_can_send_packet logicVincent Palatin2011-03-051-3/+3
* net: notify peer about link status changeMichael S. Tsirkin2011-02-201-0/+11
* net/sock: option to specify local addressMike Ryan2010-12-091-0/+4
* net: properly handle illegal fd/vhostfd from command lineJason Wang2010-10-271-5/+11
* net: delay freeing peer host deviceMichael S. Tsirkin2010-10-061-7/+42
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-7/+9
* net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura2010-07-011-0/+4
* net: Fix VM start with '-net none'Amit Shah2010-06-301-1/+1
* Make netdev_del delete the netdev even when it's in useMarkus Armbruster2010-06-141-4/+0
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-06-101-2/+5
|\
| * net: Fix hotplug with pci_addAmit Shah2010-06-091-2/+5
* | Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-22/+0
|/
* monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster2010-04-181-3/+4
* monitor: Use argument type 'b' for set_linkMarkus Armbruster2010-04-181-8/+2
* monitor: New commands netdev_add, netdev_delMarkus Armbruster2010-04-181-0/+55
* error: Convert net_client_init() to QErrorMarkus Armbruster2010-04-181-20/+18
* error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster2010-04-181-2/+0
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-101-19/+0
* net: remove NICInfo.bootable fieldEduardo Habkost2010-04-101-1/+0
* tap: add vhost/vhostfd optionsMichael S. Tsirkin2010-04-011-0/+8
OpenPOWER on IntegriCloud