aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_standalone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet1-24/+33
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-8/+8
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctlAlexey Dobriyan1-3/+3
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctlAlexey Dobriyan1-4/+3
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctlAlexey Dobriyan1-32/+41
2008-10-08netfilter: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/net/stat/ip_conntrackAlexey Dobriyan1-5/+9
2008-10-08netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan1-2/+2
2008-10-08netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack, /proc/net/stat/nf_conntrackAlexey Dobriyan1-20/+31
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-2/+2
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan1-2/+2
2008-10-08netfilter: netns nf_conntrack: add netns boilerplateAlexey Dobriyan1-3/+18
2008-08-06netfilter: fix two recent sysctl problemsKrzysztof Piotr Oledzki1-11/+17
2008-07-21netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki1-15/+3
2008-05-02netfilter: assign PDE->fops before gluing PDE into /proc treeDenis V. Lunev1-3/+3
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-11/+4
2008-04-14[NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctlAlexey Dobriyan1-40/+76
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+3
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev1-6/+3
2008-02-29[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov1-1/+1
2008-01-31[NETFILTER]: nf_conntrack: fix sparse warningPatrick McHardy1-1/+1
2008-01-31[NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt1-5/+5
2008-01-31[NETFILTER]: nf_conntrack: naming unificationPatrick McHardy1-19/+19
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy1-8/+10
2008-01-31[NETFILTER]: conntrack: get rid of sparse warningsStephen Hemminger1-0/+2
2008-01-28[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy1-3/+0
2008-01-28[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov1-9/+6
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov1-16/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-6/+7
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-19[NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-2/+2
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-6/+0
2007-07-10[NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy1-1/+8
2007-07-10[NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.cPatrick McHardy1-9/+2
2007-07-10[NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy1-8/+9
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-11/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-2/+2
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy1-71/+3
2006-12-02[NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik1-1/+4
2006-12-02[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy1-0/+1
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy1-142/+0
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy1-7/+0
2006-12-02[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCKMartin Josefsson1-4/+0
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-15/+15