summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/ipt_SYNPROXY.c
AgeCommit message (Expand)Author
2019-08-03netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: ipv4: code indentationIan Morris
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-29netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy