summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_synproxy_core.c
Commit message (Expand)AuthorAgeFilesLines
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert synproxy_net_opsKirill Tkhai2018-02-271-0/+1
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-191-1/+0
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-1/+1
* netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng2017-04-191-2/+2
* netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-3/+3
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-051-1/+1
|\
| * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-011-1/+1
* | netfilter: reduce sparse warningsFlorian Westphal2015-08-281-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-211-4/+2
|\ \
| * | net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-171-1/+1
| |/
| * netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-301-3/+1
* | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-1/+3
|/
* netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-201-4/+3
* netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso2015-06-181-0/+1
* netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso2014-02-051-3/+2
* netfilter: synproxy: correct wscale option passingMartin Topholm2013-11-181-3/+4
* netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-5/+7
* netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy2013-09-041-2/+2
* netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-281-0/+432
OpenPOWER on IntegriCloud