From: Herbert Xu Date: Tue, 6 Jan 2009 18:49:34 +0000 (-0800) Subject: gro: Add internal interfaces for VLAN X-Git-Tag: v2.6.29-rc1~45^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e93eab20337d063c70d537bd7bc70d90e04fa3;p=pandora-kernel.git gro: Add internal interfaces for VLAN Previously GRO's only entry point from the outside is through napi_gro_receive and napi_gro_frags. These interfaces are for device drivers. This patch rearranges things to provide a new set of interfaces for VLANs. These interfaces are for internal use only. The VLAN code itself can then provide a set of entry points for device drivers. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed