Age | Commit message (Expand) | Author | Files | Lines |
2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 2 | -4/+4 |
2021-02-10 | selftests/bpf: Simplify the calculation of variables | Jiapeng Chong | 1 | -3/+3 |
2021-02-10 | selftests/bpf: Fix endianness issues in atomic tests | Ilya Leoshkevich | 3 | -3/+3 |
2021-02-10 | selftest/bpf: Add test for var-offset stack access | Andrei Matei | 2 | -0/+86 |
2021-02-10 | selftest/bpf: Verifier tests for var-off access | Andrei Matei | 1 | -2/+97 |
2021-02-10 | selftest/bpf: Adjust expected verifier errors | Andrei Matei | 9 | -37/+41 |
2021-02-09 | selftests/bpf: Add missing cleanup in atomic_bounds test | Brendan Jackman | 1 | -0/+2 |
2021-02-09 | selftests/bpf: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2021-02-09 | bpf/benchs/bench_ringbufs: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2021-02-05 | bpf/selftests: Update the IMA test to use BPF ring buffer | KP Singh | 2 | -13/+43 |
2021-02-05 | bpf/selftests: Add a short note about vmtest.sh in README.rst | KP Singh | 1 | -0/+24 |
2021-02-05 | bpf: Helper script for running BPF presubmit tests | KP Singh | 1 | -0/+368 |
2021-02-04 | selftest/bpf: Testing for multiple logs on REJECT | Andrei Matei | 1 | -3/+13 |
2021-02-03 | selftests/bpf: Fix a compiler warning in local_storage test | KP Singh | 1 | -1/+1 |
2021-02-03 | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman | 3 | -0/+66 |
2021-01-29 | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG | Stanislav Fomichev | 2 | -0/+10 |
2021-01-29 | selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addr | Stanislav Fomichev | 3 | -74/+92 |
2021-01-29 | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME | Stanislav Fomichev | 2 | -0/+16 |
2021-01-29 | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG | Stanislav Fomichev | 3 | -0/+33 |
2021-01-29 | tools: Factor Clang, LLC and LLVM utils definitions | Sedat Dilek | 1 | -2/+0 |
2021-01-28 | selftests/bpf: Verify that rebinding to port < 1024 from BPF works | Stanislav Fomichev | 2 | -0/+154 |
2021-01-26 | selftests/bpf: Don't exit on failed bpf_testmod unload | Andrii Nakryiko | 1 | -1/+1 |
2021-01-26 | selftests/bpf: Avoid useless void *-casts | Björn Töpel | 1 | -5/+5 |
2021-01-26 | selftests/bpf: Consistent malloc/calloc usage | Björn Töpel | 1 | -7/+7 |
2021-01-26 | selftests/bpf: Avoid heap allocation | Björn Töpel | 1 | -5/+4 |
2021-01-26 | selftests/bpf: Define local variables at the beginning of a block | Björn Töpel | 1 | -5/+7 |
2021-01-26 | selftests/bpf: Change type from void * to struct generic_data * | Björn Töpel | 1 | -4/+4 |
2021-01-26 | selftests/bpf: Change type from void * to struct ifaceconfigobj * | Björn Töpel | 1 | -14/+14 |
2021-01-26 | selftests/bpf: Remove casting by introduce local variable | Björn Töpel | 1 | -13/+11 |
2021-01-26 | selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate() | Björn Töpel | 1 | -17/+12 |
2021-01-26 | selftests/bpf: Remove memory leak | Björn Töpel | 1 | -1/+0 |
2021-01-26 | selftests/bpf: Fix style warnings | Björn Töpel | 1 | -7/+7 |
2021-01-26 | selftests/bpf: Remove unused enums | Björn Töpel | 1 | -2/+0 |
2021-01-26 | selftests/bpf: Remove a lot of ifobject casting | Björn Töpel | 1 | -45/+43 |
2021-01-22 | selftest/bpf: Fix typo | Junlin Yang | 1 | -2/+2 |
2021-01-21 | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev | 6 | -3/+52 |
2021-01-21 | bpf: Permit size-0 datasec | Yonghong Song | 1 | -0/+21 |
2021-01-21 | selftests: bpf: Add a new test for bare tracepoints | Qais Yousef | 5 | -1/+69 |
2021-01-21 | selftests/bpf: Add verifier tests for x64 jit jump padding | Gary Lin | 2 | -0/+96 |
2021-01-21 | bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs. | Carlos Neira | 5 | -240/+70 |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -98/+102 |
2021-01-15 | bpf: Add tests for new BPF atomic operations | Brendan Jackman | 9 | -0/+881 |
2021-01-15 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 9 | -27/+27 |
2021-01-14 | selftests/bpf: Add verifier test for PTR_TO_MEM spill | Gilad Reti | 2 | -1/+41 |
2021-01-14 | selftests/bpf: Install btf_dump test cases | Jean-Philippe Brucker | 1 | -1/+2 |
2021-01-14 | selftests/bpf: Fix installation of urandom_read | Jean-Philippe Brucker | 1 | -1/+1 |
2021-01-14 | selftests/bpf: Move generated test files to $(TEST_GEN_FILES) | Jean-Philippe Brucker | 1 | -4/+3 |
2021-01-14 | selftests/bpf: Fix out-of-tree build | Jean-Philippe Brucker | 1 | -1/+1 |
2021-01-14 | selftests/bpf: Enable cross-building | Jean-Philippe Brucker | 1 | -11/+35 |
2021-01-13 | selftests/bpf: Test kernel module ksym externs | Andrii Nakryiko | 3 | -0/+60 |