[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1458320940.git.daniel@iogearbox.net>
Date: Fri, 18 Mar 2016 18:37:56 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: davem@...emloft.net
Cc: jbenc@...hat.com, linville@...driver.com, jesse@...nel.org,
dsa@...ulusnetworks.com, alexei.starovoitov@...il.com,
netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH net 0/3] flowi6_tos fixes
This set is a follow-up to address Jiri's recent feedback [1] on
the flowi6_tos issue, that it is not used for IPv6 route lookups.
The three patches fix all current users of flowi6_tos and remove
the define to avoid any future confusion on this. Tested the vxlan
and geneve ones with IPv6 routing rules. For details, please see
individual patches.
[ As fixes are currently applied against net-next tree, I've rebased
it against that. ]
Thanks!
[1] http://patchwork.ozlabs.org/patch/592055/
Daniel Borkmann (3):
vxlan: fix populating tclass in vxlan6_get_route
geneve: fix populating tclass in geneve_get_v6_dst
ipv6, trace: fix tos reporting on fib6_table_lookup
drivers/net/geneve.c | 11 ++++++-----
drivers/net/vxlan.c | 3 +--
include/net/flow.h | 2 +-
include/net/ipv6.h | 6 ++++++
include/trace/events/fib6.h | 2 +-
5 files changed, 15 insertions(+), 9 deletions(-)
--
1.9.3
Powered by blists - more mailing lists