summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_expect.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal
2017-07-24netfilter: expect: add to hash table after expect initFlorian Westphal
2017-07-17netfilter: expect: fix crash when putting uninited expectationFlorian Westphal
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-02-26netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme
2017-02-25netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng
2016-08-09netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal
2016-05-06netfilter: conntrack: make netns address part of expect hashFlorian Westphal
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal
2016-04-25netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: avoid race with exp->master ctJesper Dangaard Brouer
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer
2013-07-15netfilter: ctnetlink: fix incorrect NAT expectation dumpingPablo Neira Ayuso
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