summaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01net: Reject non-netdevs in qmp_netdev_del()Stefan Hajnoczi1-1/+8
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-7/+4
2012-09-14net: add receive_disabled logic to iov delivery pathStefan Hajnoczi1-2/+13
2012-09-14net: notify iothread after flushing queuePaolo Bonzini1-1/+6
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger1-18/+0
2012-08-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-433/+183
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-1/+2
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu1-24/+11
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu1-5/+10
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-10/+10
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi1-110/+110
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-44/+43
2012-08-01net: Rename non_vlan_clients to net_clientsStefan Hajnoczi1-11/+11
2012-08-01net: Remove VLANStateStefan Hajnoczi1-104/+21
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi1-108/+0
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-17/+10
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi1-24/+1
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi1-27/+1
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-17/+20
2012-08-01net: Add a hub net clientStefan Hajnoczi1-7/+10
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-8/+6
2012-07-23convert net_init_nic() to NetClientOptionsLaszlo Ersek1-17/+22
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-333/+96
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-25/+25
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev1-1/+1
2012-06-04qapi: convert netdev_delLuiz Capitulino1-6/+5
2012-06-04qapi: convert netdev_addLuiz Capitulino1-12/+24
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino1-16/+38
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-11/+7
2012-06-04qemu-option: qemu_opts_from_qdict(): use error_set()Luiz Capitulino1-1/+4
2012-06-04qemu-option: qemu_opts_validate(): use error_set()Luiz Capitulino1-1/+5
2012-03-16net: move compute_mcast_idx() to net.hJason Wang1-0/+23
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