aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* 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-6/+11
|/
* secmark: export secctx, drop secmark in procfsEric Paris2010-10-211-3/+25
* netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-231-3/+4
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-2/+2
* netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-251-27/+36
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-291-2/+2
* 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/ip_conntrack, /proc/net/st...Alexey Dobriyan2008-10-081-19/+38
* netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2008-10-081-2/+4
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2008-10-081-1/+1
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-211-15/+3
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-9/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-5/+2
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-5/+2
* | [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov2008-02-291-1/+1
|/
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-01-311-4/+4
* [NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy2008-01-311-6/+12
* [NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy2008-01-311-6/+8
* [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]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-101-32/+4
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-8/+9
* [NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion t...Mariusz Kozlowski2007-08-021-3/+2
* 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-3/+3
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-6/+0
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-101-23/+60
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-101-3/+3
* [NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2007-07-101-8/+9
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-3/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy2006-12-021-0/+412