Age | Commit message (Expand) | Author |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil |
2013-07-15 | net: add support of mac-programming over macvtap in QEMU side | Amos Kong |
2013-06-19 | fix -net user checks by reordering checks | Bas van Sisseren |
2013-06-07 | tap: fix NULL dereference when passing invalid parameters to tap | Jason Wang |
2013-05-24 | net: support for bridged networking on Mac OS X | Alasdair McLeay |
2013-05-03 | tap: properly initialize vhostfds | Jason Wang |
2013-05-03 | net: make network client name unique | Amos Kong |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | qemu-char: Call fe_claim / fe_release when not using qdev chr properties | Hans de Goede |
2013-04-02 | net: ensure "socket" backend uses non-blocking fds | Stefan Hajnoczi |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi |
2013-03-25 | net: increase buffer size to accommodate Jumbo frame pkts | Scott Feldman |
2013-03-25 | Common definitions for VMWARE devices | Dmitry Fleytman |
2013-03-25 | net: iovec checksum calculator | Dmitry Fleytman |
2013-03-25 | Checksum-related utility functions | Dmitry Fleytman |
2013-03-25 | net: use socket_set_nodelay() for -netdev socket | Stefan Hajnoczi |
2013-03-22 | Fix typos and misspellings | Peter Maydell |
2013-03-22 | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil |
2013-02-27 | net: reduce the unnecessary memory allocation of multiqueue | Jason Wang |
2013-02-27 | tap: set IFF_ONE_QUEUE per default | Peter Lieven |
2013-02-27 | tap: forbid creating multiqueue tap when hub is used | Jason Wang |
2013-02-27 | net: fix unbounded NetQueue | Luigi Rizzo |
2013-02-27 | net: fix qemu_flush_queued_packets() in presence of a hub | Luigi Rizzo |
2013-02-13 | net: Avoid NULL function pointer dereference on cleanup | Andreas Färber |
2013-02-07 | net: fix infinite loop on exit | Michael Roth |
2013-02-01 | tap: unbreak -netdev tap,fd=X | Anthony Liguori |
2013-02-01 | tap: multiqueue support | Jason Wang |
2013-02-01 | tap: introduce a helper to get the name of an interface | Jason Wang |
2013-02-01 | tap: support enabling or disabling a queue | Jason Wang |
2013-02-01 | tap: add Linux multiqueue support | Jason Wang |
2013-02-01 | tap: factor out common tap initialization | Jason Wang |
2013-02-01 | tap: import linux multiqueue constants | Jason Wang |
2013-02-01 | net: multiqueue support | Jason Wang |
2013-02-01 | net: introduce NetClientState destructor | Jason Wang |
2013-02-01 | net: introduce qemu_net_client_setup() | Jason Wang |
2013-02-01 | net: introduce qemu_find_net_clients_except() | Jason Wang |
2013-02-01 | net: intorduce qemu_del_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_queue() | Jason Wang |
2013-02-01 | net: tap: use abort() instead of assert(0) | Jason Wang |
2013-02-01 | net: tap: using bool instead of bitfield | Jason Wang |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster |
2013-01-17 | HMP: add QDict to info callback handler | Wenchao Xia |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini |
2012-12-22 | net: add missing include file | Liming Wang |
2012-12-22 | net: Add missing include statement (fix compiler warnings for MinGW) | Stefan Weil |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |