Thread (11 messages) flat view 11 messages, 3 authors, 2014-08-01

Re: [PATCH net-next 1/3] lib: Resizable, Scalable, Concurrent Hash Table

From: Patrick McHardy <hidden>
Date: 2014-08-01 10:24:59
Also in: lkml, netfilter-devel

On Fri, Aug 01, 2014 at 10:51:58AM +0200, Thomas Graf wrote:
quoted hunk ↗ jump to hunk
--- /dev/null
+++ b/include/linux/rhashtable.h
@@ -0,0 +1,213 @@
+/*
+ * Resizable, Scalable, Concurrent Hash Table
+ *
+ * Copyright (c) 2014 Thomas Graf <tgraf-G/eBtMaohhA@public.gmane.org>
+ *
+ * Based on the following paper by Josh Triplett, Paul E. McKenney
+ * and Jonathan Walpole:
+ * https://www.usenix.org/legacy/event/atc11/tech/final_files/Triplett.pdf
+ *
+ * Code partially derived from nft_hash:
+ * Copyright (c) 2008-2014 Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
Minor request: german copyright law as an assumption of authorship for
authors marked in the work. When doing GPL enforcement I would prefer
any discussions about what derived from specifically means in this
case and whether this constitutes a normal statement of authorship,
and since this clearly contains a lot of literal code I have written,
please change this to something like

Copyright ... Thomas Graf
Copyright ... Patrick McHardy

...

Code partially derived from nft_hash.

Thanks!
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help