summaryrefslogtreecommitdiffstats
path: root/md/notes/kernel/topics.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/notes/kernel/topics.md')
-rw-r--r--md/notes/kernel/topics.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/md/notes/kernel/topics.md b/md/notes/kernel/topics.md
index d955193..8682aeb 100644
--- a/md/notes/kernel/topics.md
+++ b/md/notes/kernel/topics.md
@@ -5,7 +5,10 @@ keywords:blog,projects
Linux kernel programming topics, mostly for those who have some programming
experience and linux command line expertise. Making notes on all fundamental
-kernel API's.
+kernel API's and gathering all examples from all over the internet, all is
+compiled and test on Raspberry Pi 4 kernel 6.6.20. No other versions of kernel
+is checked. With move one to new SoC or new kernel all examples will also update
+accordingly.
## Topic
@@ -47,7 +50,14 @@ kernel API's.
<!-- Virtual Pinctrl driver -->
<!-- Create key logger -->
<!-- Create device tree entry -->
+<!-- Netfilter ICMP filter -->
+<!-- Bpf filter -->
+
### Kernel userspace
+[Netlink show ip](/notes/kernel/netlink_show_ip.md)
+<!-- Netfilter set ip -->
+<!-- khttpd -->
+