summaryrefslogtreecommitdiffstats
path: root/scripts/modules-check.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-17bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2-11/+45
2022-06-17bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy2-8/+12
2022-06-17selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov2-1/+108
2022-06-17libbpf: add support for sleepable uprobe programsDelyan Kratunov1-1/+4
2022-06-17bpf: allow sleepable uprobe programs to attachDelyan Kratunov2-8/+12
2022-06-17bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov4-5/+71
2022-06-17bpf: move bpf_prog to bpf.hDelyan Kratunov2-34/+36
2022-06-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko2-65/+72
2022-06-16samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao1-6/+49
2022-06-15selftests/bpf: Avoid skipping certain subtestsYonghong Song1-1/+6
2022-06-15selftests/bpf: Fix test_varlen verification failure with latest llvmYonghong Song1-4/+4
2022-06-14bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet1-3/+1
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet8-3/+23
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing1-16/+0
2022-06-14libbpf: Fix an unsigned < 0 bugYonghong Song1-1/+1
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu1-1/+1
2022-06-11selftest/bpf/benchs: Add bpf_map benchmarkFeng Zhou5-1/+152
2022-06-11bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou1-6/+14
2022-06-09libbpf: Fix uprobe symbol file offset calculation logicAndrii Nakryiko1-41/+22
2022-06-09bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"Kosuke Fujimoto1-1/+1
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi1-1/+1
2022-06-07docs/bpf: Update documentation for BTF_KIND_ENUM64 supportYonghong Song1-6/+37
2022-06-07selftests/bpf: Add a test for enum64 value relocationsYonghong Song7-0/+218
2022-06-07selftests/bpf: Test BTF_KIND_ENUM64 for deduplicationYonghong Song1-2/+95
2022-06-07selftests/bpf: Add BTF_KIND_ENUM64 unit testsYonghong Song2-0/+37
2022-06-07selftests/bpf: Test new enum kflag and enum64 API functionsYonghong Song2-37/+114
2022-06-07selftests/bpf: Fix selftests failureYonghong Song1-20/+0
2022-06-07bpftool: Add btf enum64 supportYonghong Song3-3/+84
2022-06-07libbpf: Add enum64 relocation supportYonghong Song3-20/+48
2022-06-07libbpf: Add enum64 support for bpf linkingYonghong Song1-0/+2
2022-06-07libbpf: Add enum64 sanitizationYonghong Song3-5/+56
2022-06-07libbpf: Add enum64 support for btf_dumpYonghong Song2-34/+108
2022-06-07libbpf: Add enum64 deduplication supportYonghong Song2-2/+65
2022-06-07libbpf: Add enum64 parsing and new enum64 public APIYonghong Song3-0/+117
2022-06-07libbpf: Refactor btf__add_enum() for future code sharingYonghong Song1-15/+21
2022-06-07libbpf: Fix an error in 64bit relocation value computationYonghong Song1-1/+1
2022-06-07libbpf: Permit 64bit relocation valueYonghong Song2-24/+29
2022-06-07bpf: Add btf enum64 supportYonghong Song5-21/+185
2022-06-03selftests/bpf: Add drv mode testing for xdpingHangbin Liu1-0/+4
2022-06-03libbpf: Fix is_pow_of_2Yuze Chi3-10/+5
2022-06-03selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau2-6/+55
2022-06-03bpf, test_run: Remove unnecessary prog type checksDaniel Xu1-6/+0
2022-06-03libbpf: Fix a couple of typosDaniel Müller3-6/+6
2022-06-03bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen5-0/+27
2022-06-03sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi1-0/+9
2022-06-03libbpf: Fix determine_ptr_size() guessingDouglas Raillard1-6/+20
2022-06-03bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-06-03bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin1-0/+3
2022-06-03selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang1-28/+4
2022-06-03bpftool: Use libbpf_bpf_link_type_strDaniel Müller1-17/+10