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 }}
DumpAnalysis
/
kernelscript
Public
forked from
multikernel/kernelscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kernelscript
examples
multi_programs.ks
on
main
User selector
All users
All time
Commit history
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 25, 2025
Update map type names across documentation, examples, and tests to use `hash` and `array` instead of `HashMap` and `Array`. Ensure consistency in naming conventions for eBPF map types.
congwang-mk
committed
ab362f0
View commit details
Copy full SHA for ab362f0
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
Refactor map declarations to use new syntax. Update all instances of `map<K, V>` to `var name: Type<K, V>(size)` across documentation, examples, and tests for consistency and clarity.
congwang-mk
committed
a63eb0f
View commit details
Copy full SHA for a63eb0f
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 4, 2025
Refactor map declarations in examples to use the 'pin' keyword for persistent maps, ensuring consistent syntax across examples.
congwang-mk
committed
64da74a
View commit details
Copy full SHA for 64da74a
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 18, 2025
Refactor multi_programs.ks to improve code clarity by removing unnecessary semicolons and updating return values to use appropriate constants for XDP and TC actions. This enhances readability and m…
Show description for e3e2976
congwang-mk
committed
e3e2976
View commit details
Copy full SHA for e3e2976
View code at this point
Browse repository at this point
Commits on Jun 17, 2025
Refactor KernelScript syntax to remove semicolons from statements. Update examples and tests to reflect the new syntax style, enhancing readability and consistency across the codebase.
congwang-mk
committed
026b495
View commit details
Copy full SHA for 026b495
View code at this point
Browse repository at this point
Commits on Jun 14, 2025
Enhance KernelScript documentation and examples with intuitive scoping model. Introduce a clear separation between kernel and userspace code, detailing shared resources and program structure. Updat…
Show description for 478f043
congwang-mk
committed
478f043
View commit details
Copy full SHA for 478f043
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
Refactor userspace main function signatures to support automatic argument parsing. Update main function to accept a custom struct for command line arguments, enhancing flexibility. Adjust related t…
Show description for c89f920
congwang-mk
committed
c89f920
View commit details
Copy full SHA for c89f920
View code at this point
Browse repository at this point
Commits on Jun 10, 2025
Refactor map operations to handle literal keys and values: Update `generate_map_load` and `generate_map_store` functions to create temporary variables for literal keys and values. Enhance tests to …
Show description for 0d73602
congwang-mk
committed
0d73602
View commit details
Copy full SHA for 0d73602
View code at this point
Browse repository at this point
Refactor userspace configuration: Remove explicit targets specification and default to C language for userspace bindings. Update parser and lexer to reflect changes in userspace config structure, e…
Show description for c39f0b1
congwang-mk
committed
c39f0b1
View commit details
Copy full SHA for c39f0b1
View code at this point
Browse repository at this point
Refactor eBPF program structure for multi-program support
congwang-mk
committed
5318019
View commit details
Copy full SHA for 5318019
View code at this point
Browse repository at this point
Enhance assignment optimization analysis: Refactor `AssignmentOptimization` module to improve extraction and optimization of map assignments. Update IR generation to better incorporate assignment o…
Show description for 063bec5
congwang-mk
committed
063bec5
View commit details
Copy full SHA for 063bec5
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.