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
Age
Commit message (
Expand
)
Author
Files
Lines
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
colo-compare: Fix memory leak in packet_enqueue()
Derek Su
2
-8
/
+16
2020-06-18
net/colo-compare.c: Correct ordering in complete and finalize
Lukas Straub
1
-22
/
+23
2020-06-18
net/colo-compare.c: Check that colo-compare is active
Lukas Straub
1
-6
/
+29
2020-06-18
net/colo-compare.c: Only hexdump packets if tracing is enabled
Lukas Straub
1
-4
/
+6
2020-06-18
net/colo-compare.c: Fix deadlock in compare_chr_send
Lukas Straub
3
-45
/
+156
2020-06-18
net/colo-compare.c: Create event_bh with the right AioContext
Lukas Straub
1
-1
/
+2
2020-06-18
net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
Jason Wang
1
-1
/
+1
2020-06-18
tap: allow extended virtio header with hash info
Yuri Benditovich
1
-1
/
+2
2020-06-09
net: Do not include a newline in the id of -nic devices
Thomas Huth
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
8
-35
/
+24
2020-03-31
net/colo-compare.c: Expose "expired_scan_cycle" to users
Zhang Chen
1
-3
/
+45
2020-03-31
net/colo-compare.c: Expose "compare_timeout" to users
Zhang Chen
1
-2
/
+45
2020-03-31
hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
Philippe Mathieu-Daudé
1
-2
/
+2
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2
-4
/
+4
2020-03-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...
Peter Maydell
1
-27
/
+12
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
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-09
net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
Thomas Huth
3
-57
/
+12
2020-03-03
net/filter.c: Add Options to insert filters anywhere in the filter list
Lukas Straub
1
-1
/
+91
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2
-3
/
+3
2020-01-07
vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
2019-12-20
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
1
-3
/
+2
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
1
-3
/
+2
2019-12-18
net/net: Clean up variable shadowing in net_client_init()
Vladimir Sementsov-Ogievskiy
1
-10
/
+7
2019-10-29
COLO-compare: Fix incorrect `if` logic
Fan Yang
1
-3
/
+3
2019-10-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+4
2019-10-05
vhost-user: save features if the char dev is closed
Adrian Moreno
1
-0
/
+4
2019-10-01
slirp: Allow non-local DNS address when restrict is off
Samuel Thibault
1
-2
/
+2
2019-09-18
trace: Remove trailing newline in events
Philippe Mathieu-Daudé
1
-3
/
+3
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+2
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
4
-4
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
4
-0
/
+4
2019-07-29
net/colo-compare.c: Fix memory leak and code style issue.
Zhang Chen
1
-7
/
+20
2019-07-29
net: tap: replace snprintf with g_strdup_printf calls
Prasad J Pandit
1
-8
/
+11
2019-07-02
COLO-compare: Add colo-compare remote notify support
Zhang Chen
1
-10
/
+44
2019-07-02
COLO-compare: Make the compare_chr_send() can send notification message.
Zhang Chen
1
-8
/
+33
2019-07-02
COLO-compare: Add remote notification chardev handler frame
Zhang Chen
1
-0
/
+39
2019-07-02
COLO-compare: Add new parameter to communicate with remote colo-frame
Zhang Chen
1
-0
/
+21
2019-07-02
net/announce: Add optional ID
Dr. David Alan Gilbert
2
-8
/
+47
2019-07-02
net/announce: Allow optional list of interfaces
Dr. David Alan Gilbert
2
-8
/
+33
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-12
Include qemu-common.h exactly where needed
Markus Armbruster
12
-9
/
+4
[next]