From d4f2fa6ad61ec1db713569a179183df4d0fc6ae7 Mon Sep 17 00:00:00 2001 From: Denis Kirjanov Date: Thu, 13 Feb 2014 08:58:56 +0400 Subject: [PATCH] ipv4: ip_forward: perform skb->pkt_type check at the beginning Packets which have L2 address different from ours should be already filtered before entering into ip_forward(). Perform that check at the beginning to avoid processing such packets. Signed-off-by: Denis Kirjanov Signed-off-by: David S. Miller --- Reading git-format-patch failed