summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer4-4/+4
2021-03-05selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich1-12/+31
2021-03-05selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich3-0/+138
2021-03-05selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich1-1/+1
2021-03-05tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2-0/+9
2021-03-05libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich6-1/+94
2021-03-05libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich1-1/+1
2021-03-05bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich1-2/+3
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song3-0/+139
2021-03-03tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-0/+4
2021-02-27tools, bpf_asm: Exit non-zero on errorsIan Denhardt1-4/+4
2021-02-27tools, bpf_asm: Hard error on out of range jumpsIan Denhardt1-2/+4
2021-02-27selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2-0/+118
2021-02-27selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song3-0/+179
2021-02-27bpftool: Print subprog address properlyYonghong Song1-0/+3
2021-02-27libbpf: Support subprog address relocationYonghong Song1-3/+61
2021-02-27libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song1-6/+6
2021-02-27bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+38
2021-02-27selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich1-3/+4
2021-02-27selftests/bpf: Propagate error code of the command to vmtest.shKP Singh1-7/+19
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang2-6/+6
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu1-1/+0
2021-02-26selftests/bpf: Introduce xsk statistics testsCiara Loftus2-14/+136
2021-02-26selftests/bpf: Restructure xsk selftestsCiara Loftus4-228/+159
2021-02-26selftests/bpf: Expose and rename debug argumentCiara Loftus3-5/+14
2021-02-26selftest/bpf: Make xsk tests less verboseMagnus Karlsson4-30/+50
2021-02-26bpf: runqslower: Use task local storageSong Liu1-12/+21
2021-02-26bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu1-1/+4
2021-02-26selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu2-0/+93
2021-02-26selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu3-0/+165
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer1-0/+4
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-65/+267
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds34-138/+42
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-80/+758
2021-02-21Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds10-10/+10
2021-02-21Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-59/+62
2021-02-21Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2021-02-21Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-20/+4
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2-4/+40
2021-02-17static_call: Pull some static_call declarations to the type headersPeter Zijlstra1-0/+27
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra2-63/+202
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski1-1/+2
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+40
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller101-839/+3390
2021-02-13selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov11-0/+449
2021-02-13selftests: tc: Add generic mpls matching support for tc-flowerGuillaume Nault2-1/+162
2021-02-13selftests: tc: Add basic mpls_* matching support for tc-flowerGuillaume Nault3-1/+187
2021-02-13flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-1/+37
2021-02-13selftests: mptcp: fail if not enough SYN/3rd ACKMatthieu Baerts1-8/+20
2021-02-13selftests: mptcp: display warnings on one lineMatthieu Baerts1-23/+40