summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-06-02bpf: Add BPF ringbuf and perf buffer benchmarksAndrii Nakryiko6-1/+754
2020-06-02selftests/bpf: Add BPF ringbuf selftestsAndrii Nakryiko4-0/+468
2020-06-02libbpf: Add BPF ring buffer supportAndrii Nakryiko5-1/+317
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko9-19/+101
2020-06-02selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov1-1/+39
2020-06-02selftests/bpf: Cleanup comments in test_mapsAnton Protopopov1-3/+3
2020-06-02selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov1-0/+4
2020-06-02selftests/bpf: Fix a typo in test_mapsAnton Protopopov1-1/+1
2020-06-02libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron1-1/+4
2020-06-02bpf, selftests: Test probe_* helpers from SCHED_CLSJohn Fastabend2-0/+58
2020-06-02bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend2-0/+82
2020-06-02bpf, sk_msg: Add get socket storage helpersJohn Fastabend1-0/+2
2020-06-02libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta1-2/+2
2020-06-02libbpf: Install headers as part of make installNikolay Borisov1-1/+1
2020-06-02libbpf: Add API to consume the perf ring buffer contentEelco Chaudron3-0/+21
2020-06-02tools, bpftool: Print correct error message when failing to load BTFTobias Klauser1-1/+1
2020-06-02tools, bpftool: Make capability check account for new BPF capsQuentin Monnet1-19/+66
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet11-76/+64
2020-06-01selftests: mlxsw: Add test for control packetsIdo Schimmel2-0/+711
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+54
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-05-31selftests: forwarding: pedit_dsfield: Check counter valuePetr Machata1-1/+6
2020-05-31selftests: forwarding: mirror_lib: Use mausezahnPetr Machata1-4/+2
2020-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-14/+32
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-28selftests: Add torture tests to nexthop testsDavid Ahern1-2/+113
2020-05-27net: add large ecmp group nexthop testsStephen Worley1-2/+82
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti1-0/+21
2020-05-27mlxsw: spectrum: Reduce priority of locally delivered packetsIdo Schimmel1-1/+1
2020-05-26x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-5/+241
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+26
2020-05-23selftests/vm/write_to_hugetlbfs.c: fix unused variable warningJohn Hubbard1-2/+0
2020-05-23selftests/vm/.gitignore: add mremap_dontunmapJohn Hubbard1-0/+1
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller31-733/+949
2020-05-23selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire1-0/+1
2020-05-23selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire1-0/+1
2020-05-23selftests/bpf: Add general instructions for test executionAlan Maguire1-0/+2
2020-05-23selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integerAmit Cohen1-1/+1
2020-05-23selftests: netdevsim: Always initialize 'RET' variableIdo Schimmel1-0/+4
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+20
2020-05-23selftests: net: add fdb nexthop testsRoopa Prabhu1-2/+158
2020-05-22bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr checkJohn Fastabend1-0/+1
2020-05-22bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend1-0/+19
2020-05-22bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend1-0/+33
2020-05-21wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld1-1/+1
2020-05-21bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2-1/+20
2020-05-20selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_metaAndrii Nakryiko2-0/+30
2020-05-19selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.hAndrii Nakryiko6-0/+98