aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6t_SYNPROXY.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-5/+5
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng1-6/+14
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-34/+39
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-2/+1
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-4/+4
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-2/+2
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-2/+2
2016-04-25netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output returns NULLLiping Zhang1-1/+1
2016-03-29netfilter: ip6t_SYNPROXY: remove magic number for hop_limitLiping Zhang1-26/+30
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-1/+1
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-2/+0
2015-10-13netfilter: ipv6: code indentationIan Morris1-1/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-1/+1
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-1/+1
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter1-1/+2
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-4/+2
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy1-0/+1
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm1-0/+1
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-1/+1
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-3/+7
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer1-2/+6
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer1-2/+2
2013-08-28netfilter: add IPv6 SYNPROXY targetPatrick McHardy1-0/+495