aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-05selftests/bpf: Add test checking more characteristicsDaniel Müller3-0/+91
2022-07-05selftests/bpf: Add type-match checks to type-based testsDaniel Müller3-4/+73
2022-07-05libbpf: add bpf_core_type_matches() helper macroAndrii Nakryiko1-0/+10
2022-07-05bpf, libbpf: Add type match supportDaniel Müller3-4/+285
2022-07-05bpftool: Honor BPF_CORE_TYPE_MATCHES relocationDaniel Müller1-0/+108
2022-07-05bpf: Introduce TYPE_MATCH related constants/macrosDaniel Müller2-0/+2
2022-07-05tools/testing/crypto: Use vzalloc instead of vmalloc+memsetSiddh Raman Pant1-6/+3
2022-07-05bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet3-11/+11
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-05selftests: net: af_unix: Test connect() with different netns.Kuniyuki Iwashima3-1/+152
2022-07-04memblock tests: remove completed TODO itemsRebecca Mckeever1-11/+3
2022-07-04memblock tests: set memblock_debug to enable memblock_dbg() messagesRebecca Mckeever1-0/+7
2022-07-04memblock tests: add verbose output to memblock testsRebecca Mckeever6-344/+817
2022-07-04memblock tests: Makefile: add arguments to control verbosityRebecca Mckeever3-1/+23
2022-07-04tools/vm/slabinfo: Handle files in debugfsStéphane Graber1-2/+24
2022-07-04selftest: net: bridge mdb add/del entry to port that is downCasper Andersson2-0/+119
2022-07-03selftests/vm: only run 128TBswitch with 5-level pagingAdam Sindelar3-1/+56
2022-07-03userfaultfd: selftests: infinite loop in faulting_processEdward Liaw1-2/+2
2022-07-03tools: add memcg_shrinker.pyRoman Gushchin1-0/+71
2022-07-03selftests:timers: globals don't need initialization to 0Zan Aziz1-1/+1
2022-07-02Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds9-17/+134
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim1-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim1-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou1-1/+1
2022-07-01selftests/net: fix section name when using xdp_dummy.oHangbin Liu5-7/+7
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-0/+43
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann1-0/+21
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann1-0/+22
2022-07-01selftests/bpf: Skip lsm_cgroup when we don't have trampolinesStanislav Fomichev1-0/+8
2022-07-01net/cmsg_sender: Remove a semicolonLi kunyu1-1/+1
2022-07-01selftests: net: fib_rule_tests: fix support for running individual testsAlaa Mohamed1-0/+23
2022-07-01remove CONFIG_ANDROIDChristoph Hellwig2-2/+0
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin2-12/+28
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-9/+15
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-133/+735
2022-06-30Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-23/+360
2022-06-30bpftool: Show also the name of type BPF_OBJ_LINKYafang Shao1-0/+1
2022-06-30selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski1-5/+4
2022-06-30selftests/xsk: Verify correctness of XDP prog attach pointMaciej Fijalkowski1-0/+17
2022-06-30selftests/xsk: Introduce XDP prog load based on existing AF_XDP socketMaciej Fijalkowski3-1/+7
2022-06-30selftests/xsk: Avoid bpf_link probe for existing xskMaciej Fijalkowski1-1/+1
2022-06-30selftest: tun: add test for NAPI dismantleJakub Kicinski2-1/+163
2022-06-30bpftool: Use feature list in bash completionQuentin Monnet2-34/+7
2022-06-30bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet3-1/+73
2022-06-30bpftool: Remove attach_type_name forward declarationTobias Klauser1-2/+0
2022-06-29selftests net: fix kselftest net fatal errorColeman Dietsch1-1/+1
2022-06-29perf jevents: Remove jevents.cIan Rogers8-2019/+2
2022-06-29perf jevents: Switch build to use jevents.pyIan Rogers4-2/+189