Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-15 | bpf: use Linux' define of BPF_MAXINSNS | Daniel Borkmann | 1 | -0/+4 | |
Do not necessarily define our own, only in case the Linux one is not available. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | bpf: split up instructions and extensions from header | Daniel Borkmann | 1 | -0/+58 | |
Move them into a separate header file, so that it is more clean. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |