- c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
- 11d39cf selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.c by Andrii Nakryiko · 4 years ago
- ccb0e23 selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax by Ilya Leoshkevich · 4 years ago
- 3fcd50d selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size by Ilya Leoshkevich · 4 years ago
- a0d73ac selftests/bpf: Fix typo in Makefile by Jean-Philippe Brucker · 4 years ago
- 299194a selftests/bpf: Fix test_attach_probe for powerpc uprobes by Jiri Olsa · 4 years ago
- 256becd selftests, bpf: Extend test_tc_tunnel test with vxlan by Xuesen Huang · 4 years ago
- bce8623 selftests/bpf: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
- b4f8946 selftests: bpf: Don't run sk_lookup in verifier tests by Lorenz Bauer · 4 years ago
- abab306 selftests: bpf: Check that PROG_TEST_RUN repeats as requested by Lorenz Bauer · 4 years ago
- 509b293 selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN by Lorenz Bauer · 4 years ago
- 3949186 bpf: Explicitly zero-extend R0 after 32-bit cmpxchg by Brendan Jackman · 4 years ago
- accbd33 selftests/bpf: Test syscall command parsing by Joe Stringer · 4 years ago
- 62b379a selftests/bpf: Templatize man page generation by Joe Stringer · 4 years ago
- a01d935 tools/bpf: Remove bpf-helpers from bpftool docs by Joe Stringer · 4 years ago
- 7999cf7 selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests by Ilya Leoshkevich · 4 years ago
- 7e72aad3 selftest/bpf: Add BTF_KIND_FLOAT tests by Ilya Leoshkevich · 4 years ago
- eea154a selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test by Ilya Leoshkevich · 4 years ago
- 86a35af selftests/bpf: Add a verifier scale test with unknown bounded loop by Yonghong Song · 4 years ago
- 6185266 selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier by Yauheni Kaliuta · 4 years ago
- 42a382a selftests/bpf: Use the last page in test_snprintf_btf on s390 by Ilya Leoshkevich · 4 years ago
- 6b9e333 selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper by Yonghong Song · 4 years ago
- 9de7f0f selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper by Yonghong Song · 4 years ago
- 86fd166 selftests/bpf: Copy extras in out-of-srctree builds by Ilya Leoshkevich · 4 years ago
- 2854436 selftests/bpf: Propagate error code of the command to vmtest.sh by KP Singh · 4 years ago
- ae8b833 sock_map: Rename skb_parser and skb_verdict by Cong Wang · 4 years ago
- b267e5a selftests/bpf: Introduce xsk statistics tests by Ciara Loftus · 4 years ago
- d3e3bf5 selftests/bpf: Restructure xsk selftests by Ciara Loftus · 4 years ago
- d2b0dfd selftests/bpf: Expose and rename debug argument by Ciara Loftus · 4 years ago
- ecde606 selftest/bpf: Make xsk tests less verbose by Magnus Karlsson · 4 years ago
- c540957 selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete] by Song Liu · 4 years ago
- 1f87dcf selftests/bpf: Add non-BPF_LSM test for task local storage by Song Liu · 4 years ago
- 557c223 selftests/bpf: No need to drop the packet when there is no geneve opt by Hangbin Liu · 4 years ago
- c41d81b selftests/bpf: Fix a compiler warning in global func test by Dmitrii Banshchikov · 4 years ago
- b29dd96 bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src by Brendan Jackman · 4 years, 1 month ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 1 month ago
- 8b08807 selftests/bpf: Add unit tests for pointers in global functions by Dmitrii Banshchikov · 4 years, 1 month ago
- b62eba5 selftests/bpf: Tests using bpf_check_mtu BPF-helper by Jesper Dangaard Brouer · 4 years, 1 month ago
- 6b8838b selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirect by Jesper Dangaard Brouer · 4 years, 1 month ago
- e816884 selftests/bpf: Add test for bpf_iter_task_vma by Song Liu · 4 years, 1 month ago
- a79e88dd bpf: selftests: Add non function pointer test to struct_ops by Martin KaFai Lau · 4 years, 1 month ago
- 6fdd671 selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie by Florent Revest · 4 years, 1 month ago
- 6cd4dcc selftests/bpf: Use vmlinux.h in socket_cookie_prog.c by Florent Revest · 4 years, 1 month ago
- 61f8c9c8 selftests/bpf: Integrate the socket_cookie test to test_progs by Florent Revest · 4 years, 1 month ago
- 732fa32 selftests/bpf: Convert test_xdp_redirect.sh to bash by Björn Töpel · 4 years, 1 month ago
- 750e5d7 selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs by Alexei Starovoitov · 4 years, 1 month ago
- dcf33b6 selftests/bpf: Improve recursion selftest by Alexei Starovoitov · 4 years, 1 month ago
- 406c557 selftest/bpf: Add a recursion test by Alexei Starovoitov · 4 years, 1 month ago
- ca06f55 bpf: Add per-program recursion prevention mechanism by Alexei Starovoitov · 4 years, 1 month ago
- bd2d4e6 selftests/bpf: Simplify the calculation of variables by Jiapeng Chong · 4 years, 1 month ago
- 45df305 selftests/bpf: Fix endianness issues in atomic tests by Ilya Leoshkevich · 4 years, 1 month ago
- 0fd7562 selftest/bpf: Add test for var-offset stack access by Andrei Matei · 4 years, 1 month ago
- 7a22930 selftest/bpf: Verifier tests for var-off access by Andrei Matei · 4 years, 1 month ago
- a680cb3 selftest/bpf: Adjust expected verifier errors by Andrei Matei · 4 years, 1 month ago
- 1589a1f selftests/bpf: Add missing cleanup in atomic_bounds test by Brendan Jackman · 4 years, 1 month ago
- 11da9f0 selftests/bpf: Remove unneeded semicolon by Yang Li · 4 years, 1 month ago
- 215cb7d bpf/benchs/bench_ringbufs: Remove unneeded semicolon by Yang Li · 4 years, 1 month ago
- f446b57 bpf/selftests: Update the IMA test to use BPF ring buffer by KP Singh · 4 years, 1 month ago
- 881949f bpf/selftests: Add a short note about vmtest.sh in README.rst by KP Singh · 4 years, 1 month ago
- c9709f5 bpf: Helper script for running BPF presubmit tests by KP Singh · 4 years, 1 month ago
- 060fd10 selftest/bpf: Testing for multiple logs on REJECT by Andrei Matei · 4 years, 1 month ago
- 15075bb selftests/bpf: Fix a compiler warning in local_storage test by KP Singh · 4 years, 1 month ago
- 37086bf bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH by Brendan Jackman · 4 years, 1 month ago
- 4c3384d bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG by Stanislav Fomichev · 4 years, 1 month ago
- 3574906 selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addr by Stanislav Fomichev · 4 years, 1 month ago
- 073f4ec bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME by Stanislav Fomichev · 4 years, 1 month ago
- 62476cc bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG by Stanislav Fomichev · 4 years, 1 month ago
- 211a741 tools: Factor Clang, LLC and LLVM utils definitions by Sedat Dilek · 4 years, 1 month ago
- 8259fde selftests/bpf: Verify that rebinding to port < 1024 from BPF works by Stanislav Fomichev · 4 years, 1 month ago
- 86ce322 selftests/bpf: Don't exit on failed bpf_testmod unload by Andrii Nakryiko · 4 years, 1 month ago
- 095af986 selftests/bpf: Avoid useless void *-casts by Björn Töpel · 4 years, 2 months ago
- d08a17d selftests/bpf: Consistent malloc/calloc usage by Björn Töpel · 4 years, 2 months ago
- 93dd4a0 selftests/bpf: Avoid heap allocation by Björn Töpel · 4 years, 2 months ago
- 829725e selftests/bpf: Define local variables at the beginning of a block by Björn Töpel · 4 years, 2 months ago
- 59a4a87 selftests/bpf: Change type from void * to struct generic_data * by Björn Töpel · 4 years, 2 months ago
- 124000e selftests/bpf: Change type from void * to struct ifaceconfigobj * by Björn Töpel · 4 years, 2 months ago
- 0b50bd4 selftests/bpf: Remove casting by introduce local variable by Björn Töpel · 4 years, 2 months ago
- 8a9cba7 selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate() by Björn Töpel · 4 years, 2 months ago
- 4896d7e selftests/bpf: Remove memory leak by Björn Töpel · 4 years, 2 months ago
- a860728 selftests/bpf: Fix style warnings by Björn Töpel · 4 years, 2 months ago
- 449f087 selftests/bpf: Remove unused enums by Björn Töpel · 4 years, 2 months ago
- 7140ef1 selftests/bpf: Remove a lot of ifobject casting by Björn Töpel · 4 years, 2 months ago
- 443edce selftest/bpf: Fix typo by Junlin Yang · 4 years, 2 months ago
- 9cacf81 bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE by Stanislav Fomichev · 4 years, 2 months ago
- 13ca51d bpf: Permit size-0 datasec by Yonghong Song · 4 years, 2 months ago
- 407be92 selftests: bpf: Add a new test for bare tracepoints by Qais Yousef · 4 years, 2 months ago
- 79d1b68 selftests/bpf: Add verifier tests for x64 jit jump padding by Gary Lin · 4 years, 2 months ago
- 09c02d5 bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs. by Carlos Neira · 4 years, 2 months ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 98d666d bpf: Add tests for new BPF atomic operations by Brendan Jackman · 4 years, 2 months ago
- 91c960b bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 4 years, 2 months ago
- 4237e9f selftests/bpf: Add verifier test for PTR_TO_MEM spill by Gilad Reti · 4 years, 2 months ago
- b8d1cbe selftests/bpf: Install btf_dump test cases by Jean-Philippe Brucker · 4 years, 2 months ago
- ca1e846 selftests/bpf: Fix installation of urandom_read by Jean-Philippe Brucker · 4 years, 2 months ago
- d6ac8ca selftests/bpf: Move generated test files to $(TEST_GEN_FILES) by Jean-Philippe Brucker · 4 years, 2 months ago
- 5837ced selftests/bpf: Fix out-of-tree build by Jean-Philippe Brucker · 4 years, 2 months ago
- de11ae4 selftests/bpf: Enable cross-building by Jean-Philippe Brucker · 4 years, 2 months ago
- 430d97a selftests/bpf: Test kernel module ksym externs by Andrii Nakryiko · 4 years, 2 months ago
- 635599ba selftests/bpf: Sync RCU before unloading bpf_testmod by Andrii Nakryiko · 4 years, 2 months ago
- 3218231 bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex by Daniel Borkmann · 4 years, 2 months ago