summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko6-35/+63
2022-02-03selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko7-50/+47
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko2-3/+3
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko1-1/+1
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko1-1/+1
2022-02-03libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov1-1/+3
2022-02-03bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-3/+2
2022-02-03selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov14-283/+218
2022-02-03selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov38-523/+649
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor1-1/+1
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor1-2/+2
2022-02-02scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor1-1/+1
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor3-0/+18
2022-02-02MAINTAINERS: Add scripts/pahole-flags.sh to BPF sectionNathan Chancellor1-0/+1
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov1-26/+2
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov1-1/+17
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov4-420/+436
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov1-2/+0
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2-3/+29
2022-02-01libbpf: Open code low level bpf commands.Alexei Starovoitov1-2/+42
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-02-01samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi3-6/+6
2022-02-01selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi5-5/+5
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi1-3/+11
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky1-2/+4
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada1-1/+1
2022-01-31selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki4-21/+162
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2-2/+11
2022-01-28selftests/bpf/test_xdp_redirect: use temp netns for testingHangbin Liu1-14/+16
2022-01-28selftests/bpf/test_xdp_meta: use temp netns for testingHangbin Liu1-18/+20
2022-01-28selftests/bpf/test_tcp_check_syncookie: use temp netns for testingHangbin Liu1-2/+3
2022-01-28selftests/bpf/test_lwt_seg6local: use temp netns for testingHangbin Liu1-82/+88
2022-01-28selftests/bpf/test_xdp_vlan: use temp netns for testingHangbin Liu1-32/+34
2022-01-28selftests/bpf/test_xdp_veth: use temp netns for testingHangbin Liu1-18/+21
2022-01-28selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu1-29/+31
2022-01-27bpf, x86: Remove unnecessary handling of BPF_SUB atomic opHou Tao1-1/+0
2022-01-27docs/bpf: clarify how btf_type_tag gets encoded in the type chainYonghong Song1-0/+13
2022-01-27selftests/bpf: specify pahole version requirement for btf_tag testYonghong Song1-0/+2
2022-01-27selftests/bpf: add a selftest with __user tagYonghong Song3-0/+151
2022-01-27selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.cYonghong Song2-4/+4
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song6-24/+71
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song2-0/+11
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov4-46/+37
2022-01-27selftests/bpf: fix a clang compilation errorYonghong Song1-1/+1
2022-01-27selftests, xsk: Fix bpf_res cleanup testMagnus Karlsson2-32/+50
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski3-3/+14
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski4-101/+190
2022-01-27ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski1-0/+2
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson8-30/+24