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 |
2022-01-27 |
Yonghong Song | selftests/bpf: specify pahole version requirement for... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | selftests/bpf: add a selftest with __user tag |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | bpf: reject program if a __user tagged memory accessed... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | compiler_types: define __user as __attribute__((btf_typ... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Pavel Begunkov | cgroup/bpf: fast path skb BPF filtering |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Yonghong Song | selftests/bpf: fix a clang compilation error |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Magnus Karlsson | selftests, xsk: Fix bpf_res cleanup test |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Daniel Borkmann | Merge branch 'xsk-batching' |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: xsk: Borrow xdp_tx_active logic from i40e |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: xsk: Improve AF_XDP ZC Tx and use batching API |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: xsk: Avoid potential dead AF_XDP Tx processing |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Magnus Karlsson | i40e: xsk: Move tmp desc array from driver to pool |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: Make Tx threshold dependent on ring length |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: xsk: Handle SW XDP ring wrap and bump tail more... |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: xsk: Force rings to be sized to power of 2 |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Maciej Fijalkowski | ice: Remove likely for napi_complete_done |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Jakub Kicinski | bpf: remove unused static inlines |
commit | commitdiff | tree | snapshot |
2022-01-27 |
Andrii Nakryiko | selftests/bpf: fix uprobe offset calculation in selftests |
commit | commitdiff | tree | snapshot |
2022-01-26 |
Yonghong Song | selftests/bpf: Fix a clang compilation error |
commit | commitdiff | tree | snapshot |
2022-01-26 |
Stanislav Fomichev | bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_IN... |
commit | commitdiff | tree | snapshot |
2022-01-26 |
Felix Maurer | selftests: bpf: Less strict size check in sockopt_sk |
commit | commitdiff | tree | snapshot |
2022-01-26 |
Alexei Starovoitov | Merge branch 'libbpf: deprecate some setter and getter... |
commit | commitdiff | tree | snapshot |
next |