{"id":16161448,"url":"https://github.com/gamemann/test-kernel-modules","last_synced_at":"2025-03-18T22:30:34.262Z","repository":{"id":92735854,"uuid":"293966865","full_name":"gamemann/Test-Kernel-Modules","owner":"gamemann","description":"A repository used to store my test Linux kernel modules I make while I'm learning.","archived":false,"fork":false,"pushed_at":"2020-09-19T02:17:27.000Z","size":14,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T12:25:38.282Z","etag":null,"topics":["examples","forward","kernel","linux","module","net","netfilter","packet","processing"],"latest_commit_sha":null,"homepage":"https://moddingcommunity.com/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gamemann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-09T01:13:42.000Z","updated_at":"2024-08-27T02:00:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cb1a203-56a0-4169-9193-7ef1d5a78765","html_url":"https://github.com/gamemann/Test-Kernel-Modules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2FTest-Kernel-Modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2FTest-Kernel-Modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2FTest-Kernel-Modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2FTest-Kernel-Modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamemann","download_url":"https://codeload.github.com/gamemann/Test-Kernel-Modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950813,"owners_count":20373664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["examples","forward","kernel","linux","module","net","netfilter","packet","processing"],"created_at":"2024-10-10T02:25:17.173Z","updated_at":"2025-03-18T22:30:34.258Z","avatar_url":"https://github.com/gamemann.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kernel Test Modules\n## Description\nA repository I'm using to release test kernel modules I make. I am getting into kernel module development due to interest in the Linux kernel in general and also because [Bifrost](https://github.com/BifrostTeam), an upcoming firewall my friend and I are working on, will be releasing a kernel module for packet processing.\n\n## Testing\nTo load a module, simply use `make` to build the modules and then the following command:\n\n```\ninsmod $NAME\n```\n\nWhere `$NAME` is the kernel's name you want loaded (e.g. `kern.ko`). Similarly, you can unload the module with the following command:\n\n```\nrmmod $NAME\n```\n\nFrom here, you may check if the module is loaded by doing:\n\n```\nlsmod | grep \"$NAME\"\n```\n\nMake sure to remove the file extension at the end of `$NAME` when using `lsmod`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemann%2Ftest-kernel-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamemann%2Ftest-kernel-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemann%2Ftest-kernel-modules/lists"}