From: Ralf Baechle Date: Wed, 5 Oct 2005 19:16:04 +0000 (-0700) Subject: [AX.25]: Fix packet socket crash X-Git-Tag: v2.6.14-rc4~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a867b36c3234673e61f883ebc11ad18f80a176f;p=pandora-kernel.git [AX.25]: Fix packet socket crash Since changeset 98a82febb6340466824c3a453738d4fbd05db81a AX.25 is passing received IP and ARP packets to the stack through netif_rx() but we don't set the skb->mac.raw to right value which may result in a crash with applications that use a packet socket. Signed-off-by: Ralf Baechle DL5RB Signed-off-by: David S. Miller --- Reading git-diff-tree failed