Sign in
qemu
/
qemu
/
9d3b155186c2788570f4802700d030c84e0f0746
/
net
47181f5
misc: remove headers implicitly included
by Philippe Mathieu-Daudé
· 7 years ago
4d36623
colo-compare: fix the dangerous assignment
by Mao Zhongyi
· 7 years ago
bb160b5
net/socket: fix coverity issue
by Jens Freimann
· 7 years ago
8fa5ad6
colo: Consolidate the duplicate code chunk into a routine
by Mao Zhongyi
· 7 years ago
3463218
colo-compare: Fix comments
by Mao Zhongyi
· 7 years ago
8ec1440
colo-compare: compare the packet in a specified Connection
by Mao Zhongyi
· 7 years ago
8850d4c
colo-compare: Insert packet into the suitable position of packet queue directly
by Mao Zhongyi
· 7 years ago
ff86d57
net: fix check for number of parameters to -netdev socket
by Jens Freimann
· 7 years ago
aa1530d
filter-mirror: segfault when specifying non existent device
by Eduardo Otubo
· 7 years ago
0e7e4fb
slirp: Add explanation for hostfwd parsing failure
by Dr. David Alan Gilbert
· 7 years ago
e2ad6f1
buildsys: Move vde libs to per object
by Fam Zheng
· 7 years ago
b62e39b
General warn report fixups
by Alistair Francis
· 7 years ago
8297be8
Convert multi-line fprintf() to warn_report()
by Alistair Francis
· 7 years ago
2ab4b13
Convert single line fprintf(.../n) to warn_report()
by Alistair Francis
· 7 years ago
dd321ec
colo-compare: Use IOThread to Check old packet regularly and Process pactkets of the primary
by Wang Yong
· 7 years ago
61c5f46
net/colo-compare.c: Fix comments and scheme
by Zhang Chen
· 7 years ago
626bba9
net/colo-compare.c: Adjust net queue pop order for performance
by Zhang Chen
· 7 years ago
6f5009c
net/colo-compare.c: Optimize unpredictable tcp options comparison
by Zhang Chen
· 7 years ago
0522a95
net/socket: Improve -net socket error reporting
by Mao Zhongyi
· 7 years ago
bcd4dfd
net/net: Convert parse_host_port() to Error
by Mao Zhongyi
· 7 years ago
c37f0bb
net/socket: Convert several helper functions to Error
by Mao Zhongyi
· 7 years ago
e1b24b6
net/socket: Don't treat odd socket type as SOCK_STREAM
by Mao Zhongyi
· 7 years ago
6ce310b
net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net
by Zhang Chen
· 7 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 7 years ago
977c736
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
by Markus Armbruster
· 7 years ago
0f8c289
net: fix -netdev socket,fd= for UDP sockets
by Jens Freimann
· 7 years ago
5c843af
slirp: fill error when failing to initialize user network
by Hervé Poussineau
· 7 years ago
41d4e5e
vhost-user: fix watcher need be removed when vhost-user hotplug
by Yunjian Wang
· 7 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 7 years ago
d87aa13
trace: add trace_event_get_state_backends()
by Stefan Hajnoczi
· 7 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 7 years ago
b2caa3b
net/eth: fix incorrect check of iov_to_buf() return value
by Philippe Mathieu-Daudé
· 7 years ago
4b39bdc
net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len
by Zhang Chen
· 8 years ago
d63b366
net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
by Zhang Chen
· 8 years ago
5cc444d
net/colo.c: Add vnet packet parse feature in colo-proxy
by Zhang Chen
· 8 years ago
aa3a703
net/colo-compare.c: Make colo-compare support vnet_hdr_len
by Zhang Chen
· 8 years ago
3037e7a
net/colo-compare.c: Introduce parameter for compare_chr_send()
by Zhang Chen
· 8 years ago
ada1a33
net/colo.c: Make vnet_hdr_len as packet property
by Zhang Chen
· 8 years ago
00d5c24
net/filter-mirror.c: Add new option to enable vnet support for filter-redirector
by Zhang Chen
· 8 years ago
e2521f0
net/filter-mirror.c: Make filter mirror support vnet support.
by Zhang Chen
· 8 years ago
dc3c5ac
net/filter-mirror.c: Introduce parameter for filter_send()
by Zhang Chen
· 8 years ago
3cde5ea
net/net.c: Add vnet_hdr support in SocketReadState
by Zhang Chen
· 8 years ago
d6b732e
net: Add vnet_hdr_len arguments in NetClientState
by Zhang Chen
· 8 years ago
6c60766
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
3065070
char: avoid chardevice direct access
by Anton Nefedov
· 7 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 7 years ago
3dc6f86
Convert error_report() to warn_report()
by Alistair Francis
· 7 years ago
1e507bb
object: use more specific property type names
by Marc-André Lureau
· 8 years ago
6701e55
Revert "Change net/socket.c to use socket_*() functions" again
by Daniel P. Berrange
· 8 years ago
1ce2610
char: make chr_fe_deinit() optionaly delete backend
by Marc-André Lureau
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
e05dc4c
net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
by Zhang Chen
· 8 years ago
e2f8401
net/filter-mirror.c: Remove duplicate check code.
by Zhang Chen
· 8 years ago
559964a
hmp / net: Mark host_net_add/remove as deprecated
by Thomas Huth
· 8 years ago
f583dca
COLO-compare: Improve tcp compare trace event readability
by Zhang Chen
· 8 years ago
f5ab20a
net/dump: Issue a warning for the deprecated "-net dump"
by Thomas Huth
· 8 years ago
4348300
net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.c
by Thomas Huth
· 8 years ago
2f5d45a
char: add a /chardevs container
by Marc-André Lureau
· 8 years ago
f95cc8b
slirp/smb: Replace constant strings by glib string
by Dr. David Alan Gilbert
· 8 years ago
0bed71e
slirp: allow host port 0 for hostfwd
by Vincent Bernat
· 8 years ago
51b9d49
Revert "COLO-compare: Optimize tcp compare trace event"
by Peter Maydell
· 8 years ago
b8c7193
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 8 years ago
0fc8aec
COLO-compare: Optimize tcp compare trace event
by Zhang Chen
· 8 years ago
184d4d4
COLO-compare: Optimize tcp compare for option field
by Zhang Chen
· 8 years ago
226799c
socket: Make errp the last parameter of socket_connect
by Fam Zheng
· 8 years ago
d25a7da
colo-compare: Fix old packet check bug.
by Zhang Chen
· 8 years ago
e630b2b
COLO-compare: Fix trace_event print bug
by Zhang Chen
· 8 years ago
f0aabd5
net/filter-mirror: Follow CODING_STYLE
by Zhang Chen
· 8 years ago
1723a7f
COLO-compare: Fix icmp and udp compare different packet always dump bug
by Zhang Chen
· 8 years ago
6efeb32
COLO-compare: Optimize compare_common and compare_tcp
by Zhang Chen
· 8 years ago
2ad7ca4
COLO-compare: Rename compare function and remove duplicate codes
by Zhang Chen
· 8 years ago
db0a762
filter-rewriter: skip net_checksum_calculate() while offset = 0
by zhanghailiang
· 8 years ago
0e79668
net/colo: fix memory double free error
by zhanghailiang
· 8 years ago
727c2d7
net/colo-compare: Fix memory free error
by Zhang Chen
· 8 years ago
b43decb
colo-compare: Fix removing fds been watched incorrectly in finalization
by zhanghailiang
· 8 years ago
dfd917a
colo-compare: kick compare thread to exit after some cleanup in finalization
by zhanghailiang
· 8 years ago
66d2a24
colo-compare: use g_timeout_source_new() to process the stale packets
by zhanghailiang
· 8 years ago
566342c
eth: Extend vlan stripping functions
by Dmitry Fleytman
· 8 years ago
e7c83a8
vhost-user: delay vhost_user_stop
by Marc-André Lureau
· 8 years ago
d3be4b5
net: Flatten simple union NetLegacyOptions
by Markus Armbruster
· 8 years ago
a935cc3
colo-compare: sort TCP packet queue by sequence number
by Zhang Chen
· 8 years ago
a2dbe13
net: Mark 'vlan' parameter as deprecated
by Thomas Huth
· 8 years ago
e0b283e
vhost-user: delete chardev on cleanup
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
db655a9
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 8 years ago
fac7d7b
tap: fix memory leak on failure in net_init_tap()
by Peter Maydell
· 8 years ago
d5aa3e6
net: optimize checksum computation
by Ladi Prosek
· 8 years ago
c471ad0
vhost_net: device IOTLB support
by Jason Wang
· 8 years ago
646c547
record/replay: add network support
by Pavel Dovgalyuk
· 8 years ago
e79cd40
net: fix sending of data with -net socket, listen backend
by Daniel P. Berrange
· 8 years ago
d14fabd
slirp: fix CharDriver breakage
by Paolo Bonzini
· 8 years ago
277d44f
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
by Peter Maydell
· 8 years ago
2dfe511
net: split colo_compare_pkt_info into two trace events
by Alex Bennée
· 8 years ago
7344ffa
colo-compare: remove unused struct CompareChardevProps and 'props' variable
by zhanghailiang
· 8 years ago
2061c14
colo-proxy: fix memory leak
by Zhang Chen
· 8 years ago
9463c07
tap-bsd: OpenBSD uses tap(4) now
by Brad Smith
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5d30016
vhost-user: only initialize queue 0 CharBackend
by Marc-André Lureau
· 8 years ago
Next »