summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil2012-12-221-0/+1
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-1923-215/+1114
|\
| * softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-195-5/+5
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-1912-19/+19
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-195-5/+5
| * qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
| * net: reorganize headersPaolo Bonzini2012-12-1921-188/+25
| * net: move net.c to net/Paolo Bonzini2012-12-192-1/+1057
| * janitor: do not include qemu-char everywherePaolo Bonzini2012-12-194-3/+1
| * tap: reset vnet header size on openMichael S. Tsirkin2012-12-121-0/+8
* | net, hub: fix the indent in the commentsZhi Yong Wu2012-12-181-1/+1
|/
* Fix spelling (prefered -> preferred)Stefan Weil2012-12-071-3/+4
* tap: reset vnet header size on openMichael S. Tsirkin2012-11-201-0/+7
* slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel2012-11-151-3/+32
* net: use "socket" model name for UDP socketsLei Li2012-11-011-1/+1
OpenPOWER on IntegriCloud