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.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
1
-2
/
+2
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-14
/
+14
2010-03-09
qdev: Catch attempt to attach more than one device to a netdev
Markus Armbruster
1
-0
/
+1
2010-03-08
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
1
-2
/
+4
2010-02-21
Allow const QemuOptDesc
Blue Swirl
1
-1
/
+1
2010-02-20
Fix warning on OpenBSD
Blue Swirl
1
-1
/
+1
2010-02-19
net: Monitor command set_link finds only VLAN clients, fix
Markus Armbruster
1
-0
/
+1
2010-02-19
net: info network shows only VLAN clients, fix
Markus Armbruster
1
-2
/
+9
2010-02-19
net: net_check_clients() checks only VLAN clients, fix
Markus Armbruster
1
-0
/
+7
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
1
-7
/
+18
2010-02-19
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
1
-3
/
+1
2010-02-19
net: Remove unused net_client_uninit()
Markus Armbruster
1
-14
/
+0
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
1
-1
/
+1
2009-12-12
default devices: network
Gerd Hoffmann
1
-1
/
+4
2009-12-03
net: print correct error for '-netdev ""'
Mark McLoughlin
1
-5
/
+11
2009-12-03
net: add qemu_foreach_nic()
Mark McLoughlin
1
-0
/
+20
2009-12-03
net: remove VLANClientState members now in NetClientInfo
Mark McLoughlin
1
-25
/
+20
2009-12-03
net: remove qemu_new_vlan_client()
Mark McLoughlin
1
-44
/
+0
2009-12-03
net: move parse_macaddr() to net/util.[ch]
Mark McLoughlin
1
-33
/
+2
2009-12-03
net: introduce NICState and qemu_new_nic()
Mark McLoughlin
1
-0
/
+21
2009-12-03
net: introduce qemu_new_net_client()
Mark McLoughlin
1
-21
/
+49
2009-12-03
net: clean up includes in net.c
Mark McLoughlin
1
-70
/
+3
2009-12-03
net: move dump backend code from net.c to net/dump.c
Mark McLoughlin
1
-126
/
+1
2009-12-03
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin
1
-529
/
+1
[next]