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
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
Add the function of colo_compare_cleanup
Rao, Lei
1
-0
/
+4
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-2
/
+0
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
1
-29
/
+1
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
1
-8
/
+6
2021-04-08
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Jason Wang
1
-30
/
+1
2021-03-15
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov
1
-1
/
+30
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
1
-6
/
+8
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
1
-1
/
+29
2021-03-15
net: introduce qemu_receive_packet()
Jason Wang
1
-7
/
+31
2021-03-15
net: validate that ids are well formed
Paolo Bonzini
1
-0
/
+5
2021-03-15
net: Fix build error when DEBUG_NET is on
Bin Meng
1
-0
/
+1
2021-03-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-4
/
+4
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-09
net: Use id_generate() in the network subsystem, too
Thomas Huth
1
-3
/
+3
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-11
/
+2
2021-01-28
net: Clarify early exit condition
Eric Blake
1
-0
/
+2
2021-01-25
net: Fix handling of id in netdev_add and netdev_del
Markus Armbruster
1
-2
/
+18
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
1
-1
/
+1
2020-11-24
net: purge queued rx packets on queue deletion
Yuri Benditovich
1
-4
/
+8
2020-11-24
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
1
-34
/
+34
2020-11-03
net: Add vhost-vdpa in show_netdevs()
Cindy Lu
1
-0
/
+3
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-4
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-6
/
+2
2020-07-07
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu
1
-0
/
+3
2020-07-03
net: introduce qemu_get_peer
Cindy Lu
1
-0
/
+7
2020-06-18
net: Drop the NetLegacy structure, always use Netdev instead
Thomas Huth
1
-64
/
+13
2020-06-18
net: Drop the legacy "name" parameter from the -net option
Thomas Huth
1
-9
/
+1
2020-06-18
net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
Jason Wang
1
-1
/
+1
2020-06-09
net: Do not include a newline in the id of -nic devices
Thomas Huth
1
-1
/
+1
2020-03-17
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake
1
-26
/
+11
2020-03-17
net: Complete qapi-fication of netdev_add
Eric Blake
1
-3
/
+3
2019-12-18
net/net: Clean up variable shadowing in net_client_init()
Vladimir Sementsov-Ogievskiy
1
-10
/
+7
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-07-02
net: remove unused get_str_sep() function
Stefano Garzarella
1
-20
/
+0
2019-07-02
net: use g_strsplit() for parsing host address and port
Stefano Garzarella
1
-16
/
+27
2019-07-02
net: avoid using variable length array in net_client_init()
Stefano Garzarella
1
-12
/
+19
2019-07-02
net: fix assertion failure when ipv6-prefixlen is not a number
Stefano Garzarella
1
-4
/
+5
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-05-03
net: Print output of "-net nic, model=help" to stdout instead of stderr
Thomas Huth
1
-3
/
+4
2019-02-21
vhost-net-user: add stubs for when no virtio-net device is present
Paolo Bonzini
1
-1
/
+1
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
1
-2
/
+2
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-1
/
+1
2018-12-04
net: drop too large packet early
Jason Wang
1
-11
/
+17
2018-10-19
net: ignore packet size greater than INT_MAX
Jason Wang
1
-1
/
+6
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
1
-0
/
+19
[next]