Age | Commit message (Expand) | Author | Files | Lines |
2011-07-23 | net: Consistently use qemu_macaddr_default_if_unset | Jan Kiszka | 1 | -1/+1 |
2011-07-23 | net: Refactor net_client_types | Jan Kiszka | 1 | -2/+4 |
2011-06-22 | net: Warn about "-net nic" options which were ignored | Peter Maydell | 1 | -1/+2 |
2010-12-11 | Add bootindex parameter to net/block/fd device | Gleb Natapov | 1 | -1/+3 |
2010-10-06 | net: delay freeing peer host device | Michael S. Tsirkin | 1 | -0/+1 |
2010-06-13 | Move stdbool.h | Paul Brook | 1 | -1/+0 |
2010-04-18 | monitor: Convert do_set_link() to QObject, QError | Markus Armbruster | 1 | -1/+1 |
2010-04-18 | monitor: New commands netdev_add, netdev_del | Markus Armbruster | 1 | -0/+2 |
2010-04-10 | net: remove broken net_set_boot_mask() boot device validation | Eduardo Habkost | 1 | -1/+0 |
2010-04-10 | net: remove NICInfo.bootable field | Eduardo Habkost | 1 | -1/+0 |
2010-03-08 | qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors | Amit Shah | 1 | -3/+0 |
2010-02-19 | net: Fix bogus "Warning: vlan 0 with no nics" with -device | Markus Armbruster | 1 | -1/+0 |
2010-02-19 | net: net_check_clients() runs too early to see -device, fix | Markus Armbruster | 1 | -0/+1 |
2010-02-19 | net: Remove unused net_client_uninit() | Markus Armbruster | 1 | -1/+0 |
2010-01-08 | net: add API to disable/enable polling | Michael S. Tsirkin | 1 | -0/+3 |
2009-12-12 | default devices: network | Gerd Hoffmann | 1 | -0/+1 |
2009-12-03 | net: add qemu_foreach_nic() | Mark McLoughlin | 1 | -0/+2 |
2009-12-03 | net: remove VLANClientState members now in NetClientInfo | Mark McLoughlin | 1 | -9/+1 |
2009-12-03 | net: remove qemu_new_vlan_client() | Mark McLoughlin | 1 | -13/+0 |
2009-12-03 | net: introduce NICState and qemu_new_nic() | Mark McLoughlin | 1 | -0/+11 |
2009-12-03 | net: introduce qemu_new_net_client() | Mark McLoughlin | 1 | -0/+5 |
2009-12-03 | net: introduce NetClientInfo | Mark McLoughlin | 1 | -0/+11 |
2009-12-03 | net: remove NICInfo::private | Mark McLoughlin | 1 | -1/+0 |
2009-12-03 | net: remove NICInfo::vc | Mark McLoughlin | 1 | -1/+0 |
2009-12-03 | net: move slirp code from net.c to net/slirp.c | Mark McLoughlin | 1 | -6/+2 |
2009-11-09 | net: disable receiving if client returns zero | Mark McLoughlin | 1 | -0/+1 |
2009-10-30 | net: split all the tap code out into net/tap.c | Mark McLoughlin | 1 | -0/+2 |
2009-10-30 | net: move more stuff into net/tap-win32.c, add net/tap.h | Mark McLoughlin | 1 | -5/+0 |
2009-10-30 | net: move net-checksum.c under net/ | Mark McLoughlin | 1 | -7/+0 |
2009-10-30 | net: move net-queue.[ch] under net/ | Mark McLoughlin | 1 | -1/+1 |
2009-10-27 | really fix net.h | Anthony Liguori | 1 | -1/+1 |
2009-10-27 | Fix signature of new_vlan_client | Anthony Liguori | 1 | -1/+2 |
2009-10-27 | Enable UFO on virtio-net and tap devices | Sridhar Samudrala | 1 | -1/+2 |
2009-10-27 | net: add tap_set_offload() | Mark McLoughlin | 1 | -0/+1 |
2009-10-27 | net: add receive_raw parameter to qemu_new_vlan_client() | Mark McLoughlin | 1 | -0/+1 |
2009-10-27 | net: add an API for 'raw' packets | Mark McLoughlin | 1 | -0/+2 |
2009-10-27 | net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs | Mark McLoughlin | 1 | -0/+3 |
2009-10-27 | net: add a client type code | Mark McLoughlin | 1 | -0/+11 |
2009-10-27 | zap DeviceState->nd | Gerd Hoffmann | 1 | -7/+0 |
2009-10-27 | qdev/net: common nic property bits | Gerd Hoffmann | 1 | -0/+14 |
2009-10-27 | qdev: add netdev property | Gerd Hoffmann | 1 | -0/+1 |
2009-10-27 | net: add macaddr type. | Gerd Hoffmann | 1 | -0/+5 |
2009-10-15 | net: add queue for peer-to-peer packet forwarding | Mark McLoughlin | 1 | -0/+1 |
2009-10-15 | net: refactor packet queueing code | Mark McLoughlin | 1 | -16/+2 |
2009-10-15 | net: allow NICs to be connected to netdevs | Mark McLoughlin | 1 | -0/+2 |
2009-10-15 | net: add -net nic,netdev= option | Mark McLoughlin | 1 | -0/+1 |
2009-10-15 | net: handle -netdevice options | Mark McLoughlin | 1 | -1/+1 |
2009-10-15 | net: add QemuOptsList arg to net_client_parse() | Mark McLoughlin | 1 | -1/+1 |
2009-10-15 | net: use qtailq for vlan and client lists | Mark McLoughlin | 1 | -3/+3 |
2009-10-15 | net: remove id field from NICInfo | Mark McLoughlin | 1 | -1/+0 |