summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: Reject non-netdevs in qmp_netdev_del()Stefan Hajnoczi2012-11-011-1/+8
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-7/+4
* net: add receive_disabled logic to iov delivery pathStefan Hajnoczi2012-09-141-2/+13
* net: notify iothread after flushing queuePaolo Bonzini2012-09-141-1/+6
* monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-071-18/+0
* Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2012-08-031-433/+183
|\
| * net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2012-08-011-24/+11
| * net: Make "info network" output more readable infoZhi Yong Wu2012-08-011-5/+10
| * net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-10/+10
| * net: Rename vc local variables to ncStefan Hajnoczi2012-08-011-110/+110
| * net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-44/+43
| * net: Rename non_vlan_clients to net_clientsStefan Hajnoczi2012-08-011-11/+11
| * net: Remove VLANStateStefan Hajnoczi2012-08-011-104/+21
| * net: Remove vlan code from net.cStefan Hajnoczi2012-08-011-108/+0
| * net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-17/+10
| * hub: Check that hubs are configured correctlyStefan Hajnoczi2012-08-011-24/+1
| * net: Look up 'vlan' net clients using hubsStefan Hajnoczi2012-08-011-27/+1
| * net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-17/+20
| * net: Add a hub net clientStefan Hajnoczi2012-08-011-7/+10
* | Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-1/+2
|/
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-8/+6
* convert net_init_nic() to NetClientOptionsLaszlo Ersek2012-07-231-17/+22
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-333/+96
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-25/+25
* change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-1/+1
* 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
OpenPOWER on IntegriCloud