index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
filter.h
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-03-03
net/filter.c: Add Options to insert filters anywhere in the filter list
Lukas Straub
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-08
filter: Add 'status' property for filter object
zhanghailiang
2016-02-04
net/filter: Fix the output information for command 'info network'
zhanghailiang
2015-10-12
netfilter: print filter info associate with the netdev
Yang Hongyang
2015-10-12
netfilter: add an API to pass the packet to next filter
Yang Hongyang
2015-10-12
netfilter: hook packets before net queue send
Yang Hongyang
2015-10-12
init/cleanup of netfilter object
Yang Hongyang