From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pravin B Shelar Subject: [PATCH net-next 0/2] ipip: Few ipip tunnel improvements. Date: Fri, 8 Mar 2013 17:12:40 -0800 Message-ID: <1362791560-1767-1-git-send-email-pshelar@nicira.com> Cc: jesse@nicira.com, Pravin B Shelar To: davem@davemloft.net, netdev@vger.kernel.org Return-path: Received: from na3sys009aog119.obsmtp.com ([74.125.149.246]:58316 "HELO na3sys009aog119.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1759941Ab3CIBLk (ORCPT ); Fri, 8 Mar 2013 20:11:40 -0500 Received: by mail-ob0-f198.google.com with SMTP id dn14so9325919obc.5 for ; Fri, 08 Mar 2013 17:11:38 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Few improvements which are already present in other tunneling protocols implementations like gre and vxlan. Pravin B Shelar (2): ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification. ipip: capture inner headers during encapsulation net/ipv4/ipip.c | 31 +++++++++++++++++++++++++------ 1 files changed, 25 insertions(+), 6 deletions(-)