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-09-30
net/can: Add can_dlc2len and can_len2dlc for CAN FD.
Jan Charvat
1
-0
/
+36
2020-09-30
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
1
-3
/
+44
2020-09-30
net: relocate paths to helpers and scripts
Paolo Bonzini
1
-7
/
+19
2020-09-29
vhost-user: save features of multiqueues if chardev is closed
haibinzhang(张海斌)
1
-3
/
+7
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
5
-15
/
+5
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2
-13
/
+7
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2
-13
/
+13
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2
-7
/
+7
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
7
-39
/
+47
2020-09-09
filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITER
Eduardo Habkost
1
-9
/
+9
2020-09-09
net/colo: Match is-enabled probe to tracepoint
Roman Bolshakov
3
-24
/
+30
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
7
-16
/
+16
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
7
-15
/
+23
2020-08-21
meson: convert net directory to Meson
Marc-André Lureau
4
-34
/
+45
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-04
colo-compare: Remove superfluous NULL-pointer checks for s->iothread
Lukas Straub
1
-6
/
+2
2020-07-28
net: forbid the reentrant RX
Jason Wang
1
-0
/
+3
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-4
/
+2
2020-07-15
net: detect errors from probing vnet hdr flag for TAP devices
Daniel P. Berrange
6
-12
/
+29
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
2
-6
/
+28
2020-07-15
net/colo-compare.c: Expose compare "max_queue_size" to users
Zhang Chen
1
-1
/
+42
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-2
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
4
-14
/
+5
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
3
-24
/
+16
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2
-2
/
+2
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-6
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
3
-8
/
+4
2020-07-09
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-0
/
+1
2020-07-07
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu
4
-1
/
+234
2020-07-07
net/tap-solaris.c: Include qemu-common.h for TFR macro
Peter Maydell
1
-0
/
+1
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
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
[next]