summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_NFLOG.c
AgeCommit message (Expand)AuthorLines
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-1/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt-1/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt-3/+3
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt-1/+1
2008-11-04netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond-2/+3
2008-10-08netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt-20/+11
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt-5/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt-6/+4
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt-2/+2
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt-1/+1
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy-0/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt-19/+17
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu-2/+2
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy-1/+1
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt-4/+4
2006-12-02[NETFILTER]: x_tables: add NFLOG targetPatrick McHardy-0/+86