summaryrefslogtreecommitdiff
path: root/curvetun.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese1-1/+1
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+42
/+3 2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15 2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün3-29/+18 2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün3-24/+14 2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün4-48/+37 2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün4-89/+97 2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün4-27/+12 2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64 2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1 2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-0/+23 2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55