summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-07-16Merge branch 'libbpf: BTF typed dump cleanups'Andrii Nakryiko
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire
2021-07-16Merge branch 'libbpf: BTF dumper support for typed data'Andrii Nakryiko
2021-07-16selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire
2021-07-16Merge branch 'Add btf_custom_path in bpf_obj_open_opts'Andrii Nakryiko
2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng