summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6t_SYNPROXY.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-1/+1
|\
| * ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
| * ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-2/+0Star
* | netfilter: ipv6: code indentationIan Morris2015-10-131-1/+1
|/
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-1/+1
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-181-1/+1
* netfilter: reduce sparse warningsFlorian Westphal2015-08-281-1/+1
* netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
* netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-4/+2Star
* netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-111-0/+1
* netfilter: synproxy: send mss option to backendMartin Topholm2013-11-181-0/+1
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+1
* netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-3/+7
* netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2013-09-041-2/+6
* netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2013-09-041-2/+2
* netfilter: add IPv6 SYNPROXY targetPatrick McHardy2013-08-281-0/+495