-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Linux kernel module that is driver independent and easy to compile #136
Labels
Milestone
Comments
aindeev
pushed a commit
that referenced
this issue
Sep 29, 2014
aindeev
pushed a commit
that referenced
this issue
Sep 30, 2014
aindeev
pushed a commit
that referenced
this issue
Sep 30, 2014
aindeev
pushed a commit
that referenced
this issue
Sep 30, 2014
aindeev
pushed a commit
that referenced
this issue
Sep 30, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 1, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 1, 2014
fklassen
added a commit
that referenced
this issue
Oct 1, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 1, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 1, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 2, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 2, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 2, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 2, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 2, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 6, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 6, 2014
fklassen
added a commit
that referenced
this issue
Oct 6, 2014
fklassen
added a commit
that referenced
this issue
Oct 7, 2014
fklassen
added a commit
that referenced
this issue
Oct 7, 2014
fklassen
added a commit
that referenced
this issue
Oct 7, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 7, 2014
fklassen
added a commit
that referenced
this issue
Oct 7, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 7, 2014
fklassen
added a commit
that referenced
this issue
Oct 8, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 10, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 10, 2014
fklassen
added a commit
that referenced
this issue
Oct 10, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 14, 2014
aindeev
pushed a commit
that referenced
this issue
Oct 14, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently netmap and PF_RING are supported, but they are difficult to deploy and are driver independent. This research project investigate the possibility of compiling an enhanced kernel module from kernel headers, eliminating the need to download full kernel source code. Also, this module should be as fast as other techniques without reliance on network driver modifications.
The goal is to produce a kernel module that can be compiled without any significant overhead or knowledge of how to build kernel modules.
The text was updated successfully, but these errors were encountered: