forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Add support for NTB virtual ethernet device
A virtual ethernet device that uses the NTB transport API to send/receive data. Signed-off-by: Jon Mason <[email protected]> Reviewed-by: Nicholas Bellinger <[email protected]> Acked-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
4 changed files
with
425 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5398,6 +5398,7 @@ NTB DRIVER | |
M: Jon Mason <[email protected]> | ||
S: Supported | ||
F: drivers/ntb/ | ||
F: drivers/net/ntb_netdev.c | ||
F: include/linux/ntb.h | ||
|
||
NTFS FILESYSTEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.