-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'net-tipc-fix-all-kernel-doc-and-add-tipc-networking-cha…
…pter' Randy Dunlap says: ==================== net/tipc: fix all kernel-doc and add TIPC networking chapter Fix lots of net/tipc/ kernel-doc warnings. Add many struct field and function parameter descriptions. Then add a TIPC chapter to the networking documentation book. All patches have been rebased to current net-next. Note: some of the struct members and function parameters are marked with "FIXME". They could use some additional descriptions if someone could help add to them. Thanks. ==================== Link: https://lore.kernel.org/r/20201129183251.7049-1-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
- Loading branch information
Showing
19 changed files
with
403 additions
and
113 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 |
---|---|---|
|
@@ -101,6 +101,7 @@ Contents: | |
tcp-thin | ||
team | ||
timestamping | ||
tipc | ||
tproxy | ||
tuntap | ||
udplite | ||
|
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 |
---|---|---|
@@ -0,0 +1,100 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
================= | ||
Linux Kernel TIPC | ||
================= | ||
|
||
TIPC (Transparent Inter Process Communication) is a protocol that is | ||
specially designed for intra-cluster communication. | ||
|
||
For more information about TIPC, see http://tipc.sourceforge.net. | ||
|
||
TIPC Base Types | ||
--------------- | ||
|
||
.. kernel-doc:: net/tipc/subscr.h | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/bearer.h | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/name_table.h | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/name_distr.h | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/bcast.c | ||
:internal: | ||
|
||
TIPC Bearer Interfaces | ||
---------------------- | ||
|
||
.. kernel-doc:: net/tipc/bearer.c | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/udp_media.c | ||
:internal: | ||
|
||
TIPC Crypto Interfaces | ||
---------------------- | ||
|
||
.. kernel-doc:: net/tipc/crypto.c | ||
:internal: | ||
|
||
TIPC Discoverer Interfaces | ||
-------------------------- | ||
|
||
.. kernel-doc:: net/tipc/discover.c | ||
:internal: | ||
|
||
TIPC Link Interfaces | ||
-------------------- | ||
|
||
.. kernel-doc:: net/tipc/link.c | ||
:internal: | ||
|
||
TIPC msg Interfaces | ||
------------------- | ||
|
||
.. kernel-doc:: net/tipc/msg.c | ||
:internal: | ||
|
||
TIPC Name Interfaces | ||
-------------------- | ||
|
||
.. kernel-doc:: net/tipc/name_table.c | ||
:internal: | ||
|
||
.. kernel-doc:: net/tipc/name_distr.c | ||
:internal: | ||
|
||
TIPC Node Management Interfaces | ||
------------------------------- | ||
|
||
.. kernel-doc:: net/tipc/node.c | ||
:internal: | ||
|
||
TIPC Socket Interfaces | ||
---------------------- | ||
|
||
.. kernel-doc:: net/tipc/socket.c | ||
:internal: | ||
|
||
TIPC Network Topology Interfaces | ||
-------------------------------- | ||
|
||
.. kernel-doc:: net/tipc/subscr.c | ||
:internal: | ||
|
||
TIPC Server Interfaces | ||
---------------------- | ||
|
||
.. kernel-doc:: net/tipc/topsrv.c | ||
:internal: | ||
|
||
TIPC Trace Interfaces | ||
--------------------- | ||
|
||
.. kernel-doc:: net/tipc/trace.c | ||
:internal: |
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
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.