summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2582-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-212-0/+90
| * selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko2022-01-217-50/+47
| * bpftool: use new API for attaching XDP programAndrii Nakryiko2022-01-211-1/+1
| * libbpf: streamline low-level XDP APIsAndrii Nakryiko2022-01-213-33/+117
| * libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-215-2/+26
| * selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko2022-01-218-42/+48
| * selftests/bpf: fail build on compilation warningAndrii Nakryiko2022-01-211-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-191-1/+21
| * selftest/bpf: Fix a stale comment.Kuniyuki Iwashima2022-01-191-1/+1
| * selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima2022-01-193-0/+162
| * selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi2022-01-186-0/+362
| * selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi2022-01-183-2/+131
| * selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi2022-01-181-0/+28
| * selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi2022-01-183-0/+161
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-181-8/+9
| * test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong2022-01-151-2/+0
| * tools/resolve_btfids: Build with host flagsConnor O'Brien2022-01-151-2/+4
| * libbpf: Deprecate bpf_map__def() APIChristy Lee2022-01-131-1/+2
| * selftests/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-135-28/+26
| * perf: Stop using bpf_map__def() APIChristy Lee2022-01-132-51/+41
| * bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-132-9/+7
| * bpftool: Only set obj->skeleton on complete successWei Fu2022-01-131-1/+1
| * libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-01-131-0/+3
| * selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-131-6/+6
| * libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-133-2/+12
| * bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-135-5/+7
| * libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez2022-01-131-2/+1
* | selftests: net: ioam: expect support for Queue depth dataJustin Iurman2022-01-221-4/+1
* | selftests: mptcp: fix ipv6 routing setupPaolo Abeni2022-01-211-2/+3