diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-07-31 19:16:20 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-01 00:36:29 (GMT) |
commit | 49dfe76261e427f5521b40321fbc3d947350165d (patch) | |
tree | 44fcd72970f99fd0124a5726727e383a1a05ba06 /Documentation/networking/00-INDEX | |
parent | 7764a45a8f1fe74d4f7d301eaca2e558e7e2831a (diff) | |
download | linux-49dfe76261e427f5521b40321fbc3d947350165d.tar.xz |
Documentation: add networking/netdev-FAQ.txt
A collection of expectations and operational details about how
networking development takes place in the context of the netdev
mailing list.
The content is meant to capture specific items that are unique
to netdev workflow, and not re-document generic linux expectations
that are already captured elsewhere.
This was originally proposed[1] as a regular posting mailing list
FAQ, but it probably is more universally accessible here in tree.
[1] https://lwn.net/Articles/559211/
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/00-INDEX')
-rw-r--r-- | Documentation/networking/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX index 32dfbd9..18b64b2 100644 --- a/Documentation/networking/00-INDEX +++ b/Documentation/networking/00-INDEX @@ -124,6 +124,8 @@ multiqueue.txt - HOWTO for multiqueue network device support. netconsole.txt - The network console module netconsole.ko: configuration and notes. +netdev-FAQ.txt + - FAQ describing how to submit net changes to netdev mailing list. netdev-features.txt - Network interface features API description. netdevices.txt |