]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'ipv6-followup-to-fib6_info-change'
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:40:14 +0000 (15:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:40:14 +0000 (15:40 -0400)
commit3f4fe759f0042c762e03194716c8f79f1905dc40
tree504ed375719927585a42c3a24742207ad410d9ce
parent88078d98d1bb085d72af8437707279e203524fa5
parent27b10608a2fe3dd91c9ae1f8f8489bf547c12f08
Merge branch 'ipv6-followup-to-fib6_info-change'

David Ahern says:

====================
net/ipv6: followup to fib6_info change

Followup to fib change for IPv6.

First 2 patches rename fib6_info struct elements to match its name,
and rename addrconf_dst_alloc to match what it returns.

Patches 3-7 refactor the code to remove the need for fib6_idev reducing
fib6_info by another 8 bytes to 200 bytes.

Patch 8 fixes the gfp flags argument to addrconf_prefix_route in a
couple of places.
====================

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