From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Shearman Subject: [PATCH net-next v2 0/5] mpls: Behaviour-changing improvements Date: Fri, 20 Mar 2015 15:42:45 +0000 Message-ID: <1426866170-28739-1-git-send-email-rshearma@brocade.com> References: <1426800772-22378-1-git-send-email-rshearma@brocade.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , Robert Shearman To: Return-path: Received: from mx0b-000f0801.pphosted.com ([67.231.152.113]:54618 "EHLO mx0b-000f0801.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbbCTPnx (ORCPT ); Fri, 20 Mar 2015 11:43:53 -0400 In-Reply-To: <1426800772-22378-1-git-send-email-rshearma@brocade.com> Sender: netdev-owner@vger.kernel.org List-ID: Updated to reference the correct RFC in the first patch. This series consists of several small changes to make it easier to understand the code, along with security and RFC-compliance changes. These are important to consider before userspace begins relying on the previous behaviour. Robert Shearman (5): mpls: Use definition for reserved label checks mpls: Remove incorrect PHP comment mpls: Differentiate implicit-null and unlabeled neighbours mpls: Per-device enabling of packet forwarding mpls: Allow payload type to be associated with label routes Documentation/networking/mpls-sysctl.txt | 9 ++ include/linux/netdevice.h | 4 + net/mpls/af_mpls.c | 242 +++++++++++++++++++++++++------ net/mpls/internal.h | 7 + 4 files changed, 215 insertions(+), 47 deletions(-) -- 2.1.4