aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_standalone.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_standalone: Fix set-but-unused variables.David S. Miller2011-04-171-1/+1
* netfilter: nf_conntrack: fix lifetime display for disabled connectionsPatrick McHardy2011-01-191-17/+12
* netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso2011-01-191-0/+41
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-1/+1
|\
| * netfilter: fix export secctx error handlingPablo Neira Ayuso2011-01-061-1/+1
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-3/+6
|/
* secmark: export secctx, drop secmark in procfsEric Paris2010-10-211-3/+25
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-231-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-0/+6
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-3/+4
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-11/+3
* netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-251-24/+33
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-291-2/+2
* net: '&' reduxAlexey Dobriyan2008-11-031-8/+8
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan2008-10-081-3/+3
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan2008-10-081-4/+3
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctlAlexey Dobriyan2008-10-081-32/+41
* netfilter: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/n...Alexey Dobriyan2008-10-081-5/+9
* netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack, /proc/net/st...Alexey Dobriyan2008-10-081-20/+31
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: add netns boilerplateAlexey Dobriyan2008-10-081-3/+18
* netfilter: fix two recent sysctl problemsKrzysztof Piotr Oledzki2008-08-061-11/+17
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-211-15/+3
* netfilter: assign PDE->fops before gluing PDE into /proc treeDenis V. Lunev2008-05-021-3/+3
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-11/+4
* [NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctlAlexey Dobriyan2008-04-141-40/+76
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-6/+3
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-6/+3
* | [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov2008-02-291-1/+1
|/
* [NETFILTER]: nf_conntrack: fix sparse warningPatrick McHardy2008-01-311-1/+1
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-01-311-5/+5
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-01-311-19/+19
* [NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy2008-01-311-8/+10
* [NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger2008-01-311-0/+2
* [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-281-3/+0
* [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov2008-01-281-9/+6
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-101-16/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-6/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-191-1/+1
|\
| * [NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
|/
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-2/+2
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-6/+0
* [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-101-1/+8
* [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-101-9/+2