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