All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] flowi6_tos fixes
@ 2016-03-18 17:37 Daniel Borkmann
  2016-03-18 17:37 ` [PATCH net 1/3] vxlan: fix populating tclass in vxlan6_get_route Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Borkmann @ 2016-03-18 17:37 UTC (permalink / raw)
  To: davem
  Cc: jbenc, linville, jesse, dsa, alexei.starovoitov, netdev,
	Daniel Borkmann

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

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

end of thread, other threads:[~2016-03-20 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18 17:37 [PATCH net 0/3] flowi6_tos fixes Daniel Borkmann
2016-03-18 17:37 ` [PATCH net 1/3] vxlan: fix populating tclass in vxlan6_get_route Daniel Borkmann
2016-03-18 17:37 ` [PATCH net 2/3] geneve: fix populating tclass in geneve_get_v6_dst Daniel Borkmann
2016-03-18 17:37 ` [PATCH net 3/3] ipv6, trace: fix tos reporting on fib6_table_lookup Daniel Borkmann
2016-03-20 17:44 ` [PATCH net 0/3] flowi6_tos fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.