aboutsummaryrefslogtreecommitdiff
path: root/include/net/filter.h
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-08filter: Add 'status' property for filter objectzhanghailiang
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang
2015-10-12netfilter: hook packets before net queue sendYang Hongyang
2015-10-12init/cleanup of netfilter objectYang Hongyang