summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_synproxy_core.c
AgeCommit message (Expand)Author
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2021-06-10netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-03-04netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin
2019-08-03netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera
2019-07-18netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera
2019-07-04netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-20netfilter: synproxy: use nf_cookie_v6_check() from corePablo Neira Ayuso
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King
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
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
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