This patchset transforms skb->input_dev based on a device reference to skb->iif based on an interface index moving towards accurate iif information for routing and classification through the following changesets: [NET]: Use interface index to keep input device information [VLAN]: Update iif when receiving via VLAN devic [PKT_SCHED]: Add iif meta match
include/linux/skbuff.h | 4 ++-- include/linux/tc_ematch/tc_em_meta.h | 1 + include/net/pkt_cls.h | 13 +++++++++---- net/8021q/vlan_dev.c | 2 ++ net/core/dev.c | 8 ++++---- net/core/skbuff.c | 2 +- net/sched/act_api.c | 5 ++--- net/sched/act_mirred.c | 2 +- net/sched/em_meta.c | 6 ++++++ 9 files changed, 28 insertions(+), 15 deletions(-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html