| Age | Commit message (Expand) | Author |
| 2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov |
| 2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov |
| 2021-02-11 | bpf: Run sleepable programs with migration disabled | Alexei Starovoitov |
| 2021-02-11 | bpf: Optimize program stats | Alexei Starovoitov |
| 2021-02-10 | bpf_lru_list: Read double-checked variable once without lock | Marco Elver |
| 2021-02-10 | selftests/bpf: Simplify the calculation of variables | Jiapeng Chong |
| 2021-02-10 | selftests/bpf: Fix endianness issues in atomic tests | Ilya Leoshkevich |
| 2021-02-10 | Merge branch 'allow variable-offset stack acces' | Alexei Starovoitov |
| 2021-02-10 | selftest/bpf: Add test for var-offset stack access | Andrei Matei |
| 2021-02-10 | selftest/bpf: Verifier tests for var-off access | Andrei Matei |
| 2021-02-10 | selftest/bpf: Adjust expected verifier errors | Andrei Matei |
| 2021-02-10 | bpf: Allow variable-offset stack access | Andrei Matei |
| 2021-02-08 | Merge branch 'kbuild/resolve_btfids: Invoke resolve_btfids' | Andrii Nakryiko |
| 2021-02-08 | kbuild: Add resolve_btfids clean to root clean target | Jiri Olsa |
| 2021-02-08 | tools/resolve_btfids: Set srctree variable unconditionally | Jiri Olsa |
| 2021-02-08 | tools/resolve_btfids: Check objects before removing | Jiri Olsa |
| 2021-02-08 | tools/resolve_btfids: Build libbpf and libsubcmd in separate directories | Jiri Olsa |
| 2021-02-08 | bpf: Simplify bool comparison | Jiapeng Chong |
| 2021-02-08 | selftests/bpf: Add missing cleanup in atomic_bounds test | Brendan Jackman |
| 2021-02-08 | selftests/bpf: Remove unneeded semicolon | Yang Li |
| 2021-02-08 | bpf/benchs/bench_ringbufs: Remove unneeded semicolon | Yang Li |
| 2021-02-04 | bpf: Refactor BPF_PSEUDO_CALL checking as a helper function | Yonghong Song |
| 2021-02-04 | Merge branch 'BPF ring buffer + sleepable programs' | Andrii Nakryiko |
| 2021-02-04 | bpf/selftests: Update the IMA test to use BPF ring buffer | KP Singh |
| 2021-02-04 | bpf: Allow usage of BPF ringbuffer in sleepable programs | KP Singh |
| 2021-02-04 | Merge branch 'BPF selftest helper script' | Andrii Nakryiko |
| 2021-02-04 | bpf/selftests: Add a short note about vmtest.sh in README.rst | KP Singh |
| 2021-02-04 | bpf: Helper script for running BPF presubmit tests | KP Singh |
| 2021-02-04 | bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions. | Alexei Starovoitov |
| 2021-02-04 | libbpf: Stop using feature-detection Makefiles | Andrii Nakryiko |
| 2021-02-04 | net, veth: Alloc skb in bulk for ndo_xdp_xmit | Lorenzo Bianconi |
| 2021-02-03 | selftest/bpf: Testing for multiple logs on REJECT | Andrei Matei |
| 2021-02-02 | samples: bpf: Remove unneeded semicolon | Yang Li |
| 2021-02-02 | selftests/bpf: Fix a compiler warning in local_storage test | KP Singh |
| 2021-02-02 | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman |
| 2021-02-02 | samples/bpf: Add include dir for MIPS Loongson64 to fix build errors | Tiezhu Yang |
| 2021-01-29 | bpf: Simplify cases in bpf_base_func_proto | Tobias Klauser |
| 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-29 | tools: Factor Clang, LLC and LLVM utils definitions | Sedat Dilek |
| 2021-01-27 | selftests/bpf: Verify that rebinding to port < 1024 from BPF works | Stanislav Fomichev |
| 2021-01-27 | bpf: Allow rewriting to ports under ip_unprivileged_port_start | Stanislav Fomichev |
| 2021-01-28 | skmsg: Make sk_psock_destroy() static | Cong Wang |
| 2021-01-27 | bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn() | Menglong Dong |
| 2021-01-26 | selftests/bpf: Don't exit on failed bpf_testmod unload | Andrii Nakryiko |
| 2021-01-26 | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings | Tiezhu Yang |
| 2021-01-26 | tools, headers: Sync struct bpf_perf_event_data | Florian Lehner |
| 2021-01-26 | selftests/bpf: Avoid useless void *-casts | Björn Töpel |