diff options
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 059aaf20951a..f31601e8bd89 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -204,65 +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/svcsock.c | ||
235 | !Enet/sunrpc/sched.c | ||
236 | </sect1> | ||
237 | </chapter> | ||
238 | |||
239 | <chapter id="netdev"> | ||
240 | <title>Network device support</title> | ||
241 | <sect1><title>Driver Support</title> | ||
242 | !Enet/core/dev.c | ||
243 | !Enet/ethernet/eth.c | ||
244 | !Enet/sched/sch_generic.c | ||
245 | !Iinclude/linux/etherdevice.h | ||
246 | !Iinclude/linux/netdevice.h | ||
247 | </sect1> | ||
248 | <sect1><title>PHY Support</title> | ||
249 | !Edrivers/net/phy/phy.c | ||
250 | !Idrivers/net/phy/phy.c | ||
251 | !Edrivers/net/phy/phy_device.c | ||
252 | !Idrivers/net/phy/phy_device.c | ||
253 | !Edrivers/net/phy/mdio_bus.c | ||
254 | !Idrivers/net/phy/mdio_bus.c | ||
255 | </sect1> | ||
256 | <!-- FIXME: Removed for now since no structured comments in source | ||
257 | <sect1><title>Wireless</title> | ||
258 | X!Enet/core/wireless.c | ||
259 | </sect1> | ||
260 | --> | ||
261 | <sect1><title>Synchronous PPP</title> | ||
262 | !Edrivers/net/wan/syncppp.c | ||
263 | </sect1> | ||
264 | </chapter> | ||
265 | |||
266 | <chapter id="modload"> | 207 | <chapter id="modload"> |
267 | <title>Module Support</title> | 208 | <title>Module Support</title> |
268 | <sect1><title>Module Loading</title> | 209 | <sect1><title>Module Loading</title> |
@@ -508,11 +449,6 @@ X!Isound/sound_firmware.c | |||
508 | !Edrivers/serial/8250.c | 449 | !Edrivers/serial/8250.c |
509 | </chapter> | 450 | </chapter> |
510 | 451 | ||
511 | <chapter id="z85230"> | ||
512 | <title>Z85230 Support Library</title> | ||
513 | !Edrivers/net/wan/z85230.c | ||
514 | </chapter> | ||
515 | |||
516 | <chapter id="fbdev"> | 452 | <chapter id="fbdev"> |
517 | <title>Frame Buffer Library</title> | 453 | <title>Frame Buffer Library</title> |
518 | 454 | ||
@@ -712,24 +648,4 @@ X!Idrivers/video/console/fonts.c | |||
712 | !Edrivers/i2c/i2c-core.c | 648 | !Edrivers/i2c/i2c-core.c |
713 | </chapter> | 649 | </chapter> |
714 | 650 | ||
715 | <chapter id="splice"> | ||
716 | <title>splice API</title> | ||
717 | <para> | ||
718 | splice is a method for moving blocks of data around inside the | ||
719 | kernel, without continually transferring them between the kernel | ||
720 | and user space. | ||
721 | </para> | ||
722 | !Ffs/splice.c | ||
723 | </chapter> | ||
724 | |||
725 | <chapter id="pipes"> | ||
726 | <title>pipes API</title> | ||
727 | <para> | ||
728 | Pipe interfaces are all for in-kernel (builtin image) use. | ||
729 | They are not exported for use by modules. | ||
730 | </para> | ||
731 | !Iinclude/linux/pipe_fs_i.h | ||
732 | !Ffs/pipe.c | ||
733 | </chapter> | ||
734 | |||
735 | </book> | 651 | </book> |