index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-04
qapi: convert netdev_del
Luiz Capitulino
1
-6
/
+5
2012-06-04
qapi: convert netdev_add
Luiz Capitulino
1
-12
/
+24
2012-06-04
net: net_client_init(): use error_set()
Luiz Capitulino
1
-16
/
+38
2012-06-04
net: purge the monitor object from all init functions
Luiz Capitulino
1
-11
/
+7
2012-06-04
qemu-option: qemu_opts_from_qdict(): use error_set()
Luiz Capitulino
1
-1
/
+4
2012-06-04
qemu-option: qemu_opts_validate(): use error_set()
Luiz Capitulino
1
-1
/
+5
2012-03-16
net: move compute_mcast_idx() to net.h
Jason Wang
1
-0
/
+23
2012-02-04
w32: Fix build with new net bridge code
Stefan Weil
1
-3
/
+16
2012-02-01
Add support for net bridge
Corey Bryant
1
-1
/
+24
2012-01-12
Support for UDP unicast network backend
Benjamin
1
-1
/
+5
2011-12-06
qapi: Convert set_link
Luiz Capitulino
1
-6
/
+4
2011-11-01
Move filedescriptor parsing code from net.c into qemu_parse_fd()
Stefan Berger
1
-6
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-12
/
+12
2011-08-04
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-4
/
+15
2011-07-23
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
1
-8
/
+2
2011-07-23
net: Dump client type 'info network'
Jan Kiszka
1
-3
/
+12
2011-07-23
net: Refactor net_client_types
Jan Kiszka
1
-12
/
+18
2011-07-23
net: Improve layout of 'info network'
Jan Kiszka
1
-5
/
+9
2011-07-19
Fix netdev name lookup in -device, device_add, netdev_del
Markus Armbruster
1
-2
/
+8
2011-07-19
Fix automatically assigned network names for netdev
Markus Armbruster
1
-2
/
+7
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-1
/
+1
2011-06-22
net: Warn about "-net nic" options which were ignored
Peter Maydell
1
-0
/
+15
2011-06-22
net: Don't warn about the default network setup
Peter Maydell
1
-0
/
+12
2011-06-22
Revert "net: Improve the warnings for dubious command line option combinations"
Peter Maydell
1
-31
/
+0
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-04-01
net: Improve the warnings for dubious command line option combinations
Peter Maydell
1
-0
/
+31
2011-04-01
Fix net_check_clients warnings: make it per vlan.
Tristan Gingold
1
-1
/
+2
2011-03-06
net: Add the missing option declaration of "vhostforce"
Jason Wang
1
-1
/
+5
2011-03-06
net: remove parse_host_src_port() function
Juan Quintela
1
-41
/
+0
2011-03-06
net: Use iov helper functions
Benjamin Poirier
1
-22
/
+6
2011-03-05
net: fix qemu_can_send_packet logic
Vincent Palatin
1
-3
/
+3
2011-02-20
net: notify peer about link status change
Michael S. Tsirkin
1
-0
/
+11
2010-12-09
net/sock: option to specify local address
Mike Ryan
1
-0
/
+4
2010-10-27
net: properly handle illegal fd/vhostfd from command line
Jason Wang
1
-5
/
+11
2010-10-06
net: delay freeing peer host device
Michael S. Tsirkin
1
-7
/
+42
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
1
-7
/
+9
2010-07-01
net: delete QemuOpts when net_client_init() fails.
Yoshiaki Tamura
1
-0
/
+4
2010-06-30
net: Fix VM start with '-net none'
Amit Shah
1
-1
/
+1
2010-06-14
Make netdev_del delete the netdev even when it's in use
Markus Armbruster
1
-4
/
+0
2010-06-10
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
1
-2
/
+5
2010-06-09
net: Fix hotplug with pci_add
Amit Shah
1
-2
/
+5
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-22
/
+0
2010-04-18
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
1
-3
/
+4
2010-04-18
monitor: Use argument type 'b' for set_link
Markus Armbruster
1
-8
/
+2
2010-04-18
monitor: New commands netdev_add, netdev_del
Markus Armbruster
1
-0
/
+55
2010-04-18
error: Convert net_client_init() to QError
Markus Armbruster
1
-20
/
+18
2010-04-18
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
1
-2
/
+0
2010-04-10
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
1
-19
/
+0
2010-04-10
net: remove NICInfo.bootable field
Eduardo Habkost
1
-1
/
+0
2010-04-01
tap: add vhost/vhostfd options
Michael S. Tsirkin
1
-0
/
+8
[next]