summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Rename send_queue to incoming_queueJan Kiszka2013-09-062-8/+8
* tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith2013-09-061-11/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* aio / timers: Untangle include filesAlex Bligh2013-08-222-0/+2
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1
* net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-151-0/+48
* fix -net user checks by reordering checksBas van Sisseren2013-06-191-6/+6
* tap: fix NULL dereference when passing invalid parameters to tapJason Wang2013-06-071-6/+12
* net: support for bridged networking on Mac OS XAlasdair McLeay2013-05-241-1/+2
* tap: properly initialize vhostfdsJason Wang2013-05-031-1/+1
* net: make network client name uniqueAmos Kong2013-05-031-5/+2
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-0/+1
* net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi2013-04-021-1/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-3/+3
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-254-10/+5
* Common definitions for VMWARE devicesDmitry Fleytman2013-03-252-0/+218
* net: iovec checksum calculatorDmitry Fleytman2013-03-251-0/+29
* Checksum-related utility functionsDmitry Fleytman2013-03-251-6/+7
* net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi2013-03-251-0/+3
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-11/+10
* net: reduce the unnecessary memory allocation of multiqueueJason Wang2013-02-271-10/+9
* tap: set IFF_ONE_QUEUE per defaultPeter Lieven2013-02-272-8/+11
* tap: forbid creating multiqueue tap when hub is usedJason Wang2013-02-271-0/+7
* net: fix unbounded NetQueueLuigi Rizzo2013-02-271-0/+15
* net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo2013-02-273-0/+21
* net: Avoid NULL function pointer dereference on cleanupAndreas Färber2013-02-131-1/+3
* net: fix infinite loop on exitMichael Roth2013-02-071-1/+1
* tap: unbreak -netdev tap,fd=XAnthony Liguori2013-02-011-1/+1
* tap: multiqueue supportJason Wang2013-02-017-42/+135
* tap: introduce a helper to get the name of an interfaceJason Wang2013-02-016-0/+32
* tap: support enabling or disabling a queueJason Wang2013-02-012-3/+50
* tap: add Linux multiqueue supportJason Wang2013-02-016-0/+97
* tap: factor out common tap initializationJason Wang2013-02-011-57/+73
* tap: import linux multiqueue constantsJason Wang2013-02-011-0/+4
* net: multiqueue supportJason Wang2013-02-011-32/+81
* net: introduce NetClientState destructorJason Wang2013-02-011-4/+13
* net: introduce qemu_net_client_setup()Jason Wang2013-02-011-10/+19
* net: introduce qemu_find_net_clients_except()Jason Wang2013-02-011-0/+21
* net: intorduce qemu_del_nic()Jason Wang2013-02-011-1/+14
* net: introduce qemu_get_nic()Jason Wang2013-02-011-4/+16
* net: introduce qemu_get_queue()Jason Wang2013-02-011-0/+5
* net: tap: use abort() instead of assert(0)Jason Wang2013-02-012-3/+3
* net: tap: using bool instead of bitfieldJason Wang2013-02-012-23/+21
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-3/+1
* HMP: add QDict to info callback handlerWenchao Xia2013-01-172-2/+2
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+26
* net: add missing include fileLiming Wang2012-12-221-0/+1
OpenPOWER on IntegriCloud