aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
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-06-04qemu-option: qemu_opts_from_qdict(): use error_set()Luiz Capitulino
2012-06-04qemu-option: qemu_opts_validate(): use error_set()Luiz Capitulino
2012-03-16net: move compute_mcast_idx() to net.hJason Wang
2012-02-04w32: Fix build with new net bridge codeStefan Weil
2012-02-01Add support for net bridgeCorey Bryant
2012-01-12Support for UDP unicast network backendBenjamin
2011-12-06qapi: Convert set_linkLuiz Capitulino
2011-11-01Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-07-23net: Dump client type 'info network'Jan Kiszka
2011-07-23net: Refactor net_client_typesJan Kiszka
2011-07-23net: Improve layout of 'info network'Jan Kiszka
2011-07-19Fix netdev name lookup in -device, device_add, netdev_delMarkus Armbruster
2011-07-19Fix automatically assigned network names for netdevMarkus Armbruster
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell
2011-06-22net: Don't warn about the default network setupPeter Maydell
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-04-01net: Improve the warnings for dubious command line option combinationsPeter Maydell
2011-04-01Fix net_check_clients warnings: make it per vlan.Tristan Gingold
2011-03-06net: Add the missing option declaration of "vhostforce"Jason Wang
2011-03-06net: remove parse_host_src_port() functionJuan Quintela
2011-03-06net: Use iov helper functionsBenjamin Poirier
2011-03-05net: fix qemu_can_send_packet logicVincent Palatin
2011-02-20net: notify peer about link status changeMichael S. Tsirkin
2010-12-09net/sock: option to specify local addressMike Ryan
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-07-01net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura
2010-06-30net: Fix VM start with '-net none'Amit Shah
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster
2010-06-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-06-09net: Fix hotplug with pci_addAmit Shah
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster
2010-04-18monitor: Use argument type 'b' for set_linkMarkus Armbruster
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster
2010-04-18error: Convert net_client_init() to QErrorMarkus Armbruster
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin