aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-27samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2-0/+6
2021-07-26selftests/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-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh1-1/+8
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh1-2/+2
2021-07-23selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko1-0/+7
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko4-0/+16
2021-07-23Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'Andrii Nakryiko12-97/+784
2021-07-23bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-9/+384
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-1/+85
2021-07-23bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau1-6/+231
2021-07-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2-17/+24
2021-07-23tcp: seq_file: Add listening_get_first()Martin KaFai Lau1-20/+39
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2-21/+5
2021-07-23tcp: seq_file: Refactor net and family matchingMartin KaFai Lau1-38/+30
2021-07-23tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-07-22libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa3-1/+14
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa1-0/+1
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis1-0/+5
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-22bpf: Fix pointer cast warningArnd Bergmann1-1/+1
2021-07-20Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error propagation)'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
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis2-1/+88
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-07-16Merge branch 'libbpf: BTF typed dump cleanups'Andrii Nakryiko1-11/+30
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire1-5/+4
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire1-2/+2
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire1-4/+24
2021-07-16Merge branch 'libbpf: BTF dumper support for typed data'Andrii Nakryiko5-5/+1444
2021-07-16selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire1-0/+598
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire1-0/+12
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire3-5/+834
2021-07-16Merge branch 'Add btf_custom_path in bpf_obj_open_opts'Andrii Nakryiko4-33/+57
2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng2-26/+21
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-07-16libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2-5/+32
2021-07-16bpf, doc: Add heading and example for extensions in cbpfRoy, UjjaL1-7/+16
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko7-100/+54
2021-07-16netdevsim: Add multi-queue supportPeilin Ye3-9/+15
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray4-3/+103