summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add trampolines to kallsymsJiri Olsa2020-03-132-0/+31
* bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-132-14/+22
* bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-132-11/+12
* bpf: Add bpf_ksym_find functionJiri Olsa2020-03-131-7/+15
* bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-132-15/+11
* bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-132-12/+12
* bpf: Add name to struct bpf_ksymJiri Olsa2020-03-134-14/+12
* bpf: Add struct bpf_ksymJiri Olsa2020-03-132-16/+18
* bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-133-18/+17
* x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa2020-03-131-5/+9
* bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-132-8/+11
* selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
* selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
* tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-134-11/+35
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-127-4/+148
* Merge branch 'bpf_get_ns_current_pid_tgid'Alexei Starovoitov2020-03-1214-3/+391
|\
| * tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-125-1/+287
| * bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-127-2/+88
| * fs/nsfs.c: Added ns_matchCarlos Neira2020-03-122-0/+16
|/
* tools: bpftool: Fix minor bash completion mistakesQuentin Monnet2020-03-131-8/+21
* tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-134-32/+7
* libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko2020-03-131-5/+12
* bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu2020-03-131-0/+2
* bpftool: Skeleton should depend on libbpfSong Liu2020-03-131-2/+3
* bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-134-5/+24
* bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2020-03-122-10/+12
* tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko2020-03-111-0/+1
* bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov2020-03-111-26/+5
* bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko2020-03-112-34/+91
* bpftool: Fix typo in bash-completionSong Liu2020-03-101-1/+1
* bpftool: Bash completion for "bpftool prog profile"Song Liu2020-03-101-1/+44
* bpftool: Documentation for bpftool prog profileSong Liu2020-03-101-0/+19
* bpftool: Introduce "prog profile" commandSong Liu2020-03-105-1/+608
* bpf, doc: Update maintainers for L7 BPFLorenz Bauer2020-03-091-0/+2
* selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer2020-03-091-6/+0
* selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer2020-03-091-30/+127
* selftests: bpf: Don't listen() on UDP socketsLorenz Bauer2020-03-091-22/+25
* bpf: sockmap: Add UDP supportLorenz Bauer2020-03-091-4/+33
* bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-094-0/+60
* bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer2020-03-091-15/+4
* bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-095-119/+118
* bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer2020-03-091-2/+2
* bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-093-37/+31
* skmsg: Update saved hooks only onceLorenz Bauer2020-03-092-19/+17
* bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-094-12/+15
* bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh2020-03-051-0/+7
* bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh2020-03-051-10/+3
* MAINTAINERS: Add entry for RV32G BPF JITLuke Nelson2020-03-051-1/+12
* bpf, doc: Add BPF JIT for RV32G to BPF documentationLuke Nelson2020-03-052-2/+3
* riscv, bpf: Add RV32G eBPF JITLuke Nelson2020-03-054-2/+1366