Sign in
qemu
/
qemu
/
d8336c6b286d9715bfe29a0e0b415dfd7891f671
/
net
013a620
net/filter-rewriter.c: Fix coverity static analysis issue
by Zhang Chen
· 6 years ago
13399aa
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging
by Peter Maydell
· 6 years ago
0fca92b
slirp: Implement RFC2132 TFTP server name
by Fam Zheng
· 7 years ago
6e157a0
slirp: Add sanity check for str option length
by Fam Zheng
· 7 years ago
8c42dbe
net/socket: Fix invalid socket type error handling
by Markus Armbruster
· 6 years ago
007e5f8
l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
by Markus Armbruster
· 6 years ago
1592a99
net: ignore packet size greater than INT_MAX
by Jason Wang
· 7 years ago
24525e9
filter-rewriter: handle checkpoint and failover event
by Zhang Chen
· 7 years ago
5fbba3d
filter: Add handle_event method for NetFilterClass
by Zhang Chen
· 7 years ago
dccd031
colo-compare: use notifier to notify packets comparing result
by Zhang Chen
· 7 years ago
0ffcece
colo-compare: implement the process of checkpoint
by Zhang Chen
· 7 years ago
6214231
filter-rewriter: Add TCP state machine and fix memory leak in connection_track_table
by Zhang Chen
· 7 years ago
95e30b2
chardev: mark the calls that allow an implicit mux monitor
by Marc-André Lureau
· 7 years ago
68cb29e
net/slirp: Deprecate the [hub_id name] parameter tuple
by Thomas Huth
· 7 years ago
101625a
net: Deprecate the "name" parameter of -net
by Thomas Huth
· 7 years ago
d18572d
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
by Thomas Huth
· 7 years ago
323e7c1
tap: fix memory leak on success to create a tap device
by Yunjian Wang
· 7 years ago
c67daf4
vhost-user: delete net client if necessary
by linzhecheng
· 7 years ago
8b43f96
net: Fix a potential segfault
by Lin Ma
· 7 years ago
d542800
tap: set vhostfd passed from qemu cli to non-blocking
by Brijesh Singh
· 7 years ago
265b578
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
by Marc-André Lureau
· 7 years ago
f67c9b6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
f27f01d
colo: use local path for local headers
by Michael S. Tsirkin
· 7 years ago
1fb3f7f
net/slirp: Convert atoi to qemu_strtoi to allow error checking
by Nia Alarie
· 7 years ago
f18d137
slirp: Add domainname option to slirp's DHCP server
by Benjamin Drung
· 7 years ago
4d0cf55
vhost-user: introduce shared vhost-user state
by Tiwei Bie
· 7 years ago
703878e
vhost-user: add Net prefix to internal state structure
by Tiwei Bie
· 7 years ago
442da40
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
by Thomas Huth
· 7 years ago
af1a5c3
net: Remove the deprecated "vlan" parameter
by Thomas Huth
· 7 years ago
9d94619
net: Fix memory leak in net_param_nic()
by Thomas Huth
· 7 years ago
7587855
net/vde: print error on vde_open() failure
by Julia Suvorova via Qemu-devel
· 7 years ago
94b5295
virtio_net: flush uncompleted TX on reset
by Greg Kurz
· 7 years ago
41dfc0d
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 7 years ago
46d4d36
tap: setting error appropriately when calling net_init_tap_one()
by Jay Zhou
· 7 years ago
78cd6f7
net: Add a new convenience option "--nic" to configure default/on-board NICs
by Thomas Huth
· 7 years ago
7cc28cb
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
by Thomas Huth
· 7 years ago
857d208
net: Remove the deprecated way of dumping network packets
by Thomas Huth
· 7 years ago
aa09a48
net: Make net_client_init() static
by Thomas Huth
· 7 years ago
547203e
net: List available netdevs with "-netdev help"
by Thomas Huth
· 7 years ago
34f708b
net: Move error reporting from net_init_client/netdev to the calling site
by Thomas Huth
· 7 years ago
eb815e2
qapi: Move qapi-schema.json to qapi/, rename generated files
by Markus Armbruster
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
a38a498
vhost-user: fix memory leak
by linzhecheng
· 7 years ago
ea15ea8
net/can: support for connecting to Linux host SocketCAN interface.
by Pavel Pisa
· 7 years ago
d18957d
net/can: simple messages transport implementation for QEMU
by Pavel Pisa
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
a82400c
Drop superfluous includes of qapi/qmp/qerror.h
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
522ece3
Drop superfluous includes of qapi-types.h and test-qapi-types.h
by Markus Armbruster
· 7 years ago
9365306
net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'
by Thomas Huth
· 7 years ago
18d65d2
net: Allow hubports to connect to other netdevs
by Thomas Huth
· 7 years ago
f449c9e
colo: compare the packet based on the tcp sequence number
by Mao Zhongyi
· 7 years ago
9394133
colo: modified the payload compare function
by Mao Zhongyi
· 7 years ago
3a22ee2
net: Remove the legacy "-net channel" parameter
by Thomas Huth
· 7 years ago
d9caeb0
net: remove unused compute_mcast_idx() function
by Mark Cave-Ayland
· 7 years ago
f1a7deb
net: introduce net_crc32_le() function
by Mark Cave-Ayland
· 7 years ago
eaba8f3
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function
by Mark Cave-Ayland
· 7 years ago
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
· 8 years ago
aa1530d
filter-mirror: segfault when specifying non existent device
by Eduardo Otubo
· 8 years ago
0e7e4fb
slirp: Add explanation for hostfwd parsing failure
by Dr. David Alan Gilbert
· 8 years ago
e2ad6f1
buildsys: Move vde libs to per object
by Fam Zheng
· 8 years ago
b62e39b
General warn report fixups
by Alistair Francis
· 8 years ago
8297be8
Convert multi-line fprintf() to warn_report()
by Alistair Francis
· 8 years ago
2ab4b13
Convert single line fprintf(.../n) to warn_report()
by Alistair Francis
· 8 years ago
dd321ec
colo-compare: Use IOThread to Check old packet regularly and Process pactkets of the primary
by Wang Yong
· 8 years ago
61c5f46
net/colo-compare.c: Fix comments and scheme
by Zhang Chen
· 8 years ago
626bba9
net/colo-compare.c: Adjust net queue pop order for performance
by Zhang Chen
· 8 years ago
6f5009c
net/colo-compare.c: Optimize unpredictable tcp options comparison
by Zhang Chen
· 8 years ago
0522a95
net/socket: Improve -net socket error reporting
by Mao Zhongyi
· 8 years ago
bcd4dfd
net/net: Convert parse_host_port() to Error
by Mao Zhongyi
· 8 years ago
c37f0bb
net/socket: Convert several helper functions to Error
by Mao Zhongyi
· 8 years ago
e1b24b6
net/socket: Don't treat odd socket type as SOCK_STREAM
by Mao Zhongyi
· 8 years ago
6ce310b
net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net
by Zhang Chen
· 8 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 8 years ago
977c736
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
by Markus Armbruster
· 8 years ago
0f8c289
net: fix -netdev socket,fd= for UDP sockets
by Jens Freimann
· 8 years ago
5c843af
slirp: fill error when failing to initialize user network
by Hervé Poussineau
· 8 years ago
41d4e5e
vhost-user: fix watcher need be removed when vhost-user hotplug
by Yunjian Wang
· 8 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 8 years ago
d87aa13
trace: add trace_event_get_state_backends()
by Stefan Hajnoczi
· 8 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 8 years ago
b2caa3b
net/eth: fix incorrect check of iov_to_buf() return value
by Philippe Mathieu-Daudé
· 8 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
Next »