diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-13 18:03:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-13 19:21:19 -0500 |
commit | bc2cda1ebd4430f55deb60f0193a3e3b835499a2 (patch) | |
tree | c9f6a03a04a6540822abc693395261b035dcb045 /Documentation/DocBook/kernel-api.tmpl | |
parent | 65b6e42cdc5b6a1ce2ada31cc294d7e60b22bb43 (diff) |
docbook: make a networking book and fix a few errors
Move networking (core and drivers) docbook to its own networking book.
Fix a few kernel-doc errors in header and source files.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Neil Brown <neilb@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 6c0e5f018615..7e054c9124e6 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -204,71 +204,6 @@ X!Ilib/string.c | |||
204 | </sect1> | 204 | </sect1> |
205 | </chapter> | 205 | </chapter> |
206 | 206 | ||
207 | <chapter id="netcore"> | ||
208 | <title>Linux Networking</title> | ||
209 | <sect1><title>Networking Base Types</title> | ||
210 | !Iinclude/linux/net.h | ||
211 | </sect1> | ||
212 | <sect1><title>Socket Buffer Functions</title> | ||
213 | !Iinclude/linux/skbuff.h | ||
214 | !Iinclude/net/sock.h | ||
215 | !Enet/socket.c | ||
216 | !Enet/core/skbuff.c | ||
217 | !Enet/core/sock.c | ||
218 | !Enet/core/datagram.c | ||
219 | !Enet/core/stream.c | ||
220 | </sect1> | ||
221 | <sect1><title>Socket Filter</title> | ||
222 | !Enet/core/filter.c | ||
223 | </sect1> | ||
224 | <sect1><title>Generic Network Statistics</title> | ||
225 | !Iinclude/linux/gen_stats.h | ||
226 | !Enet/core/gen_stats.c | ||
227 | !Enet/core/gen_estimator.c | ||
228 | </sect1> | ||
229 | <sect1><title>SUN RPC subsystem</title> | ||
230 | <!-- The !D functionality is not perfect, garbage has to be protected by comments | ||
231 | !Dnet/sunrpc/sunrpc_syms.c | ||
232 | --> | ||
233 | !Enet/sunrpc/xdr.c | ||
234 | !Enet/sunrpc/svc_xprt.c | ||
235 | !Enet/sunrpc/xprt.c | ||
236 | !Enet/sunrpc/sched.c | ||
237 | !Enet/sunrpc/socklib.c | ||
238 | !Enet/sunrpc/stats.c | ||
239 | !Enet/sunrpc/rpc_pipe.c | ||
240 | !Enet/sunrpc/rpcb_clnt.c | ||
241 | !Enet/sunrpc/clnt.c | ||
242 | </sect1> | ||
243 | </chapter> | ||
244 | |||
245 | <chapter id="netdev"> | ||
246 | <title>Network device support</title> | ||
247 | <sect1><title>Driver Support</title> | ||
248 | !Enet/core/dev.c | ||
249 | !Enet/ethernet/eth.c | ||
250 | !Enet/sched/sch_generic.c | ||
251 | !Iinclude/linux/etherdevice.h | ||
252 | !Iinclude/linux/netdevice.h | ||
253 | </sect1> | ||
254 | <sect1><title>PHY Support</title> | ||
255 | !Edrivers/net/phy/phy.c | ||
256 | !Idrivers/net/phy/phy.c | ||
257 | !Edrivers/net/phy/phy_device.c | ||
258 | !Idrivers/net/phy/phy_device.c | ||
259 | !Edrivers/net/phy/mdio_bus.c | ||
260 | !Idrivers/net/phy/mdio_bus.c | ||
261 | </sect1> | ||
262 | <!-- FIXME: Removed for now since no structured comments in source | ||
263 | <sect1><title>Wireless</title> | ||
264 | X!Enet/core/wireless.c | ||
265 | </sect1> | ||
266 | --> | ||
267 | <sect1><title>Synchronous PPP</title> | ||
268 | !Edrivers/net/wan/syncppp.c | ||
269 | </sect1> | ||
270 | </chapter> | ||
271 | |||
272 | <chapter id="modload"> | 207 | <chapter id="modload"> |
273 | <title>Module Support</title> | 208 | <title>Module Support</title> |
274 | <sect1><title>Module Loading</title> | 209 | <sect1><title>Module Loading</title> |