summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix uprobe offset calculation in selftestsAndrii Nakryiko2022-01-266-66/+63
* selftests/bpf: Fix a clang compilation errorYonghong Song2022-01-261-1/+1
* selftests: bpf: Less strict size check in sockopt_skFelix Maurer2022-01-251-1/+2
* perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko2022-01-251-2/+2
* selftests/bpf: use preferred setter/getter APIs instead of deprecated onesAndrii Nakryiko2022-01-254-4/+4
* bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2022-01-252-5/+5
* libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko2022-01-251-0/+26
* libbpf: deprecate bpf_map__resize()Andrii Nakryiko2022-01-251-0/+1
* libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko2022-01-256-16/+37
* selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALLKenta Tada2022-01-242-0/+119
* libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada2022-01-241-0/+34
* selftests/bpf: Extract syscall wrapperKenta Tada2022-01-242-14/+20
* libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2022-01-242-1/+2
* perf: Stop using bpf_object__open_buffer() APIChristy Lee2022-01-242-3/+5
* libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee2022-01-241-0/+1
* selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu2022-01-242-0/+74
* libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu2022-01-241-0/+1
* bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-241-0/+11
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2482-338/+2670
|\
| * selftests, bpf: Do not yet switch to new libbpf XDP APIsDaniel Borkmann2022-01-247-47/+50
| * selftests, xsk: Fix rx_full stats testMagnus Karlsson2022-01-241-1/+4
| * bpf: selftests: add CPUMAP/DEVMAP selftests for xdp fragsLorenzo Bianconi2022-01-216-1/+185
| * bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftestLorenzo Bianconi2022-01-212-0/+146
| * net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi2022-01-211-0/+18
| * libbpf: Add SEC name for xdp frags programsLorenzo Bianconi2022-01-211-0/+8
| * bpf: selftests: update xdp_adjust_tail selftest to include xdp fragsEelco Chaudron2022-01-213-7/+160
| * bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-212-31/+82
| * bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+7
| * bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-0/+5
| * selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-202-0/+90
| * selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko2022-01-207-50/+47
| * bpftool: use new API for attaching XDP programAndrii Nakryiko2022-01-201-1/+1
| * libbpf: streamline low-level XDP APIsAndrii Nakryiko2022-01-203-33/+117
| * libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-205-2/+26
| * selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko2022-01-208-42/+48
| * selftests/bpf: fail build on compilation warningAndrii Nakryiko2022-01-201-2/+2
| * selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi2022-01-201-4/+13
| * selftests: bpf: Fix bind on used portFelix Maurer2022-01-201-3/+17
| * bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi2022-01-201-40/+20
| * bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.cLorenzo Bianconi2022-01-201-40/+28
| * selftests/bpf: Update sockopt_sk test to the use bpf_set_retvalYiFei Zhu2022-01-192-18/+18
| * selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockoptYiFei Zhu2022-01-193-0/+578
| * bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-0/+18
| * libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee2022-01-191-1/+30
| * uapi/bpf: Add missing description and returns for helper documentationUsama Arif2022-01-191-0/+15
| * bpftool: Adding support for BTF program namesRaman Shukhau2022-01-194-12/+70
| * libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen2022-01-181-1/+21
| * selftest/bpf: Fix a stale comment.Kuniyuki Iwashima2022-01-181-1/+1
| * selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima2022-01-183-0/+162
| * selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi2022-01-186-0/+362