summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_expect.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-111-16/+2Star
* [NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy2007-10-111-2/+0Star
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-031-3/+2Star
* netfilter endian regressionsAl Viro2007-07-261-4/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2007-07-111-0/+10
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-111-20/+20
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-111-24/+61
* [NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy2007-07-111-6/+66
* [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...Patrick McHardy2007-07-111-1/+47
* [NETFILTER]: nf_conntrack_expect: avoid useless list walkingPatrick McHardy2007-07-111-10/+3Star
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-111-35/+9Star
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-111-46/+47
* [NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy2007-06-071-0/+4
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-3/+1Star
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-1/+1
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-12/+15
|\
| * [NETFILTER]: nf_conntrack: Don't try to find clashed expectationYasuyuki Kozakai2006-12-071-12/+15
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
|/
* [NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy2006-12-031-0/+10
* [NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy2006-12-031-0/+68
* [NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai2006-12-031-1/+1
* [NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy2006-12-031-1/+0Star
* [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson2006-12-031-1/+1
* [NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson2006-12-031-0/+365