2022-02-09 |
Jakub Sitnicki | bpf: Make remote_port field in struct bpf_sk_lookup... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Andrii Nakryiko | libbpf: Fix compilation warning due to mismatched print... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Andrii Nakryiko | Merge branch 'libbpf: Add syscall-specific variant... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Hengqi Chen | selftests/bpf: Test BPF_KPROBE_SYSCALL macro |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Hengqi Chen | libbpf: Add BPF_KPROBE_SYSCALL macro |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Andrii Nakryiko | Merge branch 'Fix accessing syscall arguments' |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Fix accessing the first syscall argument on... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Fix accessing the first syscall argument on... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | selftests/bpf: Skip test_bpf_syscall_macro's syscall_ar... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Fix accessing syscall arguments on riscv |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Fix riscv register names |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Fix accessing syscall arguments on powerpc |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | libbpf: Add PT_REGS_SYSCALL_REGS macro |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Ilya Leoshkevich | selftests/bpf: Fix an endianness issue in bpf_syscall_m... |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Alexei Starovoitov | Merge branch 'fix bpf_prog_pack build errors' |
commit | commitdiff | tree | snapshot |
2022-02-09 |
Song Liu | bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Fix leftover header->pages in sparc and powerpc... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Dan Carpenter | libbpf: Fix signedness bug in btf_dump_array_data() |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Hou Tao | selftests/bpf: Do not export subtest as standalone... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_fin... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stanislav Fomichev | bpf: test_run: Fix overflow in bpf_test_finish frags... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stanislav Fomichev | bpf: test_run: Fix overflow in xdp frags parsing |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Alexei Starovoitov | Merge branch 'bpf_prog_pack allocator' |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf, x86_64: Use bpf_jit_binary_pack_alloc |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Introduce bpf_jit_binary_pack_[alloc|finalize... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Introduce bpf_prog_pack allocator |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Introduce bpf_arch_text_copy |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | x86/alternative: Introduce text_poke_copy |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Use prog->jited_len in bpf_prog_ksym_set_addr() |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Use size instead of pages in bpf_binary_header |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | bpf: Use bytes instead of pages for bpf_jit_[charge... |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Song Liu | x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_AR... |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Andrii Nakryiko | Merge branch 'bpf: Fix strict mode calculation' |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Mauricio Vásquez | selftests/bpf: Fix strict mode calculation |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Mauricio Vásquez | bpftool: Fix strict mode calculation |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Mauricio Vásquez | libbpf: Remove mode check in libbpf_set_strict_mode() |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Naveen N. Rao | selftests/bpf: Fix tests to use arch-dependent syscall... |
commit | commitdiff | tree | snapshot |
2022-02-07 |
Naveen N. Rao | selftests/bpf: Use "__se_" prefix on architectures... |
commit | commitdiff | tree | snapshot |
2022-02-05 |
Yonghong Song | libbpf: Fix build issue with llvm-readelf |
commit | commitdiff | tree | snapshot |
2022-02-04 |
Matteo Croce | selftests/bpf: Test bpf_core_types_are_compat() functio... |
commit | commitdiff | tree | snapshot |
2022-02-04 |
Matteo Croce | bpf: Implement bpf_core_types_are_compat(). |
commit | commitdiff | tree | snapshot |
2022-02-04 |
Hou Tao | bpf, arm64: Enable kfunc call |
commit | commitdiff | tree | snapshot |
2022-02-04 |
Andrii Nakryiko | libbpf: Deprecate forgotten btf__get_map_kv_tids() |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Yonghong Song | selftests/bpf: Add a selftest for invalid func btf... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Yonghong Song | bpf: Fix a btf decl_tag bug when tagging a function |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Delyan Kratunov | libbpf: Deprecate priv/set_priv storage |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Lorenzo Bianconi | bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Christoph Hellwig | bpf, docs: Better document the atomic instructions |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Christoph Hellwig | bpf, docs: Better document the extended instruction... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Christoph Hellwig | bpf, docs: Better document the legacy packet access... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Christoph Hellwig | bpf, docs: Better document the regular load and store... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Christoph Hellwig | bpf, docs: Document the byte swapping instructions |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Daniel Borkmann | Merge branch 'bpf-libbpf-deprecated-cleanup' |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | samples/bpf: Get rid of bpf_prog_load_xattr() use |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | selftests/bpf: Redo the switch to new libbpf XDP APIs |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | selftests/bpf: Remove usage of deprecated feature probi... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | bpftool: Fix uninit variable compilation warning |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | bpftool: Stop supporting BPF offload-enabled feature... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | libbpf: Stop using deprecated bpf_map__is_offload_neutral() |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Andrii Nakryiko | Merge branch 'migrate from bpf_prog_test_run{,_xattr}' |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Delyan Kratunov | libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_... |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Delyan Kratunov | bpftool: Migrate from bpf_prog_test_run_xattr |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Delyan Kratunov | selftests/bpf: Migrate from bpf_prog_test_run_xattr |
commit | commitdiff | tree | snapshot |
2022-02-03 |
Delyan Kratunov | selftests/bpf: Migrate from bpf_prog_test_run |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Daniel Borkmann | Merge branch 'bpf-btf-dwarf5' |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Nathan Chancellor | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Nathan Chancellor | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Nathan Chancellor | scripts/pahole-flags.sh: Use pahole-version.sh |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Nathan Chancellor | kbuild: Add CONFIG_PAHOLE_VERSION |
commit | commitdiff | tree | snapshot |
2022-02-02 |
Nathan Chancellor | MAINTAINERS: Add scripts/pahole-flags.sh to BPF section |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Daniel Borkmann | Merge branch 'bpf-drop-libbpf-from-preload' |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | bpf: Drop libbpf, libelf, libz dependency from bpf... |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | bpf: Open code obj_get_info_by_fd in bpf preload. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | bpf: Convert bpf preload to light skeleton. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | bpf: Remove unnecessary setrlimit from bpf preload. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | libbpf: Open code raw_tp_open and link_create commands. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | libbpf: Open code low level bpf commands. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Alexei Starovoitov | libbpf: Add support for bpf iter in light skeleton. |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Andrii Nakryiko | Merge branch 'libbpf: deprecate xdp_cpumap, xdp_devmap... |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Lorenzo Bianconi | samples/bpf: Update cpumap/devmap sec_name |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Lorenzo Bianconi | selftests/bpf: Update cpumap/devmap sec_name |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Lorenzo Bianconi | libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier... |
commit | commitdiff | tree | snapshot |
2022-02-01 |
Dave Marchevsky | libbpf: Deprecate btf_ext rec_size APIs |
commit | commitdiff | tree | snapshot |
2022-01-31 |
Kenta Tada | bpf: make bpf_copy_from_user_task() gpl only |
commit | commitdiff | tree | snapshot |
2022-01-31 |
Alexei Starovoitov | Merge branch 'Split bpf_sock dst_port field' |
commit | commitdiff | tree | snapshot |
2022-01-31 |
Jakub Sitnicki | selftests/bpf: Extend verifier and bpf_sock tests for... |
commit | commitdiff | tree | snapshot |
2022-01-31 |
Jakub Sitnicki | bpf: Make dst_port field in struct bpf_sock 16-bit... |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Alexei Starovoitov | Merge branch 'selftests/bpf: use temp netns for testing' |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_xdp_redirect: use temp netns for... |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_xdp_meta: use temp netns for testing |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_tcp_check_syncookie: use temp netns... |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_lwt_seg6local: use temp netns for... |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_xdp_vlan: use temp netns for testing |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_xdp_veth: use temp netns for testing |
commit | commitdiff | tree | snapshot |
2022-01-28 |
Hangbin Liu | selftests/bpf/test_xdp_redirect_multi: use temp netns... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Hou Tao | bpf, x86: Remove unnecessary handling of BPF_SUB atomic op |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Alexei Starovoitov | Merge branch 'bpf: add __user tagging support in vmlinu... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | docs/bpf: clarify how btf_type_tag gets encoded in... |
commit | commitdiff | tree | snapshot |
next |