summaryrefslogtreecommitdiff
path: root/sig.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04sig: add signal handling functionsDaniel Borkmann1-0/+32
Add an extra file for signal handling functions. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
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ün5-31/+20 2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün5-26/+16 2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün6-50/+39 2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün6-91/+99 2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün6-32/+17 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-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün1-1/+22 2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller