Age | Commit message (Expand) | Author | Files | Lines |
2021-02-13 | selftests/bpf: Add unit tests for pointers in global functions | Dmitrii Banshchikov | 9 | -0/+381 |
2021-02-13 | selftests/bpf: Tests using bpf_check_mtu BPF-helper | Jesper Dangaard Brouer | 1 | -0/+198 |
2021-02-13 | selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirect | Jesper Dangaard Brouer | 1 | -0/+7 |
2021-02-12 | selftests/bpf: Add test for bpf_iter_task_vma | Song Liu | 2 | -0/+66 |
2021-02-12 | selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie | Florent Revest | 1 | -3/+33 |
2021-02-12 | selftests/bpf: Use vmlinux.h in socket_cookie_prog.c | Florent Revest | 1 | -5/+6 |
2021-02-12 | selftests/bpf: Integrate the socket_cookie test to test_progs | Florent Revest | 1 | -2/+0 |
2021-02-11 | selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs | Alexei Starovoitov | 1 | -0/+69 |
2021-02-11 | selftest/bpf: Add a recursion test | Alexei Starovoitov | 1 | -0/+46 |
2021-02-10 | selftest/bpf: Add test for var-offset stack access | Andrei Matei | 1 | -0/+51 |
2021-02-05 | bpf/selftests: Update the IMA test to use BPF ring buffer | KP Singh | 1 | -8/+25 |
2021-02-03 | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman | 1 | -0/+24 |
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 | 2 | -0/+80 |
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 | 2 | -0/+12 |
2021-01-28 | selftests/bpf: Verify that rebinding to port < 1024 from BPF works | Stanislav Fomichev | 1 | -0/+45 |
2021-01-21 | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev | 1 | -2/+21 |
2021-01-21 | selftests: bpf: Add a new test for bare tracepoints | Qais Yousef | 1 | -0/+10 |
2021-01-21 | bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs. | Carlos Neira | 1 | -19/+9 |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -27/+35 |
2021-01-15 | bpf: Add tests for new BPF atomic operations | Brendan Jackman | 1 | -0/+154 |
2021-01-13 | selftests/bpf: Test kernel module ksym externs | Andrii Nakryiko | 1 | -0/+26 |
2021-01-13 | bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex | Daniel Borkmann | 2 | -8/+76 |
2021-01-12 | bpf: Update local storage test to check handling of null ptrs | KP Singh | 1 | -27/+35 |
2021-01-09 | selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants | Andrii Nakryiko | 1 | -0/+50 |
2020-12-29 | selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXEC | Jiang Wang | 1 | -1/+1 |
2020-12-14 | selftests/bpf: Add a test for ptr_to_map_value on stack for helper access | Yonghong Song | 1 | -1/+2 |
2020-12-14 | selftests/bpf: Add set_attach_target() API selftest for module target | Andrii Nakryiko | 1 | -0/+11 |
2020-12-10 | selftests/bpf: Make selftest compilation work on clang 11 | Jiri Olsa | 1 | -0/+8 |
2020-12-05 | selftests/bpf: Test bpf_sk_storage_get in tcp iterators | Florent Revest | 1 | -0/+18 |
2020-12-05 | selftests/bpf: Add an iterator selftest for bpf_sk_storage_get | Florent Revest | 1 | -0/+24 |
2020-12-05 | selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete | Florent Revest | 1 | -0/+23 |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 12 | -8/+500 |
2020-12-04 | selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module | Andrii Nakryiko | 1 | -0/+66 |
2020-12-04 | selftests/bpf: Add tp_btf CO-RE reloc test for modules | Andrii Nakryiko | 1 | -1/+31 |
2020-12-04 | selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF | Andrii Nakryiko | 2 | -0/+83 |
2020-12-04 | selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP | Prankur gupta | 1 | -0/+33 |
2020-12-03 | bpf: Eliminate rlimit-based memory accounting infra for bpf maps | Roman Gushchin | 2 | -8/+1 |
2020-12-03 | selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt | Stanislav Fomichev | 2 | -0/+62 |
2020-12-03 | selftests/bpf: Rewrite test_sock_addr bind bpf into C | Stanislav Fomichev | 2 | -0/+159 |
2020-11-26 | bpf: Fix selftest compilation on clang 11 | Andrei Matei | 1 | -0/+2 |
2020-11-26 | bpf: Add a selftest for bpf_ima_inode_hash | KP Singh | 1 | -0/+28 |
2020-11-20 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -0/+65 |
2020-11-19 | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL | Daniel Xu | 1 | -0/+25 |
2020-11-18 | bpf: Add tests for bpf_bprm_opts_set helper | KP Singh | 1 | -0/+34 |
2020-11-16 | selftest/bpf: Fix IPV6FR handling in flow dissector | Santucci Pierpaolo | 1 | -0/+2 |
2020-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 7 | -142/+311 |
2020-11-14 | bpf: Relax return code check for subprograms | Dmitrii Banshchikov | 1 | -0/+19 |
2020-11-13 | bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP | Martin KaFai Lau | 2 | -0/+124 |