aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_ecache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal1-2/+4
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal1-1/+1
2017-04-19nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal1-0/+3
2017-04-15netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng1-2/+2
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+2
2016-08-30netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal1-8/+14
2016-04-12netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal1-0/+30
2016-04-12netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal1-0/+54
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal1-10/+86
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-3/+5
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng1-24/+13
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-05-08netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff1-6/+4
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-03-07netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_eventsTony Zelenoff1-26/+29
2012-03-07netfilter: nf_ct_ecache: trailing whitespace removedTony Zelenoff1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-2/+2
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso1-19/+18
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-4/+4
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-0/+3
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann1-2/+2
2010-05-10netfilter: use rcu_dereference_protected()Patrick McHardy1-4/+18
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-04-09netfilter: remove invalid rcu_dereference() callsPatrick McHardy1-14/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-2/+0
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso1-2/+26
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso1-68/+117
2009-06-03netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso1-16/+67
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso1-3/+11
2008-10-08netfilter: netns nf_conntrack: per-netns event cacheAlexey Dobriyan1-7/+19
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-8/+8
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy1-0/+23
2006-12-02[NETFILTER]: nf_conntrack: fix header inclusions for helpersYasuyuki Kozakai1-4/+0
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy1-0/+6
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson1-0/+91