Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
multikernel
/
kernelscript
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
503
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kernelscript
examples
pattern_test.ks
on
main
User selector
All users
All time
Commit history
Commits on Aug 21, 2025
Implement program-type specific header generation and improve struct_ops template handling.
Show description for 6f7c09b
congwang-mk
committed
6f7c09b
View commit details
Copy full SHA for 6f7c09b
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
Add detach API for eBPF programs in userspace and enhance related code generation.
congwang-mk
committed
c940f45
View commit details
Copy full SHA for c940f45
View code at this point
Browse repository at this point
Commits on Jul 7, 2025
Add XDP context struct and action enum to all examples
Show description for 278587c
congwang-mk
committed
278587c
View commit details
Copy full SHA for 278587c
View code at this point
Browse repository at this point
Commits on Jul 6, 2025
Update function signatures in KernelScript to use pointer types for context parameters, enhancing compatibility with eBPF conventions.
congwang-mk
committed
f5c00df
View commit details
Copy full SHA for f5c00df
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
Refactor variable declarations in KernelScript from 'let' to 'var' for consistency.
congwang-mk
committed
48136a3
View commit details
Copy full SHA for 48136a3
View code at this point
Browse repository at this point
Commits on Jul 2, 2025
Refactor context types in KernelScript to standardize naming conventions, replacing `XdpContext` with `xdp_md` and `XdpAction` with `xdp_action` across all relevant files. This change improves cons…
Show description for 2083393
congwang-mk
committed
2083393
View commit details
Copy full SHA for 2083393
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
Refactor eBPF programs to use the new attributed function syntax, replacing the `program` and `fn` keywords with `@xdp` and `kernel` where appropriate. Update examples to demonstrate the new syntax…
Show description for b26bd1a
congwang-mk
committed
b26bd1a
View commit details
Copy full SHA for b26bd1a
View code at this point
Browse repository at this point
Commits on Jun 21, 2025
Refactor KernelScript to support attributed functions, replacing the `program` and `fn` keywords with a unified syntax.
congwang-mk
committed
139c896
View commit details
Copy full SHA for 139c896
View code at this point
Browse repository at this point
Commits on Jun 19, 2025
Enhance conditional syntax by enforcing parentheses around conditions in various examples and tests to improve clarity and consistency across the codebase.
congwang-mk
committed
4588d6d
View commit details
Copy full SHA for 4588d6d
View code at this point
Browse repository at this point
Add support for struct literals in AST, IR, and code generation
congwang-mk
committed
c576541
View commit details
Copy full SHA for c576541
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.