Age | Commit message (Expand) | Author |
2009-10-27 | net: enable IFF_VNET_HDR on tap fds if available | Mark McLoughlin |
2009-10-27 | net: make tap_receive() re-use tap_receive_iov() code | Mark McLoughlin |
2009-10-27 | net: import linux tap ioctl definitions | Mark McLoughlin |
2009-10-27 | qdev: add netdev property | Gerd Hoffmann |
2009-10-27 | net: add macaddr type. | Gerd Hoffmann |
2009-10-15 | net: fix multiple NICs causing net opts process to stop | Mark McLoughlin |
2009-10-15 | net: add queue for peer-to-peer packet forwarding | Mark McLoughlin |
2009-10-15 | net: refactor packet queueing code | Mark McLoughlin |
2009-10-15 | net: allow NICs to be connected to netdevs | Mark McLoughlin |
2009-10-15 | net: add -net nic,netdev= option | Mark McLoughlin |
2009-10-15 | net: maintain a list of vlan-less clients | Mark McLoughlin |
2009-10-15 | net: handle -netdevice options | Mark McLoughlin |
2009-10-15 | net: add QemuOptsList arg to net_client_parse() | Mark McLoughlin |
2009-10-15 | net: allow clients not associated with a vlan | Mark McLoughlin |
2009-10-15 | net: use qtailq for vlan and client lists | Mark McLoughlin |
2009-10-15 | net: remove id field from NICInfo | Mark McLoughlin |
2009-10-15 | net: handle id= parameter for -net | Mark McLoughlin |
2009-10-15 | net: pass monitor handle to client init functions | Mark McLoughlin |
2009-10-12 | slirp: fix !CONFIG_SLIRP compilation | Juan Quintela |
2009-10-06 | Final net cleanup after conversion to QemuOpts | Mark McLoughlin |
2009-10-06 | Port usb net to QemuOpts | Mark McLoughlin |
2009-10-06 | Port host_net_add monitor command to QemuOpts | Mark McLoughlin |
2009-10-06 | Clean up legacy code in net_client_init() | Mark McLoughlin |
2009-10-06 | Port -net dump to QemuOpts | Mark McLoughlin |
2009-10-06 | Port -net vde to QemuOpts | Mark McLoughlin |
2009-10-06 | Port -net socket to QemuOpts | Mark McLoughlin |
2009-10-06 | Port -net tap to QemuOpts | Mark McLoughlin |
2009-10-06 | Port -net user to QemuOpts | Mark McLoughlin |
2009-10-06 | Port -net none and -net nic to QemuOpts | Mark McLoughlin |
2009-10-06 | Drop config_error(), use qemu_error() instead | Markus Armbruster |
2009-10-06 | Don't exit() in config_error() | Markus Armbruster |
2009-10-06 | Make net_client_init() consume slirp_configs even on error | Markus Armbruster |
2009-10-06 | Use qemu_strdup() for VLANClientState string fields | Mark McLoughlin |
2009-10-06 | Move memset() from net_client_uninit() to net_client_init() | Mark McLoughlin |
2009-10-06 | Make NICInfo string fields non-const | Mark McLoughlin |
2009-10-06 | Use qemu_strdup() for NICInfo string fields | Mark McLoughlin |
2009-10-05 | Fix pci_add nic not to exit on bad model | Markus Armbruster |
2009-10-05 | Make it obvious that pci_nic_init() can't fail | Markus Armbruster |
2009-10-05 | Correctly free nd structure | Glauber Costa |
2009-09-30 | net: fix coding style nit | Michael S. Tsirkin |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela |
2009-09-04 | Include sys-queue.h early to override system queue definitions on BSD | Blue Swirl |
2009-09-04 | monitor: Port handler_3 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino |
2009-09-04 | net: Fix send queue ordering | Jan Kiszka |
2009-08-24 | Add missing linefeed in error message | Stefan Weil |
2009-08-10 | net: Fix do_set_link() return type | Luiz Capitulino |
2009-07-27 | rename HOST_BSD to CONFIG_BSD | Juan Quintela |
2009-07-27 | Remove useless Win32 include files and unused function in net.c. | Filip Navara |