summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_expect.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-3/+9
* netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-081-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-311-0/+5
* netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-061-0/+1
* netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-061-0/+1
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-1/+3
* netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-061-0/+1
* netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-3/+8
* netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-191-2/+2
* netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-231-2/+5
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-1/+1
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-161-1/+3
* netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-1/+0Star
* netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2010-10-191-1/+7
* netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2010-09-281-0/+1
* netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso2010-09-221-3/+0Star
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-3/+6
* netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan2010-02-121-5/+1Star
* netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-111-0/+1
* net: cleanup include/netEric Dumazet2009-11-041-4/+2Star
* netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso2009-04-061-1/+4
* netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-181-0/+2
* netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2008-10-081-6/+14
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-1/+1
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-261-1/+12
* [NETFILTER]: nf_conntrack_expect: support inactive expectationsPatrick McHardy2008-03-261-1/+2
* [NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init argumentsPatrick McHardy2008-03-261-3/+3
* [NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy2008-02-011-0/+2
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-281-2/+2
* [NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy2007-10-111-3/+0Star
* [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-111-0/+1
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-111-3/+2Star
* [NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2007-07-111-0/+5
* [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-111-2/+2
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-111-1/+2
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-111-14/+14
* [PATCH] mark struct file_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy2006-12-031-0/+1
* [NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy2006-12-031-0/+4
* [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-031-1/+1
* [NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy2006-12-031-0/+3
* [NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai2006-12-031-1/+1
* [NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson2006-12-031-0/+72