aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_expect.c
AgeCommit message (Expand)Author
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-23netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2011-12-27netfilter: provide config option to disable ancient procfs partsJan Engelhardt
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao
2010-11-16netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()Eric Dumazet
2010-11-15netfilter: rcu sparse cleanupsEric Dumazet
2010-11-15netfilter: add __rcu annotationsEric Dumazet
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso
2010-09-28netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-08netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-06-25nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer
2009-04-06netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso
2008-10-08netfilter: netns nf_conntrack: final netns tweaksAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack_expectAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: add netns boilerplateAlexey Dobriyan
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-05-29netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_...Alexey Dobriyan
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_expect: support inactive expectationsPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_expect: show NF_CT_EXPECT_PERMANENT flag in /procPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init argumentsPatrick McHardy
2008-03-10[NETFILTER]: nf_conntrack: add \n to "expectation table full" messageAlexey Dobriyan
2008-01-31[NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy
2008-01-31[NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy
2008-01-31[NETFILTER]: Supress some sparse warningsEric Dumazet
2008-01-28[NETFILTER]: non-power-of-two jhash optimizationsPatrick McHardy
2008-01-28[NETFILTER]: Introduce nf_inet_addressJan Engelhardt
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov