index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
Fix typos and misspellings
Peter Maydell
1
-1
/
+1
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-11
/
+10
2013-02-27
net: reduce the unnecessary memory allocation of multiqueue
Jason Wang
1
-10
/
+9
2013-02-27
tap: set IFF_ONE_QUEUE per default
Peter Lieven
2
-8
/
+11
2013-02-27
tap: forbid creating multiqueue tap when hub is used
Jason Wang
1
-0
/
+7
2013-02-27
net: fix unbounded NetQueue
Luigi Rizzo
1
-0
/
+15
2013-02-27
net: fix qemu_flush_queued_packets() in presence of a hub
Luigi Rizzo
3
-0
/
+21
2013-02-13
net: Avoid NULL function pointer dereference on cleanup
Andreas Färber
1
-1
/
+3
2013-02-07
net: fix infinite loop on exit
Michael Roth
1
-1
/
+1
2013-02-01
tap: unbreak -netdev tap,fd=X
Anthony Liguori
1
-1
/
+1
2013-02-01
tap: multiqueue support
Jason Wang
7
-42
/
+135
2013-02-01
tap: introduce a helper to get the name of an interface
Jason Wang
6
-0
/
+32
2013-02-01
tap: support enabling or disabling a queue
Jason Wang
2
-3
/
+50
2013-02-01
tap: add Linux multiqueue support
Jason Wang
6
-0
/
+97
2013-02-01
tap: factor out common tap initialization
Jason Wang
1
-57
/
+73
2013-02-01
tap: import linux multiqueue constants
Jason Wang
1
-0
/
+4
2013-02-01
net: multiqueue support
Jason Wang
1
-32
/
+81
2013-02-01
net: introduce NetClientState destructor
Jason Wang
1
-4
/
+13
2013-02-01
net: introduce qemu_net_client_setup()
Jason Wang
1
-10
/
+19
2013-02-01
net: introduce qemu_find_net_clients_except()
Jason Wang
1
-0
/
+21
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
1
-1
/
+14
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
1
-4
/
+16
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
1
-0
/
+5
2013-02-01
net: tap: use abort() instead of assert(0)
Jason Wang
2
-3
/
+3
2013-02-01
net: tap: using bool instead of bitfield
Jason Wang
2
-23
/
+21
2013-01-30
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
1
-3
/
+1
2013-01-17
HMP: add QDict to info callback handler
Wenchao Xia
2
-2
/
+2
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
1
-0
/
+26
2012-12-22
net: add missing include file
Liming Wang
1
-0
/
+1
2012-12-22
net: Add missing include statement (fix compiler warnings for MinGW)
Stefan Weil
1
-0
/
+1
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
23
-215
/
+1114
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
5
-5
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
12
-19
/
+19
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
5
-5
/
+5
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: reorganize headers
Paolo Bonzini
21
-188
/
+25
2012-12-19
net: move net.c to net/
Paolo Bonzini
2
-1
/
+1057
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
4
-3
/
+1
2012-12-18
net, hub: fix the indent in the comments
Zhi Yong Wu
1
-1
/
+1
2012-12-12
tap: reset vnet header size on open
Michael S. Tsirkin
1
-0
/
+8
2012-12-07
Fix spelling (prefered -> preferred)
Stefan Weil
1
-3
/
+4
2012-11-20
tap: reset vnet header size on open
Michael S. Tsirkin
1
-0
/
+7
2012-11-15
slirp: Add domain-search option to slirp's DHCP server
Klaus Stengel
1
-3
/
+32
2012-11-01
net: use "socket" model name for UDP sockets
Lei Li
1
-1
/
+1
2012-10-30
tap-win32: stubs to fix win32 build
Michael S. Tsirkin
1
-0
/
+10
2012-10-19
net/tap-win32: Fix compiler warning caused by missing include statement
Stefan Weil
1
-0
/
+1
2012-10-08
net: consolidate NetClientState header files into one
Paolo Bonzini
13
-92
/
+34
2012-09-23
net/socket: Fix compiler warning (regression for MinGW)
Stefan Weil
1
-3
/
+3
2012-09-14
net: EAGAIN handling for net/socket.c TCP
Stefan Hajnoczi
1
-5
/
+31
[prev]
[next]