netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] fix tunnel statistics handling
@ 2015-10-09  9:27 Andreas Schultz
  2015-10-09  9:27 ` [PATCH net-next v4 1/2] fix return of iptunnel_xmit Andreas Schultz
  2015-10-09  9:27 ` [PATCH net-next v4 2/2] tipc: remove invalid ip_rt_put Andreas Schultz
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Schultz @ 2015-10-09  9:27 UTC (permalink / raw)
  To: netdev; +Cc: Pravin B Shelar, David S. Miller

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-09 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  9:27 [PATCH net-next v4 0/2] fix tunnel statistics handling Andreas Schultz
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

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).