summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01selftests: net: add arp_ndisc_evict_nocarrierJames Prestwood
2021-11-01libbpf: Deprecate AF_XDP supportMagnus Karlsson
2021-11-01selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-01selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko
2021-11-01selftests/bpf: Add bloom map success test for userspace callsJoanne Koong
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong
2021-11-01selftests/bpf: Add test cases for struct_ops progHou Tao
2021-11-01selftests, bpf: Fix broken riscv buildBjörn Töpel
2021-11-01riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel
2021-11-01tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel
2021-11-01selftests, bpf: Add one test for sockmap with strparserLiu Jian
2021-11-01selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko
2021-11-01selftests: add amt interface selftest scriptTaehee Yoo
2021-11-01selftests: mptcp: more stable simult_flows testsPaolo Abeni
2021-11-01selftests: mptcp: fix proto type in link_failure testsGeliang Tang
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-10-28selftests: mlxsw: Test port shaperPetr Machata
2021-10-28selftests: mlxsw: Test offloadability of root TBFPetr Machata
2021-10-28selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi
2021-10-28libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi
2021-10-28libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi
2021-10-28libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi
2021-10-28libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi
2021-10-28bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong
2021-10-28bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong
2021-10-28selftests/bpf: Add bloom filter map test casesJoanne Koong
2021-10-28libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong
2021-10-28bpf: Add bloom filter map implementationJoanne Koong
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-27selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun
2021-10-27selftests/bpf: Fix attach_probe in parallel modeYucong Sun
2021-10-27selfetests/bpf: Update vmtest.sh defaultsYucong Sun
2021-10-27libbpf: Deprecate bpf_objects_listJoe Burton
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun
2021-10-26selftests: mlxsw: Remove deprecated test casesDanielle Ratson
2021-10-26selftests: Add an occupancy test for RIF MAC profilesDanielle Ratson
2021-10-26selftests: mlxsw: Add forwarding test for RIF MAC profilesDanielle Ratson
2021-10-26selftests: mlxsw: Add a scale test for RIF MAC profilesDanielle Ratson
2021-10-25selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu
2021-10-25selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu
2021-10-25selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich
2021-10-25selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich