From: Andreas Schultz <aschultz@tpip.net>
To: netdev@vger.kernel.org
Cc: Pravin B Shelar <pshelar@nicira.com>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH net-next v4 0/2] fix tunnel statistics handling
Date: Fri, 9 Oct 2015 11:27:36 +0200 [thread overview]
Message-ID: <1444382858-6725-1-git-send-email-aschultz@tpip.net> (raw)
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
next reply other threads:[~2015-10-09 9:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-09 9:27 Andreas Schultz [this message]
2015-10-09 9:27 ` [PATCH net-next v4 1/2] fix return of iptunnel_xmit Andreas Schultz
2015-10-09 13:05 ` Sergei Shtylyov
2015-10-09 18:11 ` Debabrata Banerjee
2015-10-09 9:27 ` [PATCH net-next v4 2/2] tipc: remove invalid ip_rt_put Andreas Schultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444382858-6725-1-git-send-email-aschultz@tpip.net \
--to=aschultz@tpip.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=pshelar@nicira.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).