Sign in
qemu-android
/
qemu-android
/
87a381ec341bd0195db0531db10f29d603eff49a
/
net.c
f68b9d6
net: Improve the warnings for dubious command line option combinations
by Peter Maydell
· 14 years ago
ac60cc1
Fix net_check_clients warnings: make it per vlan.
by Tristan Gingold
· 14 years ago
96c94b2
net: Add the missing option declaration of "vhostforce"
by Jason Wang
· 14 years ago
85bb6d3
net: remove parse_host_src_port() function
by Juan Quintela
· 14 years ago
ce05366
net: Use iov helper functions
by Benjamin Poirier
· 14 years ago
60c07d9
net: fix qemu_can_send_packet logic
by Vincent Palatin
· 14 years ago
ab1cbe1
net: notify peer about link status change
by Michael S. Tsirkin
· 14 years ago
3a75e74
net/sock: option to specify local address
by Mike Ryan
· 14 years ago
f7c31d6
net: properly handle illegal fd/vhostfd from command line
by Jason Wang
· 14 years ago
a083a89
net: delay freeing peer host device
by Michael S. Tsirkin
· 15 years ago
3329f07
QemuOpts: make most qemu_*_opts static
by Gerd Hoffmann
· 15 years ago
410cbaf
net: delete QemuOpts when net_client_init() fails.
by Yoshiaki Tamura
· 15 years ago
03c7155
net: Fix VM start with '-net none'
by Amit Shah
· 15 years ago
2ffcb18
Make netdev_del delete the netdev even when it's in use
by Markus Armbruster
· 15 years ago
60a3992
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
50e32ea
net: Fix hotplug with pci_add
by Amit Shah
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
5369e3c
monitor: Convert do_set_link() to QObject, QError
by Markus Armbruster
· 15 years ago
c9b26a4
monitor: Use argument type 'b' for set_link
by Markus Armbruster
· 15 years ago
ae82d32
monitor: New commands netdev_add, netdev_del
by Markus Armbruster
· 15 years ago
5294e2c
error: Convert net_client_init() to QError
by Markus Armbruster
· 15 years ago
c389c43
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
by Markus Armbruster
· 15 years ago
da1fcfd
net: remove broken net_set_boot_mask() boot device validation
by Eduardo Habkost
· 15 years ago
c256460
net: remove NICInfo.bootable field
by Eduardo Habkost
· 15 years ago
82b0d80
tap: add vhost/vhostfd options
by Michael S. Tsirkin
· 15 years ago
8212c64
qemu-option: Move the implied first name into QemuOptsList
by Markus Armbruster
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
27f3f8a
qdev: Catch attempt to attach more than one device to a netdev
by Markus Armbruster
· 15 years ago
75422b0
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
by Amit Shah
· 15 years ago
238431a
Allow const QemuOptDesc
by Blue Swirl
· 15 years ago
64e69d5
Fix warning on OpenBSD
by Blue Swirl
· 15 years ago
2583ba9
net: Monitor command set_link finds only VLAN clients, fix
by Markus Armbruster
· 15 years ago
a0104e0
net: info network shows only VLAN clients, fix
by Markus Armbruster
· 15 years ago
efe32fd
net: net_check_clients() checks only VLAN clients, fix
by Markus Armbruster
· 15 years ago
62112d1
net: Fix bogus "Warning: vlan 0 with no nics" with -device
by Markus Armbruster
· 15 years ago
668680f
net: net_check_clients() runs too early to see -device, fix
by Markus Armbruster
· 15 years ago
7f76abe
net: Remove unused net_client_uninit()
by Markus Armbruster
· 15 years ago
6265eb2
don't dereference NULL after failed strdup
by Jim Meyering
· 15 years ago
cb4522c
default devices: network
by Gerd Hoffmann
· 15 years ago
0f2fbf4
net: print correct error for '-netdev ""'
by Mark McLoughlin
· 15 years ago
57f9ef1
net: add qemu_foreach_nic()
by Mark McLoughlin
· 15 years ago
665a3b0
net: remove VLANClientState members now in NetClientInfo
by Mark McLoughlin
· 15 years ago
68da46e
net: remove qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
f1d078c
net: move parse_macaddr() to net/util.[ch]
by Mark McLoughlin
· 15 years ago
ebef2c0
net: introduce NICState and qemu_new_nic()
by Mark McLoughlin
· 15 years ago
45460d1
net: introduce qemu_new_net_client()
by Mark McLoughlin
· 15 years ago
1df49e0
net: clean up includes in net.c
by Mark McLoughlin
· 15 years ago
1abecf7
net: move dump backend code from net.c to net/dump.c
by Mark McLoughlin
· 15 years ago
42281ac
net: move socket backend code from net.c to net/socket.c
by Mark McLoughlin
· 15 years ago
5c361cc
net: move vde code from net.c to net/vde.c
by Mark McLoughlin
· 15 years ago
68ac40d
net: move slirp code from net.c to net/slirp.c
by Mark McLoughlin
· 15 years ago
a167ba5
Add support for GNU/kFreeBSD
by Aurelien Jarno
· 15 years ago
893379e
net: disable receiving if client returns zero
by Mark McLoughlin
· 15 years ago
88b3ec0
net: move AIX code into net/tap-aix.c
by Mark McLoughlin
· 15 years ago
5281d75
net: split all the tap code out into net/tap.c
by Mark McLoughlin
· 15 years ago
f54c7bd
net: move tap-linux.h under net/
by Mark McLoughlin
· 15 years ago
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
6c9f58b
Enable UFO on virtio-net and tap devices
by Sridhar Samudrala
· 15 years ago
b1c28b4
net: add tap_set_offload()
by Mark McLoughlin
· 15 years ago
2596774
net: implement tap support for receive_raw()
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
ca77d17
net: add an API for 'raw' packets
by Mark McLoughlin
· 15 years ago
c0b8e49
net: add flags parameter to packet queue interface
by Mark McLoughlin
· 15 years ago
24e3236
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
baf74c9
net: add a vnet_hdr=on|off parameter
by Mark McLoughlin
· 15 years ago
424a7f9
net: refactor tap initialization
by Mark McLoughlin
· 15 years ago
8e0f8e5
net: enable IFF_VNET_HDR on tap fds if available
by Mark McLoughlin
· 15 years ago
38c75be
net: make tap_receive() re-use tap_receive_iov() code
by Mark McLoughlin
· 15 years ago
7668229
net: import linux tap ioctl definitions
by Mark McLoughlin
· 15 years ago
2ef924b
qdev: add netdev property
by Gerd Hoffmann
· 15 years ago
76d32cb
net: add macaddr type.
by Gerd Hoffmann
· 15 years ago
c1671a0
net: fix multiple NICs causing net opts process to stop
by Mark McLoughlin
· 15 years ago
9a6ecb3
net: add queue for peer-to-peer packet forwarding
by Mark McLoughlin
· 15 years ago
f710584
net: refactor packet queueing code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
5869c4d
net: add -net nic,netdev= option
by Mark McLoughlin
· 15 years ago
577c4af
net: maintain a list of vlan-less clients
by Mark McLoughlin
· 15 years ago
f6b134a
net: handle -netdevice options
by Mark McLoughlin
· 15 years ago
7f161aa
net: add QemuOptsList arg to net_client_parse()
by Mark McLoughlin
· 15 years ago
d80b9fc
net: allow clients not associated with a vlan
by Mark McLoughlin
· 15 years ago
5610c3a
net: use qtailq for vlan and client lists
by Mark McLoughlin
· 15 years ago
dea7b3b
net: remove id field from NICInfo
by Mark McLoughlin
· 15 years ago
6d952eb
net: handle id= parameter for -net
by Mark McLoughlin
· 15 years ago
8b077c9
net: pass monitor handle to client init functions
by Mark McLoughlin
· 15 years ago
a3a766e
slirp: fix !CONFIG_SLIRP compilation
by Juan Quintela
· 15 years ago
dc1c9fe
Final net cleanup after conversion to QemuOpts
by Mark McLoughlin
· 15 years ago
13cf8f2
Port usb net to QemuOpts
by Mark McLoughlin
· 15 years ago
7f1c9d2
Port host_net_add monitor command to QemuOpts
by Mark McLoughlin
· 15 years ago
7b3fb25
Clean up legacy code in net_client_init()
by Mark McLoughlin
· 15 years ago
ed2955c
Port -net dump to QemuOpts
by Mark McLoughlin
· 15 years ago
dd51058
Port -net vde to QemuOpts
by Mark McLoughlin
· 15 years ago
88ce16c
Port -net socket to QemuOpts
by Mark McLoughlin
· 15 years ago
8a1c523
Port -net tap to QemuOpts
by Mark McLoughlin
· 15 years ago
ec302ff
Port -net user to QemuOpts
by Mark McLoughlin
· 15 years ago
f83c6e1
Port -net none and -net nic to QemuOpts
by Mark McLoughlin
· 15 years ago
fb12577
Drop config_error(), use qemu_error() instead
by Markus Armbruster
· 15 years ago
0752706
Don't exit() in config_error()
by Markus Armbruster
· 15 years ago
3a179c6
Make net_client_init() consume slirp_configs even on error
by Markus Armbruster
· 15 years ago
02374aa
Use qemu_strdup() for VLANClientState string fields
by Mark McLoughlin
· 15 years ago
Next »