aboutsummaryrefslogtreecommitdiffstats
path: root/net.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-04w32: Fix build with new net bridge codeStefan Weil1-3/+16
2012-02-01Add support for net bridgeCorey Bryant1-1/+24
2012-01-12Support for UDP unicast network backendBenjamin1-1/+5
2011-12-06qapi: Convert set_linkLuiz Capitulino1-6/+4
2011-11-01Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger1-6/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-12/+12
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-4/+15
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-8/+2
2011-07-23net: Dump client type 'info network'Jan Kiszka1-3/+12
2011-07-23net: Refactor net_client_typesJan Kiszka1-12/+18
2011-07-23net: Improve layout of 'info network'Jan Kiszka1-5/+9
2011-07-19Fix netdev name lookup in -device, device_add, netdev_delMarkus Armbruster1-2/+8
2011-07-19Fix automatically assigned network names for netdevMarkus Armbruster1-2/+7
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-1/+1
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell1-0/+15
2011-06-22net: Don't warn about the default network setupPeter Maydell1-0/+12
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell1-31/+0
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-01net: Improve the warnings for dubious command line option combinationsPeter Maydell1-0/+31
2011-04-01Fix net_check_clients warnings: make it per vlan.Tristan Gingold1-1/+2
2011-03-06net: Add the missing option declaration of "vhostforce"Jason Wang1-1/+5
2011-03-06net: remove parse_host_src_port() functionJuan Quintela1-41/+0
2011-03-06net: Use iov helper functionsBenjamin Poirier1-22/+6
2011-03-05net: fix qemu_can_send_packet logicVincent Palatin1-3/+3
2011-02-20net: notify peer about link status changeMichael S. Tsirkin1-0/+11
2010-12-09net/sock: option to specify local addressMike Ryan1-0/+4
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang1-5/+11
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin1-7/+42
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-7/+9
2010-07-01net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura1-0/+4
2010-06-30net: Fix VM start with '-net none'Amit Shah1-1/+1
2010-06-14Make netdev_del delete the netdev even when it's in useMarkus Armbruster1-4/+0
2010-06-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+5
2010-06-09net: Fix hotplug with pci_addAmit Shah1-2/+5
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-22/+0
2010-04-18monitor: Convert do_set_link() to QObject, QErrorMarkus Armbruster1-3/+4
2010-04-18monitor: Use argument type 'b' for set_linkMarkus Armbruster1-8/+2
2010-04-18monitor: New commands netdev_add, netdev_delMarkus Armbruster1-0/+55
2010-04-18error: Convert net_client_init() to QErrorMarkus Armbruster1-20/+18
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-2/+0
2010-04-10net: remove broken net_set_boot_mask() boot device validationEduardo Habkost1-19/+0
2010-04-10net: remove NICInfo.bootable fieldEduardo Habkost1-1/+0
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin1-0/+8
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-2/+2
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-14/+14
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster1-0/+1
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah1-2/+4
2010-02-21Allow const QemuOptDescBlue Swirl1-1/+1
2010-02-20Fix warning on OpenBSDBlue Swirl1-1/+1
2010-02-19net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster1-0/+1