summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | selftests: mptcp: add disconnect testsPaolo Abeni2022-01-072-27/+160
| * | | | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-0612-184/+543
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong2022-01-061-20/+130
| | * | | | | | | | | | | | | | | bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong2022-01-061-128/+92
| | * | | | | | | | | | | | | | | bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2022-01-062-1/+49
| | * | | | | | | | | | | | | | | libbpf: Add documentation for bpf_map batch operationsGrant Seltzer2022-01-062-6/+117
| | * | | | | | | | | | | | | | | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko2022-01-061-2/+2
| | * | | | | | | | | | | | | | | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee2022-01-051-1/+2
| | * | | | | | | | | | | | | | | libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-052-1/+2
| | * | | | | | | | | | | | | | | libbpf: Support repeated legacy kprobes on same functionQiang Wang2022-01-051-1/+4
| | * | | | | | | | | | | | | | | libbpf: Use probe_name for legacy kprobeQiang Wang2022-01-051-1/+1
| | * | | | | | | | | | | | | | | libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2022-01-052-8/+15
| | * | | | | | | | | | | | | | | bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann2022-01-051-0/+28
| | * | | | | | | | | | | | | | | bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa2022-01-051-0/+7
| | * | | | | | | | | | | | | | | bpftool: Probe for instruction set extensionsPaul Chaignon2022-01-051-0/+44
| | * | | | | | | | | | | | | | | bpftool: Probe for bounded loop supportPaul Chaignon2022-01-051-0/+22
| | * | | | | | | | | | | | | | | bpftool: Refactor misc. feature probePaul Chaignon2022-01-051-16/+29
| * | | | | | | | | | | | | | | | gro: add ability to control gro max packet sizeCoco Li2022-01-061-0/+1
| * | | | | | | | | | | | | | | | testptp: set pin function before other requestsMiroslav Lichvar2022-01-051-12/+12
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0510-29/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | / / / / / / / / / / / / / | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3165-672/+1841
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | bpf/selftests: Update local storage selftest for sleepable programsKP Singh2021-12-292-33/+11
| | * | | | | | | | | | | | | | | libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko2021-12-283-17/+28
| | * | | | | | | | | | | | | | | libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko2021-12-281-32/+22
| | * | | | | | | | | | | | | | | libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko2021-12-281-225/+152
| | * | | | | | | | | | | | | | | selftests/bpf: Add btf_dump__new to test_cppJiri Olsa2021-12-231-1/+8
| | * | | | | | | | | | | | | | | libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa2021-12-231-0/+6
| | * | | | | | | | | | | | | | | bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-211-0/+2
| | * | | | | | | | | | | | | | | selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui2021-12-201-1/+1
| | * | | | | | | | | | | | | | | bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2021-12-182-0/+43
| | * | | | | | | | | | | | | | | bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko2021-12-171-3/+23
| | * | | | | | | | | | | | | | | selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2021-12-172-0/+126
| | * | | | | | | | | | | | | | | libbpf: Rework feature-probing APIsAndrii Nakryiko2021-12-173-54/+236
| | * | | | | | | | | | | | | | | bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-77/+92
| | * | | | | | | | | | | | | | | bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-15/+15
| | * | | | | | | | | | | | | | | selftests/bpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-4/+4
| | * | | | | | | | | | | | | | | tools/runqslower: Enable cross-building with clangJean-Philippe Brucker2021-12-161-2/+2
| | * | | | | | | | | | | | | | | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
| | * | | | | | | | | | | | | | | tools/libbpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-1/+2
| | * | | | | | | | | | | | | | | tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker2021-12-161-0/+1
| | * | | | | | | | | | | | | | | tools: Help cross-building with clangJean-Philippe Brucker2021-12-161-1/+12
| | * | | | | | | | | | | | | | | libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko2021-12-141-1/+4
| | * | | | | | | | | | | | | | | libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee2021-12-141-0/+1
| | * | | | | | | | | | | | | | | tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
| | * | | | | | | | | | | | | | | selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-1410-67/+104
| | * | | | | | | | | | | | | | | selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko2021-12-148-24/+3
| | * | | | | | | | | | | | | | | libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPFAndrii Nakryiko2021-12-146-39/+143
| | * | | | | | | | | | | | | | | libbpf: Add sane strncpy alternative and use it internallyAndrii Nakryiko2021-12-146-19/+31
| | * | | | | | | | | | | | | | | libbpf: Fix potential uninit memory readAndrii Nakryiko2021-12-141-0/+1
| | * | | | | | | | | | | | | | | libbpf: Add doc comments for bpf_program__(un)pin()Grant Seltzer2021-12-131-0/+24