aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2012-08-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Rename non_vlan_clients to net_clientsStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-08-01net: Add a hub net clientStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_nic() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
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