summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-31selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet1-0/+486
2021-07-31tools: bpftool: Slightly ease bash completion updatesQuentin Monnet1-25/+29
2021-07-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang1-8/+8
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen4-6/+20
2021-07-30Merge branch 'libbpf: rename btf__get_from_id() and btf__load() APIs, support...Andrii Nakryiko11-47/+90
2021-07-30tools: bpftool: Support dumping split BTF by idQuentin Monnet1-1/+1
2021-07-30libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet3-2/+9
2021-07-30tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet7-29/+42
2021-07-30tools: Free BTF objects at various locationsQuentin Monnet4-4/+9
2021-07-30libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet4-11/+24
2021-07-30libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet4-2/+5
2021-07-30libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet1-1/+3
2021-07-30bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-30tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen1-6/+7
2021-07-28bpf: Increase supported cgroup storage value sizeStanislav Fomichev4-16/+45
2021-07-28libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-07-28libbpf: Fix comment typoJason Wang1-3/+3
2021-07-27samples: bpf: Add the omitted xdp samples to .gitignoreJuhee Kang1-0/+2
2021-07-27samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2-0/+6
2021-07-27selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki1-6/+17
2021-07-26Merge branch 'libbpf: Move CO-RE logic into separate file.'Andrii Nakryiko5-1382/+1440
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov5-1297/+1319
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov3-93/+102
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov1-46/+71
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov1-36/+38
2021-07-24bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh1-1/+8
2021-07-24bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh1-2/+2
2021-07-24selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko1-0/+7
2021-07-24libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko4-0/+16
2021-07-24Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'Andrii Nakryiko12-97/+784
2021-07-24bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-9/+384
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-1/+85
2021-07-24bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau1-6/+231
2021-07-24tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2-17/+24
2021-07-24tcp: seq_file: Add listening_get_first()Martin KaFai Lau1-20/+39
2021-07-24bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2-21/+5
2021-07-24tcp: seq_file: Refactor net and family matchingMartin KaFai Lau1-38/+30
2021-07-24tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-07-23libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-23libbpf: Allow decimal offset for kprobesJiri Olsa3-1/+14
2021-07-23libbpf: Fix func leak in attach_kprobeJiri Olsa1-0/+1
2021-07-23selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis1-0/+5
2021-07-23bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-23bpf: Fix pointer cast warningArnd Bergmann1-1/+1
2021-07-20Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...Andrii Nakryiko2-35/+85
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire1-2/+3
2021-07-20selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire1-0/+17
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire1-33/+65
2021-07-20selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li1-1/+1
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend1-2/+2