summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb.c
Commit message (Collapse)AuthorAgeFilesLines
* ntb: avoid format string in dev_set_nameKees Cook2015-08-091-1/+1
| | | | | | | Avoid any chance of format string expansion when calling dev_set_name. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jon Mason <jdmason@kudzu.us>
* NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-041-0/+251
Abstract the NTB device behind a programming interface, so that it can support different hardware and client drivers. Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>