index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_NFLOG.c
Age
Commit message (
Expand
)
Author
2018-04-19
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.
Taehee Yoo
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-10-17
netfilter: xt_NFLOG: fix unexpected truncated packet
Liping Zhang
2016-06-24
netfilter: xt_NFLOG: nflog-range does not truncate packets
Vishwanath Pai
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2013-05-15
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
2008-11-04
netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.
Eric Leblond
2008-10-08
netfilter: xtables: cut down on static data for family-independent extensions
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
2008-01-28
[NETFILTER]: nf_log: move logging stuff to seperate header
Patrick McHardy
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-07-10
[NETFILTER]: x_tables: mark matches and targets __read_mostly
Patrick McHardy
2007-07-10
[NETFILTER]: add some consts, remove some casts
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch xt_target->checkentry to bool
Jan Engelhardt
2006-12-02
[NETFILTER]: x_tables: add NFLOG target
Patrick McHardy