Sign in
qemu-android
/
qemu-android
/
46eef33b89e936ca793e13c4aeea1414e97e8dbb
/
net
1f149e7
tap-linux: Get features once and use it many times
by Kusanagi Kouichi
· 11 years ago
4bf2c13
net: Use g_strdup_printf instead of snprintf.
by Hani Benhabiles
· 11 years ago
dff7424
misc: Use macro ARRAY_SIZE where possible
by Stefan Weil
· 11 years ago
02d38fc
net: Update netdev peer on link change
by Vlad Yasevich
· 11 years ago
5895213
net: Adding netmap network backend
by Vincenzo Maffione
· 11 years ago
1597591
net: fix qemu_flush_queued_packets() in presence of a hub
by Sergey Fedorov
· 11 years ago
d60b20c
net: disallow to specify multicast MAC address
by Dmitry Krivenok
· 11 years ago
bcbe92f
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
067404b
net: Rename send_queue to incoming_queue
by Jan Kiszka
· 12 years ago
aa4f082
tap: Use numbered tap/tun devices on all *BSD OS's
by Brad Smith
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 12 years ago
dfc6f86
misc: Use g_assert_not_reached for code which is expected to be unreachable
by Stefan Weil
· 12 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
68756ba
fix -net user checks by reordering checks
by Bas van Sisseren
· 12 years ago
c87826a
tap: fix NULL dereference when passing invalid parameters to tap
by Jason Wang
· 12 years ago
d73fe37
net: support for bridged networking on Mac OS X
by Alasdair McLeay
· 12 years ago
7873df4
tap: properly initialize vhostfds
by Jason Wang
· 12 years ago
c963530
net: make network client name unique
by Amos Kong
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
456d606
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
by Hans de Goede
· 12 years ago
fc13fa0
net: ensure "socket" backend uses non-blocking fds
by Stefan Hajnoczi
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
d32fcad
net: increase buffer size to accommodate Jumbo frame pkts
by Scott Feldman
· 12 years ago
75020a7
Common definitions for VMWARE devices
by Dmitry Fleytman
· 12 years ago
8402630
net: iovec checksum calculator
by Dmitry Fleytman
· 12 years ago
5acf5ea
Checksum-related utility functions
by Dmitry Fleytman
· 12 years ago
20048d0
net: use socket_set_nodelay() for -netdev socket
by Stefan Hajnoczi
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
9957fc7
MinGW: Replace setsockopt by qemu_setsocketopt
by Stefan Weil
· 12 years ago
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 12 years ago
d26e445
tap: set IFF_ONE_QUEUE per default
by Peter Lieven
· 12 years ago
ce675a7
tap: forbid creating multiqueue tap when hub is used
by Jason Wang
· 12 years ago
7d91ddd
net: fix unbounded NetQueue
by Luigi Rizzo
· 12 years ago
199ee60
net: fix qemu_flush_queued_packets() in presence of a hub
by Luigi Rizzo
· 12 years ago
cc2a904
net: Avoid NULL function pointer dereference on cleanup
by Andreas Färber
· 12 years ago
b890492
net: fix infinite loop on exit
by Michael Roth
· 12 years ago
02cd809
tap: unbreak -netdev tap,fd=X
by Anthony Liguori
· 12 years ago
264986e
tap: multiqueue support
by Jason Wang
· 12 years ago
e5dc0b4
tap: introduce a helper to get the name of an interface
by Jason Wang
· 12 years ago
16dbaf9
tap: support enabling or disabling a queue
by Jason Wang
· 12 years ago
94fdc6d
tap: add Linux multiqueue support
by Jason Wang
· 12 years ago
5193e5f
tap: factor out common tap initialization
by Jason Wang
· 12 years ago
4e4f9ae
tap: import linux multiqueue constants
by Jason Wang
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
f786045
net: introduce NetClientState destructor
by Jason Wang
· 12 years ago
18a1541
net: introduce qemu_net_client_setup()
by Jason Wang
· 12 years ago
6c51ae7
net: introduce qemu_find_net_clients_except()
by Jason Wang
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
28a6589
net: tap: use abort() instead of assert(0)
by Jason Wang
· 12 years ago
ec45f08
net: tap: using bool instead of bitfield
by Jason Wang
· 12 years ago
c64f50d
g_strdup(NULL) returns NULL; simplify
by Markus Armbruster
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
3f124b6
net: add missing include file
by Liming Wang
· 12 years ago
b213614
net: Add missing include statement (fix compiler warnings for MinGW)
by Stefan Weil
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
fd9400b
net: move net.c to net/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
e103129
net, hub: fix the indent in the comments
by Zhi Yong Wu
· 12 years ago
89e6d68
tap: reset vnet header size on open
by Michael S. Tsirkin
· 12 years ago
eac29d8
Fix spelling (prefered -> preferred)
by Stefan Weil
· 12 years ago
58ddcd5
tap: reset vnet header size on open
by Michael S. Tsirkin
· 12 years ago
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
f0e3ac7
net: use "socket" model name for UDP sockets
by Lei Li
· 12 years ago
aee0bf7
tap-win32: stubs to fix win32 build
by Michael S. Tsirkin
· 12 years ago
08778b3
net/tap-win32: Fix compiler warning caused by missing include statement
by Stefan Weil
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 13 years ago
73062df
net/socket: Fix compiler warning (regression for MinGW)
by Stefan Weil
· 13 years ago
45a7f54
net: EAGAIN handling for net/socket.c TCP
by Stefan Hajnoczi
· 13 years ago
213fd50
net: EAGAIN handling for net/socket.c UDP
by Stefan Hajnoczi
· 13 years ago
863f678
net: asynchronous send/receive infrastructure for net/socket.c
by Stefan Hajnoczi
· 13 years ago
61518a7
net: broadcast hub packets if at least one port can receive
by Stefan Hajnoczi
· 13 years ago
06b5f36
net: do not report queued packets as sent
by Stefan Hajnoczi
· 13 years ago
987a9b4
net: notify iothread after flushing queue
by Paolo Bonzini
· 13 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 13 years ago
427a1a2
qapi: avoid reserved keywords
by Blue Swirl
· 13 years ago
011de2b
net: add the support for -netdev socket, listen
by Zhi Yong Wu
· 13 years ago
e34cde3
net: fix the coding style
by Zhi Yong Wu
· 13 years ago
52a3cb8
hub: add the support for hub own flow control
by Zhi Yong Wu
· 13 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 13 years ago
86a77c3
net: cleanup deliver/deliver_iov func pointers
by Zhi Yong Wu
· 13 years ago
1a85959
net: Make "info network" output more readable info
by Zhi Yong Wu
· 13 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 13 years ago
35277d1
net: Rename vc local variables to nc
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
606c10e
net: Convert qdev_prop_vlan to peer with hub
by Zhi Yong Wu
· 13 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 13 years ago
8101764
hub: Check that hubs are configured correctly
by Stefan Hajnoczi
· 13 years ago
90d87a3
net: Look up 'vlan' net clients using hubs
by Stefan Hajnoczi
· 13 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 13 years ago
Next »