aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-30selftests: xsk: Remove thread for netns switchMaciej Fijalkowski2-119/+14
2021-03-30libbpf: xsk: Use bpf_linkMaciej Fijalkowski1-45/+213
2021-03-30selftests: xsk: Simplify frame traversal in dumping threadMaciej Fijalkowski1-26/+21
2021-03-30selftests: xsk: Remove inline keyword from source fileMaciej Fijalkowski1-10/+7
2021-03-30selftests: xsk: Remove unused functionMaciej Fijalkowski1-13/+0
2021-03-30selftests: xsk: Remove struct ifaceconfigobjMaciej Fijalkowski2-43/+29
2021-03-30selftests: xsk: Don't call worker_pkt_dump() for stats testMaciej Fijalkowski1-1/+1
2021-03-30perf tools: Preserve identifier id in OCaml demanglerFabian Hemmer2-15/+3
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko1-8/+16
2021-03-30bpf: selftests: Update clang requirement in README.rst for testing kfunc callMartin KaFai Lau1-0/+14
2021-03-29selftests: mlxsw: Test vetoing of double samplingIdo Schimmel1-0/+30
2021-03-29selftests: mlxsw: Test matchall failure with protocol matchIdo Schimmel1-0/+17
2021-03-29selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel1-1/+12
2021-03-29Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo57-117/+1240
2021-03-29selftests/powerpc: unmark non-kernel-doc commentsRandy Dunlap1-2/+2
2021-03-28selftests: forwarding: Add tc-police tests for packets per secondBaowen Zheng2-0/+65
2021-03-28selftests: tc-testing: add action police selftest for packets per secondBaowen Zheng1-0/+48
2021-03-28Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds11-45/+105
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau3-0/+148
2021-03-26bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-26bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-26libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-26libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-26libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-26libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-26libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau3-11/+15
2021-03-26selftests: mptcp: signal addresses testcasesGeliang Tang1-0/+58
2021-03-26selftests: mptcp: timeout testcases for multi addressesGeliang Tang1-2/+24
2021-03-26selftests: mptcp: add cfg_do_w for cfg_removeGeliang Tang1-3/+7
2021-03-26selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource"Colin Ian King1-1/+1
2021-03-26selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)Ilya Leoshkevich1-1/+2
2021-03-26bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2-0/+63
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-26tools: gpio-utils: fix various kernel-doc warningsRandy Dunlap1-9/+9
2021-03-26usbip: tools: add usage of device mode in usbip_list.cHongren Zheng (Zenithal)1-1/+2
2021-03-26usbip: tools: add options and examples in man page related to device modeHongren Zheng (Zenithal)2-1/+67
2021-03-26tools: usbip: list.h: fix kernel-doc for list_del()Randy Dunlap1-5/+5
2021-03-26perf test: Change to use bash for daemon testLeo Yan1-1/+1
2021-03-26perf sort: Display sort dimension p_stage_cyc only on supported archsAthira Rajeev3-0/+27
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev8-8/+55
2021-03-26perf powerpc: Add support for PERF_SAMPLE_WEIGHT_STRUCTAthira Rajeev3-0/+42
2021-03-26perf sort: Add dynamic headers for perf report columnsAthira Rajeev2-1/+19
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman5-59/+189
2021-03-25libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-03-25libbpf: Add bpf object kern_version attribute setterRafael David Tinoco3-0/+12
2021-03-25bpf: selftests: Add tests for batched ops in LPM trie mapsPedro Tammela1-0/+158
2021-03-25selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh1-2/+4
2021-03-26libbpf: Constify few bpf_program gettersAndrii Nakryiko2-4/+4
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller34-523/+2968