summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_CT.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_CT: remove redundant header includeEldad Zack2012-05-171-1/+0
* netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso2012-04-301-1/+1
* netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso2012-04-031-5/+19
* netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso2012-04-031-1/+1
* netfilter: xt_CT: remove a compile warningPablo Neira Ayuso2012-04-031-0/+2
* netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso2012-03-231-1/+8
* netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso2012-03-231-6/+12
* netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-231-2/+4
* netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso2012-03-071-15/+205
* netfilter: revert user-space expectation helper supportPablo Neira Ayuso2012-01-161-5/+3
* netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-3/+5
* netfilter: xt_CT: provide info on why a rule was rejectedJan Engelhardt2011-04-211-3/+8
* secmark: make secmark object handling genericEric Paris2010-10-211-1/+0
* netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-081-2/+2
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-2/+9
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xtables: do without explicit XT_ALIGNJan Engelhardt2010-03-181-1/+1
* | netfilter: xt_CT: par->family is an nfprotoJan Engelhardt2010-03-171-2/+2
|/
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-1/+7
* netfilter: xtables: add CT targetPatrick McHardy2010-02-031-0/+158