aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila/ila_main.c
Commit message (Collapse)AuthorAge
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-28
| | | | | | | Add ILA_CMD_FLUSH netlink command to clear the ILA translation table. Signed-off-by: Tom Herbert <tom@quantonium.net> Signed-off-by: David S. Miller <davem@davemloft.net>
* ila: Create main ila source fileTom Herbert2018-06-28
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>