Sign in
qemu
/
qemu
/
cce246e0a21577bb2372ab3a7d6789371e087de9
/
net
/
net.c
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 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
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
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
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
[Renamed (99%) from net.c]
077805f
janitor: do not rely on indirect inclusions of or from qemu-char.h
by Paolo Bonzini
· 12 years ago
645c949
net: Reject non-netdevs in qmp_netdev_del()
by Stefan Hajnoczi
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 12 years ago
c67f5dc
net: add receive_disabled logic to iov delivery path
by Stefan Hajnoczi
· 12 years ago
987a9b4
net: notify iothread after flushing queue
by Paolo Bonzini
· 12 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 12 years ago
f57fb88
Merge remote-tracking branch 'stefanha/net' into staging
by Anthony Liguori
· 12 years ago
c8057f9
Support 'help' as a synonym for '?' in command line options
by Peter Maydell
· 12 years ago
86a77c3
net: cleanup deliver/deliver_iov func pointers
by Zhi Yong Wu
· 12 years ago
1a85959
net: Make "info network" output more readable info
by Zhi Yong Wu
· 12 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 12 years ago
35277d1
net: Rename vc local variables to nc
by Stefan Hajnoczi
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
9487899
net: Rename non_vlan_clients to net_clients
by Stefan Hajnoczi
· 12 years ago
a005d07
net: Remove VLANState
by Stefan Hajnoczi
· 12 years ago
ec8b1f6
net: Remove vlan code from net.c
by Stefan Hajnoczi
· 12 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 12 years ago
8101764
hub: Check that hubs are configured correctly
by Stefan Hajnoczi
· 12 years ago
90d87a3
net: Look up 'vlan' net clients using hubs
by Stefan Hajnoczi
· 12 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 12 years ago
f6c874e
net: Add a hub net client
by Stefan Hajnoczi
· 12 years ago
1a0c095
remove unused QemuOpts parameter from net init functions
by Laszlo Ersek
· 12 years ago
2456f36
convert net_init_nic() to NetClientOptions
by Laszlo Ersek
· 12 years ago
6687b79
convert net_client_init() to OptsVisitor
by Laszlo Ersek
· 12 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 12 years ago
dcf6f5e
change iov_* function prototypes to be more appropriate
by Michael Tokarev
· 13 years ago
5f96415
qapi: convert netdev_del
by Luiz Capitulino
· 13 years ago
928059a
qapi: convert netdev_add
by Luiz Capitulino
· 13 years ago
4559a1d
net: net_client_init(): use error_set()
by Luiz Capitulino
· 13 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
4e89978
qemu-option: qemu_opts_from_qdict(): use error_set()
by Luiz Capitulino
· 13 years ago
2995286
qemu-option: qemu_opts_validate(): use error_set()
by Luiz Capitulino
· 13 years ago
7fc8d91
net: move compute_mcast_idx() to net.h
by Jason Wang
· 13 years ago
2944e4e
w32: Fix build with new net bridge code
by Stefan Weil
· 13 years ago
a7c36ee
Add support for net bridge
by Corey Bryant
· 13 years ago
0e0e7fa
Support for UDP unicast network backend
by Benjamin
· 13 years ago
4b37156
qapi: Convert set_link
by Luiz Capitulino
· 13 years ago
443916d
Move filedescriptor parsing code from net.c into qemu_parse_fd()
by Stefan Berger
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
81e34a2
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 13 years ago
6eed185
net: Consistently use qemu_macaddr_default_if_unset
by Jan Kiszka
· 13 years ago
44e798d
net: Dump client type 'info network'
by Jan Kiszka
· 13 years ago
6f7b3b1
net: Refactor net_client_types
by Jan Kiszka
· 13 years ago
19061e6
net: Improve layout of 'info network'
by Jan Kiszka
· 13 years ago
85dde9a
Fix netdev name lookup in -device, device_add, netdev_del
by Markus Armbruster
· 14 years ago
53e51d8
Fix automatically assigned network names for netdev
by Markus Armbruster
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
48e2faf
net: Warn about "-net nic" options which were ignored
by Peter Maydell
· 14 years ago
641f6ea
net: Don't warn about the default network setup
by Peter Maydell
· 14 years ago
1d66f17
Revert "net: Improve the warnings for dubious command line option combinations"
by Peter Maydell
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
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
· 14 years ago
3329f07
QemuOpts: make most qemu_*_opts static
by Gerd Hoffmann
· 14 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
Next »