summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_ecache.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-211-2/+1
* netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal2018-12-211-64/+1
* netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal2018-03-201-2/+4
* netfilter: conntrack: mark extension structs as constFlorian Westphal2017-04-261-1/+1
* nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal2017-04-191-0/+3
* netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng2017-04-151-2/+2
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+2
* netfilter: don't rely on DYING bit to detect when destroy event was sentFlorian Westphal2016-08-301-8/+14
* netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal2016-04-121-0/+30
* netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal2016-04-121-0/+54
* netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-251-10/+86
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-3/+5
* netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2013-01-231-24/+13
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+4
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff2012-05-081-6/+4
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+1
* netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_eventsTony Zelenoff2012-03-071-26/+29
* netfilter: nf_ct_ecache: trailing whitespace removedTony Zelenoff2012-03-071-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-2/+2
* netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2011-11-221-19/+18
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-4/+4
* netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-0/+3
* net/netfilter: __rcu annotationsArnd Bergmann2010-08-191-2/+2
* netfilter: use rcu_dereference_protected()Patrick McHardy2010-05-101-4/+18
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: remove invalid rcu_dereference() callsPatrick McHardy2010-04-091-14/+4
|/
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-2/+0
* netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-131-2/+26
* netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso2009-06-131-68/+117
* netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-031-16/+67
* netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-181-3/+11
* netfilter: netns nf_conntrack: per-netns event cacheAlexey Dobriyan2008-10-081-7/+19
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-101-8/+8
* [NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy2007-04-251-0/+23
* [NETFILTER]: nf_conntrack: fix header inclusions for helpersYasuyuki Kozakai2006-12-021-4/+0
* [NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy2006-12-021-0/+6
* [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson2006-12-021-1/+1
* [NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson2006-12-021-0/+91