summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen
2021-07-29Merge branch 'libbpf: rename btf__get_from_id() and btf__load() APIs, support...Andrii Nakryiko
2021-07-29tools: bpftool: Support dumping split BTF by idQuentin Monnet
2021-07-29libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-07-29libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet
2021-07-29libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song
2021-07-29tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-27libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-07-27libbpf: Fix comment typoJason Wang
2021-07-27samples: bpf: Add the omitted xdp samples to .gitignoreJuhee Kang
2021-07-27samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang
2021-07-26selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki
2021-07-26Merge branch 'libbpf: Move CO-RE logic into separate file.'Andrii Nakryiko
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov
2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh
2021-07-23selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko
2021-07-23Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'Andrii Nakryiko
2021-07-23bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau
2021-07-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau
2021-07-23tcp: seq_file: Add listening_get_first()Martin KaFai Lau
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau
2021-07-23tcp: seq_file: Refactor net and family matchingMartin KaFai Lau
2021-07-23tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-07-22libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King
2021-07-22bpf: Fix pointer cast warningArnd Bergmann
2021-07-20Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...Andrii Nakryiko
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire
2021-07-20selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire
2021-07-20selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis