summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_expect.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang2016-08-091-1/+1
* netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-061-24/+18
* netfilter: conntrack: make netns address part of expect hashFlorian Westphal2016-05-061-7/+10
* netfilter: conntrack: check netns when walking expect hashFlorian Westphal2016-05-061-4/+15
* netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal2016-04-251-4/+3
* netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-251-0/+7
* netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-181-4/+4
* netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-9/+12
* netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-07-221-1/+2
* netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-181-1/+3
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+2
* netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-071-9/+11
* netfilter: avoid race with exp->master ctJesper Dangaard Brouer2014-03-071-0/+14
* netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-071-1/+1
* netfilter: ctnetlink: fix incorrect NAT expectation dumpingPablo Neira Ayuso2013-07-151-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-191-0/+1
|\
| * netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* | netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-191-4/+4
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+7
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-231-28/+25
* netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-08-161-23/+6
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+1
* netfilter: provide config option to disable ancient procfs partsJan Engelhardt2011-12-271-6/+6
* netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-42/+21
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
* netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy2011-01-141-6/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-7/+3
|\
| * netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao2011-01-061-7/+3
* | netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()Eric Dumazet2010-11-161-2/+2
* | netfilter: rcu sparse cleanupsEric Dumazet2010-11-151-3/+12
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-3/+3
|/
* netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2010-10-191-2/+4
* netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2010-09-281-15/+47
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-7/+14
* netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan2010-02-121-1/+0
* netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-111-0/+9
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-1/+1
* netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-081-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-3/+3
* nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2009-06-251-1/+3
* netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso2009-04-061-24/+6
* netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-251-1/+1
* netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer2009-02-201-1/+2
* netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-181-7/+36
* netfilter: netns nf_conntrack: final netns tweaksAlexey Dobriyan2008-10-081-10/+16
* netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack_expectAlexey Dobriyan2008-10-081-10/+11