]> git.baikalelectronics.ru Git - kernel.git/commit
ila: Create main ila source file
authorTom Herbert <tom@herbertland.com>
Wed, 27 Jun 2018 21:39:01 +0000 (14:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:32:55 +0000 (11:32 +0900)
commit778c67f1e5a88346a003bb7354c3df50fc3cec9a
tree874ae22501e6166b391481f8f486107e39e7f80c
parent011084a0897d73b38a9856d8482c5545bf89ff5b
ila: Create main ila source file

Create a main ila file that contains the module initialization functions
as well as netlink definitions. Previously these were defined in
ila_xlat and ila_common. This approach allows better extensibility.

Signed-off-by: Tom Herbert <tom@quantonium.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ila/Makefile
net/ipv6/ila/ila.h
net/ipv6/ila/ila_common.c
net/ipv6/ila/ila_main.c [new file with mode: 0644]
net/ipv6/ila/ila_xlat.c