summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11208-1979/+21802
|\
| * tc-testing: introduce scapyPlugin for basic trafficLucas Bates2019-07-092-0/+148
| * tc-testing: Allow tdc plugins to see test case dataLucas Bates2019-07-092-8/+7
| * tc-tests: Add tc action ct testsPaul Blakey2019-07-091-0/+314
| * tc-tests: actions: add MPLS testsJohn Hurley2019-07-082-0/+1089
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-0810-16/+177
| |\
| | * selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander2019-07-081-1/+1
| | * selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski2019-07-071-0/+26
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-051-1/+26
| | |\
| | | * xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2019-07-031-1/+26
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-034-9/+95
| | |\ \
| | | * | selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-031-6/+6
| | | * | selftests: bpf: add tests for shifts by zeroLuke Nelson2019-07-031-0/+85
| | | * | bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-06-291-0/+1
| | | * | tools: bpftool: use correct argument in cgroup errorsJakub Kicinski2019-06-261-3/+3
| | * | | selftests/net: skip psock_tpacket test if KALLSYMS was not enabledPo-Hsu Lin2019-07-022-5/+10
| | * | | selftests: add a test case for cls_lower handle overflowDavide Caratti2019-07-011-0/+19
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-0859-1031/+2430
| |\ \ \ \
| | * | | | selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich2019-07-091-6/+15
| | * | | | tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet2019-07-081-1/+8
| | * | | | selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko2019-07-081-8/+5
| | * | | | selftests/bpf: add verifier tests for wide storesStanislav Fomichev2019-07-082-3/+50
| | * | | | bpf: sync bpf.h to tools/Stanislav Fomichev2019-07-081-3/+3
| | * | | | libbpf: add perf_buffer_ prefix to READMEAndrii Nakryiko2019-07-081-1/+2
| | * | | | tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko2019-07-081-137/+64
| | * | | | selftests/bpf: test perf buffer APIAndrii Nakryiko2019-07-082-0/+125
| | * | | | libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUsAndrii Nakryiko2019-07-081-7/+24
| | * | | | libbpf: add perf buffer APIAndrii Nakryiko2019-07-083-0/+419
| | * | | | selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev2019-07-061-0/+1
| | * | | | selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev2019-07-061-8/+8
| | * | | | tools: bpftool: Fix json dump crash on powerpcJiri Olsa2019-07-051-4/+7
| | * | | | tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-056-3/+485
| | * | | | selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko2019-07-0511-236/+228
| | * | | | selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300
| | * | | | selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko2019-07-051-0/+3
| | * | | | libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko2019-07-051-30/+28
| | * | | | selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko2019-07-053-81/+32
| | * | | | selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-052-0/+221
| | * | | | selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko2019-07-051-16/+15
| | * | | | libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-053-0/+43
| | * | | | libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-053-0/+84
| | * | | | libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-053-0/+178
| | * | | | libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-053-0/+67
| | * | | | libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-053-1/+23
| | * | | | libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko2019-07-051-1/+1
| * | | | | selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-07-084-0/+1220
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-0430-57/+2406
| |\ \ \ \
| | * | | | selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-033-1/+317
| | * | | | bpf/tools: sync bpf.hStanislav Fomichev2019-07-031-1/+11
| | * | | | selftests: bpf: standardize to static __always_inlineJiri Benc2019-07-035-35/+38