aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/internals.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-10-27 15:09:26 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2017-10-27 15:39:00 +0200
commit80c748800e07c28955c3cf696e7eda464a3f0634 (patch)
treed06149d4d790a3a1a14d8203ade331dcc4540ac8 /docs/linux/internals.md
parent06a268ea21e01e94e7b8ab8ee5a64a82165e304b (diff)
docs: assorted improvements
Diffstat (limited to 'docs/linux/internals.md')
-rw-r--r--docs/linux/internals.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/linux/internals.md b/docs/linux/internals.md
new file mode 100644
index 000000000..e02607626
--- /dev/null
+++ b/docs/linux/internals.md
@@ -0,0 +1,4 @@
+# How syzkaller works
+
+It's possible to fuzz some external Linux kernel interfaces with syzkaller.
+Right now there's only support for [external fuzzing of the networking stack](external_fuzzing_network.md).