summaryrefslogtreecommitdiff
path: root/net/filter-mirror.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2017-10-16filter-mirror: segfault when specifying non existent deviceEduardo Otubo1-0/+6
2017-07-17net/filter-mirror.c: Add new option to enable vnet support for filter-redirectorZhang Chen1-0/+23
2017-07-17net/filter-mirror.c: Make filter mirror support vnet support.Zhang Chen1-1/+41
2017-07-17net/filter-mirror.c: Introduce parameter for filter_send()Zhang Chen1-5/+5
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-3/+3
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-3/+3
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-23net/filter-mirror.c: Rename filter_mirror_send() and fix codestyleZhang Chen1-13/+16
2017-05-23net/filter-mirror.c: Remove duplicate check code.Zhang Chen1-6/+0
2017-03-06net/filter-mirror: Follow CODING_STYLEZhang Chen1-3/+4
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-3/+5
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-17/+3
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-9/+11
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-24/+34
2016-10-08net/filter-mirror: Fix mirror initial check typoZhang Chen1-2/+2
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen1-50/+16
2016-03-30net/filter-mirror: implement filter-redirectorZhang Chen1-2/+246
2016-03-30net/filter-mirror: Change filter_mirror_send interfaceZhang Chen1-5/+5
2016-03-30net/filter-mirror:Add filter-mirrorZhang Chen1-0/+183