[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444382858-6725-1-git-send-email-aschultz@tpip.net>
Date: Fri, 9 Oct 2015 11:27:36 +0200
From: Andreas Schultz <aschultz@...p.net>
To: netdev@...r.kernel.org
Cc: Pravin B Shelar <pshelar@...ira.com>,
"David S. Miller" <davem@...emloft.net>
Subject: [PATCH net-next v4 0/2] fix tunnel statistics handling
These are the two changes I send earlier, rebased to net-next to avoid
a merge conflict. The statistics bug they fix has been noted before, so
I can wait a bit longer in net-next.
This first patch changes to the return of iptunnel_xmit to return the
real err value when err < 0. Before the return value would always be >= 0.
The second patch fixes the error handling of iptunnel_xmit in tipc.
Andreas Schultz (2):
fix return of iptunnel_xmit
tipc: remove invalid ip_rt_put
net/ipv4/ip_tunnel_core.c | 9 ++++++---
net/tipc/udp_media.c | 4 ----
2 files changed, 6 insertions(+), 7 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists