summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6t_SYNPROXY.c
Commit message (Expand)AuthorAge
* netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-20
* netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-09
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-31
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-26
* netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-26
* netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-02
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-02
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-04
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-03
* netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang2016-04-25
* netfilter: ip6t_SYNPROXY: remove magic number for hop_limitLiping Zhang2016-03-29
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-17
|\
| * ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
| * ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-08
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-16
* | netfilter: ipv6: code indentationIan Morris2015-10-13
|/
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-18
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-18
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-17
* netfilter: reduce sparse warningsFlorian Westphal2015-08-28
* netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-10
* netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-10
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-04
* netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-11
* netfilter: synproxy: send mss option to backendMartin Topholm2013-11-18
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-14
* netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-30
* netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2013-09-04
* netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2013-09-04
* netfilter: add IPv6 SYNPROXY targetPatrick McHardy2013-08-28