| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | sock_map: Rename skb_parser and skb_verdict | Cong Wang | 2021-02-26 | 2 | -6/+6 |
| | * | selftests/bpf: Introduce xsk statistics tests | Ciara Loftus | 2021-02-26 | 2 | -14/+136 |
| | * | selftests/bpf: Restructure xsk selftests | Ciara Loftus | 2021-02-26 | 4 | -228/+159 |
| | * | selftests/bpf: Expose and rename debug argument | Ciara Loftus | 2021-02-26 | 3 | -5/+14 |
| | * | selftest/bpf: Make xsk tests less verbose | Magnus Karlsson | 2021-02-26 | 4 | -30/+50 |
| | * | selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete] | Song Liu | 2021-02-26 | 2 | -0/+93 |
| | * | selftests/bpf: Add non-BPF_LSM test for task local storage | Song Liu | 2021-02-26 | 3 | -0/+165 |
| * | | bpf: Explicitly zero-extend R0 after 32-bit cmpxchg | Brendan Jackman | 2021-03-04 | 2 | -0/+50 |
| * | | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier | Yauheni Kaliuta | 2021-03-02 | 1 | -1/+2 |
| * | | selftests/bpf: Use the last page in test_snprintf_btf on s390 | Ilya Leoshkevich | 2021-03-02 | 1 | -3/+10 |
| * | | selftests/bpf: No need to drop the packet when there is no geneve opt | Hangbin Liu | 2021-02-24 | 1 | -4/+2 |
| * | | selftests/bpf: Fix a compiler warning in global func test | Dmitrii Banshchikov | 2021-02-24 | 1 | -1/+1 |
| * | | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman | 2021-02-22 | 1 | -0/+23 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-02-16 | 1 | -7/+3 |
| |\ |
|
| | * | selftests/bpf: Convert test_xdp_redirect.sh to bash | Björn Töpel | 2021-02-11 | 1 | -7/+3 |
| * | | selftests/bpf: Add unit tests for pointers in global functions | Dmitrii Banshchikov | 2021-02-12 | 11 | -0/+449 |
| * | | selftests/bpf: Tests using bpf_check_mtu BPF-helper | Jesper Dangaard Brouer | 2021-02-13 | 2 | -0/+414 |
| * | | selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirect | Jesper Dangaard Brouer | 2021-02-13 | 1 | -0/+7 |
| * | | selftests/bpf: Add test for bpf_iter_task_vma | Song Liu | 2021-02-12 | 3 | -10/+174 |
| * | | bpf: selftests: Add non function pointer test to struct_ops | Martin KaFai Lau | 2021-02-12 | 1 | -0/+1 |
| * | | selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie | Florent Revest | 2021-02-11 | 2 | -6/+41 |
| * | | selftests/bpf: Use vmlinux.h in socket_cookie_prog.c | Florent Revest | 2021-02-11 | 1 | -5/+6 |
| * | | selftests/bpf: Integrate the socket_cookie test to test_progs | Florent Revest | 2021-02-11 | 5 | -213/+72 |
| * | | selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs | Alexei Starovoitov | 2021-02-11 | 1 | -0/+69 |
| * | | selftests/bpf: Improve recursion selftest | Alexei Starovoitov | 2021-02-11 | 1 | -0/+8 |
| * | | selftest/bpf: Add a recursion test | Alexei Starovoitov | 2021-02-11 | 2 | -0/+79 |
| * | | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 2021-02-11 | 2 | -4/+4 |
| * | | selftests/bpf: Simplify the calculation of variables | Jiapeng Chong | 2021-02-10 | 1 | -3/+3 |
| * | | selftests/bpf: Fix endianness issues in atomic tests | Ilya Leoshkevich | 2021-02-10 | 3 | -3/+3 |
| * | | selftest/bpf: Add test for var-offset stack access | Andrei Matei | 2021-02-10 | 2 | -0/+86 |
| * | | selftest/bpf: Verifier tests for var-off access | Andrei Matei | 2021-02-10 | 1 | -2/+97 |
| * | | selftest/bpf: Adjust expected verifier errors | Andrei Matei | 2021-02-10 | 9 | -37/+41 |
| * | | selftests/bpf: Add missing cleanup in atomic_bounds test | Brendan Jackman | 2021-02-08 | 1 | -0/+2 |
| * | | selftests/bpf: Remove unneeded semicolon | Yang Li | 2021-02-08 | 1 | -1/+1 |
| * | | bpf/benchs/bench_ringbufs: Remove unneeded semicolon | Yang Li | 2021-02-08 | 1 | -1/+1 |
| * | | bpf/selftests: Update the IMA test to use BPF ring buffer | KP Singh | 2021-02-04 | 2 | -13/+43 |
| * | | bpf/selftests: Add a short note about vmtest.sh in README.rst | KP Singh | 2021-02-04 | 1 | -0/+24 |
| * | | bpf: Helper script for running BPF presubmit tests | KP Singh | 2021-02-04 | 1 | -0/+368 |
| * | | selftest/bpf: Testing for multiple logs on REJECT | Andrei Matei | 2021-02-03 | 1 | -3/+13 |
| * | | selftests/bpf: Fix a compiler warning in local_storage test | KP Singh | 2021-02-02 | 1 | -1/+1 |
| * | | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman | 2021-02-02 | 3 | -0/+66 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG | Stanislav Fomichev | 2021-01-29 | 2 | -0/+10 |
| * | | selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addr | Stanislav Fomichev | 2021-01-29 | 3 | -74/+92 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME | Stanislav Fomichev | 2021-01-29 | 2 | -0/+16 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG | Stanislav Fomichev | 2021-01-29 | 3 | -0/+33 |
| * | | tools: Factor Clang, LLC and LLVM utils definitions | Sedat Dilek | 2021-01-29 | 1 | -2/+0 |
| * | | selftests/bpf: Verify that rebinding to port < 1024 from BPF works | Stanislav Fomichev | 2021-01-27 | 2 | -0/+154 |
| * | | selftests/bpf: Don't exit on failed bpf_testmod unload | Andrii Nakryiko | 2021-01-26 | 1 | -1/+1 |
| * | | selftests/bpf: Avoid useless void *-casts | Björn Töpel | 2021-01-26 | 1 | -5/+5 |
| * | | selftests/bpf: Consistent malloc/calloc usage | Björn Töpel | 2021-01-26 | 1 | -7/+7 |