aboutsummaryrefslogtreecommitdiff
path: root/net/filter-mirror.c
AgeCommit message (Expand)Author
2022-02-14net/filter: Optimize filter_send to coroutineRao Lei
2021-06-11Optimize the function of filter_sendRao, Lei
2020-12-15netfilter: Use class propertiesEduardo Habkost
2020-12-15netfilter: Reorder functionsEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2017-10-16filter-mirror: segfault when specifying non existent deviceEduardo Otubo
2017-07-17net/filter-mirror.c: Add new option to enable vnet support for filter-redirectorZhang Chen
2017-07-17net/filter-mirror.c: Make filter mirror support vnet support.Zhang Chen
2017-07-17net/filter-mirror.c: Introduce parameter for filter_send()Zhang Chen
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-23net/filter-mirror.c: Rename filter_mirror_send() and fix codestyleZhang Chen
2017-05-23net/filter-mirror.c: Remove duplicate check code.Zhang Chen
2017-03-06net/filter-mirror: Follow CODING_STYLEZhang Chen
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-08net/filter-mirror: Fix mirror initial check typoZhang Chen
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-03-30net/filter-mirror: implement filter-redirectorZhang Chen
2016-03-30net/filter-mirror: Change filter_mirror_send interfaceZhang Chen
2016-03-30net/filter-mirror:Add filter-mirrorZhang Chen