summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_synproxy_core.c
AgeCommit message (Expand)Author
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-27net: Convert synproxy_net_opsKirill Tkhai
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-04-19netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann
2015-08-28netfilter: reduce sparse warningsFlorian Westphal
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-07-30netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2013-11-18netfilter: synproxy: correct wscale option passingMartin Topholm
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy