From: Sebastian Poehn Date: Mon, 20 Jun 2011 20:57:59 +0000 (-0700) Subject: gianfar v5: implement nfc X-Git-Tag: v3.1-rc1~316^2~400 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa3a715551c93eda32d79bd52042ce500bd5383;p=pandora-kernel.git gianfar v5: implement nfc This patch adds all missing functionalities for nfc except GRXFH. There is so much code because hardware has not a TCAM. Further hardware rule space is very limited. So I had to extensively use optimization features. Both reasons lead to the necessity to hold all online flows in a linked-list. Change-log: # Some suggestions by Joe Perches applied (thanks!) # Shorted some logs # Use memcmp() for comparing Signed-off-by: Sebastian Poehn Signed-off-by: David S. Miller --- Reading git-diff-tree failed