aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_standalone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28netfilter: conntrack: fix error path in nf_conntrack_pernet_init()Cong Wang1-2/+2
2019-01-18netfilter: nf_conntrack: provide modparam to always register conntrack hooksPablo Neira Ayuso1-4/+24
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal1-2/+1
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal1-11/+383
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal1-0/+33
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal1-1/+20
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal1-11/+20
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal1-0/+18
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-1/+1
2018-09-17netfilter: remove obsolete need_conntrack stubFlorian Westphal1-7/+0
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-10/+4
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-10/+4
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-29/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-05net: Convert nf_conntrack_net_opsKirill Tkhai1-0/+1
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso1-4/+8
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-3/+3
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-2/+56
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-1/+16
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-1/+11
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal1-10/+0
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal1-3/+3
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-0/+3
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal1-0/+10
2016-09-25netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal1-0/+5
2016-09-12netfilter: conntrack: remove packet hotpath statsFlorian Westphal1-4/+4
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2016-08-17netfilter: conntrack: do not dump other netns's conntrack entries via procLiping Zhang1-0/+4
2016-08-12netfilter: use_nf_conn_expires helper in more placesFlorian Westphal1-2/+1
2016-07-11netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang1-5/+9
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+31
2016-06-24netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal1-5/+31
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+0
2016-05-25netfilter: conntrack: remove leftover binary sysctl defineFlorian Westphal1-2/+0
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-8/+5
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray1-0/+7
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-4/+26
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-5/+12
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)1-31/+29
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-8/+7
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)1-2/+2
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-03-27netfilter: nf_conntrack: fix error return codeWei Yongjun1-0/+1
2013-03-19netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov1-6/+10
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2