aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_synproxy_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-27net: Convert synproxy_net_opsKirill Tkhai1-0/+1
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-1/+1
2017-04-19netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng1-2/+2
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal1-3/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann1-1/+1
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-3/+3
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-4/+2
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-1/+1
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-1/+3
2015-07-30netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter1-3/+1
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso1-4/+3
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso1-0/+1
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso1-3/+2
2013-11-18netfilter: synproxy: correct wscale option passingMartin Topholm1-3/+4
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy1-5/+7
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy1-2/+2
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy1-0/+432