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