]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-more-extack'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:55:34 +0000 (11:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:55:34 +0000 (11:55 -0400)
commitda8f66f0864df7c28ba78b0eaa9115fe998a8efa
treebc7fda874b020c05877c925321a30e67c30c7086
parent86ce7917ebea526af4b451924ead1c9e5d4a15aa
parent337b0b8585b8e076dc5d946dae93b3d930a7b66c
Merge branch 'net-more-extack'

David Ahern says:

====================
net: another round of extack handling for routing

This set focuses on passing extack through lwtunnel and MPLS with
additional catches for IPv4 route add and minor cleanups in MPLS
encountered passing the extack arg around.

v2
- mindful of bloat adding duplicate messages
  + refactored prefix and prefix length checks in ipv4's fib_table_insert
    and fib_table_del
  + refactored label check in mpls

- split mpls cleanups into 2 patches
  + move nla_get_via up in af_mpls to avoid forward declaration
====================

Signed-off-by: David S. Miller <davem@davemloft.net>