From: Paul LeoNerd Evans Date: Thu, 22 Apr 2010 03:32:22 +0000 (+0000) Subject: net: Socket filter ancilliary data access for skb->dev->type X-Git-Tag: v2.6.35-rc1~473^2~405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40eaf96271526a9f71030dd1a199ce46c045752e;p=pandora-kernel.git net: Socket filter ancilliary data access for skb->dev->type Add an SKF_AD_HATYPE field to the packet ancilliary data area, giving access to skb->dev->type, as reported in the sll_hatype field. When capturing packets on a PF_PACKET/SOCK_RAW socket bound to all interfaces, there doesn't appear to be a way for the filter program to actually find out the underlying hardware type the packet was captured on. This patch adds such ability. This patch also handles the case where skb->dev can be NULL, such as on netlink sockets. Signed-off-by: Paul Evans Signed-off-by: David S. Miller --- Reading git-diff-tree failed