summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_SYNPROXY.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera2019-06-211-1/+0Star
* | netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2019-06-171-388/+6Star
|/
* netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
* netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+2
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-5/+5
* netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-7/+14
* netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
* netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-021-2/+1Star
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-4/+4
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-2/+2
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-2/+2
* netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-26/+28
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-171-1/+2
* 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
| * ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* | netfilter: ipv4: code indentationIan Morris2015-10-161-1/+1
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-2/+0Star
|/
* ipv4: Pass struct net into ip_route_me_harderEric W. Biederman2015-09-291-1/+3
* netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman2015-09-291-7/+9
* 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: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
* netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* 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 SYNPROXY core/targetPatrick McHardy2013-08-281-0/+472