aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_ecache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal1-2/+24
2013-09-23netfilter: Remove extern from function prototypesJoe Perches1-9/+13
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng1-4/+15
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-16/+16
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-0/+1
2012-07-09netfilter: nf_ct_ecache: fix crash with multiple containers, one shutting downPablo Neira Ayuso1-1/+1
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso1-9/+10
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+0
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-3/+0
2010-11-15netfilter: add __rcu annotationsEric Dumazet1-2/+2
2010-11-15netfilter: ct_extend: define NF_CT_EXT_* as neededChangli Gao1-0/+8
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-31/+28
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-10/+11
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso1-17/+44
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso1-61/+69
2009-06-03netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso1-20/+48
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-30/+6
2009-06-02netfilter: conntrack: remove events flags from userspace exposed filePablo Neira Ayuso1-0/+69
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso1-4/+53
2008-10-11net: fix dummy 'nf_conntrack_event_cache()'Linus Torvalds1-1/+1
2008-10-09nf_conntrack_ecache.h: Fix missing bracesGuo-Fu Tseng1-0/+1
2008-10-08netfilter: netns nf_conntrack: per-netns event cacheAlexey Dobriyan1-6/+16
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skbAlexey Dobriyan1-3/+1
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-9/+8
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy1-24/+6
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson1-0/+95