From: Ben Hutchings Date: Fri, 24 Aug 2012 19:12:20 +0000 (+0100) Subject: sfc: Fix the reported priorities of different filter types X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac7ef1487a040483d89a95045efc5185a71268f;p=pandora-kernel.git sfc: Fix the reported priorities of different filter types Each RX filter table contains filters with two different levels of specificity: TCP/IPv4 and UDP/IPv4 filters match the local address and port and optionally the remote address and port; Ethernet filters match the local address and optionally the VID. The more specific filters always override less specific filters within the same table, and should be numbered accordingly. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed