summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"Colin Ian King2020-06-241-1/+1
| * | | | | | tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet2020-06-241-8/+9
| * | | | | | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-232-1/+2
| |\ \ \ \ \ \
| * | | | | | | tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser2020-06-241-1/+1
| * | | | | | | selftests/bpf: Add variable-length data concat pattern less than testJohn Fastabend2020-06-242-4/+78
| * | | | | | | selftests/bpf: Add variable-length data concatenation pattern testAndrii Nakryiko2020-06-242-0/+152
| * | | | | | | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
| * | | | | | | tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko2020-06-224-2/+35
| * | | | | | | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-2210-0/+378
| * | | | | | | libbpf: Wrap source argument of BPF_CORE_READ macro in parenthesesAndrii Nakryiko2020-06-221-4/+4
| * | | | | | | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko2020-06-227-66/+45
| * | | | | | | tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-224-32/+38
| * | | | | | | tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-224-308/+310
| * | | | | | | selftests/bpf: Add __ksym extern selftestAndrii Nakryiko2020-06-222-0/+103
| * | | | | | | libbpf: Add support for extracting kernel symbol addressesAndrii Nakryiko2020-06-223-6/+144
| * | | | | | | libbpf: Generalize libbpf externs supportAndrii Nakryiko2020-06-221-140/+206
| * | | | | | | libbpf: Add a bunch of attribute getters/setters for map definitionsAndrii Nakryiko2020-06-233-10/+134
| * | | | | | | selftests/bpf: Test access to bpf map pointerAndrey Ignatov2020-06-223-0/+780
| * | | | | | | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-1/+1
| * | | | | | | tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko2020-06-201-2/+2
| * | | | | | | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmeticYonghong Song2020-06-191-0/+38
| * | | | | | | libbpf: Bump version to 0.1.0Andrii Nakryiko2020-06-171-0/+3
* | | | | | | | selftests/net: add ipv6 test coverage in rxtimestamp testtannerlove2020-07-031-26/+59
* | | | | | | | selftests: mptcp: add option to specify size of file to transferFlorian Westphal2020-07-011-13/+39
* | | | | | | | selftests: forwarding: Add tests for ethtool extended stateAmit Cohen2020-06-291-0/+102
* | | | | | | | selftests: forwarding: forwarding.config.sample: Add port with no cable conne...Amit Cohen2020-06-291-0/+3
* | | | | | | | selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_libAmit Cohen2020-06-292-17/+17
* | | | | | | | selftests: forwarding: Add a RED test for SW datapathPetr Machata2020-06-291-0/+492
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-25129-801/+869
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-2513-38/+325
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-253-7/+7
| | * | | | | | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-1/+176
| | |\ \ \ \ \ \
| | | * | | | | | selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| | | | |_|_|_|/ | | | |/| | | |
| | * / | | | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-1/+12
| | |/ / / / /
| | * | | | | tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu2020-06-201-7/+7
| | * | | | | selftests/net: report etf errors correctlyWillem de Bruijn2020-06-191-7/+26
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-175-12/+95
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2020-06-172-9/+91
| | | * | | | tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2020-06-172-2/+2
| | | |/ / /
| | | * | | tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko2020-06-161-0/+1
| | | * | | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
| | | |/ /
| * | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-244-29/+124
| |\ \ \ \
| | * | | | tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez2020-06-224-9/+6
| | * | | | tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez2020-06-221-2/+24
| | * | | | tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez2020-06-221-7/+14
| | * | | | tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez2020-06-221-4/+3
| | * | | | tools/virtio: Add --resetEugenio Pérez2020-06-221-4/+37
| | * | | | tools/virtio: Add --batch=random optionEugenio Pérez2020-06-221-4/+14
| | * | | | tools/virtio: Add --batch optionEugenio Pérez2020-06-221-10/+37
| | | |_|/ | | |/| |