summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: refactor TC action init APICong Wang2021-08-0237-169/+185
* niu: read property length only if we use itMartin Kaiser2021-08-021-3/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3183-1808/+5027
|\
| * Merge branch 'tools: bpftool: update, synchronise and validate types and opti...Andrii Nakryiko2021-07-3128-61/+763
| |\
| | * tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2021-07-312-2/+4
| | * tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet2021-07-318-10/+96
| | * selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet2021-07-311-11/+111
| | * tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-3125-28/+45
| | * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-314-5/+12
| | * selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet2021-07-311-0/+486
| | * tools: bpftool: Slightly ease bash completion updatesQuentin Monnet2021-07-311-25/+29
| |/
| * unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang2021-07-301-8/+8
| * libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen2021-07-304-6/+20
| * Merge branch 'libbpf: rename btf__get_from_id() and btf__load() APIs, support...Andrii Nakryiko2021-07-3011-47/+90
| |\
| | * tools: bpftool: Support dumping split BTF by idQuentin Monnet2021-07-301-1/+1
| | * libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet2021-07-303-2/+9
| | * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-307-29/+42
| | * tools: Free BTF objects at various locationsQuentin Monnet2021-07-304-4/+9
| | * libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-304-11/+24
| | * libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-304-2/+5
| | * libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet2021-07-301-1/+3
| |/
| * bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song2021-07-301-0/+5
| * tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen2021-07-291-6/+7
| * bpf: Increase supported cgroup storage value sizeStanislav Fomichev2021-07-284-16/+45
| * libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-07-271-1/+14
| * libbpf: Fix comment typoJason Wang2021-07-271-3/+3
| * samples: bpf: Add the omitted xdp samples to .gitignoreJuhee Kang2021-07-271-0/+2
| * samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2021-07-272-0/+6
| * selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki2021-07-271-6/+17
| * Merge branch 'libbpf: Move CO-RE logic into separate file.'Andrii Nakryiko2021-07-265-1382/+1440
| |\
| | * libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-265-1297/+1319
| | * libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-263-93/+102
| | * libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov2021-07-261-46/+71
| | * libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov2021-07-261-36/+38
| |/
| * bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-07-241-1/+8
| * bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-07-241-2/+2
| * selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko2021-07-241-0/+7
| * libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-244-0/+16
| * Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'Andrii Nakryiko2021-07-2412-97/+784
| |\
| | * bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-245-9/+384
| | * bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-245-1/+85
| | * bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau2021-07-241-6/+231
| | * tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-242-17/+24
| | * tcp: seq_file: Add listening_get_first()Martin KaFai Lau2021-07-241-20/+39
| | * bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-242-21/+5
| | * tcp: seq_file: Refactor net and family matchingMartin KaFai Lau2021-07-241-38/+30
| | * tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-07-241-2/+3
| |/
| * libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-233-14/+33
| * libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-233-1/+14
| * libbpf: Fix func leak in attach_kprobeJiri Olsa2021-07-231-0/+1