2021-02-12 |
Ilya Leoshkevich | bpf: Fix subreg optimization for BPF_FETCH |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Ilya Leoshkevich | docs: bpf: Clarify BPF_CMPXCHG wording |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Alexei Starovoitov | bpf: Clear per_cpu pointers during bpf_prog_realloc |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Florent Revest | selftests/bpf: Add a selftest for the tracing bpf_get_s... |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Florent Revest | selftests/bpf: Use vmlinux.h in socket_cookie_prog.c |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Florent Revest | selftests/bpf: Integrate the socket_cookie test to... |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Florent Revest | bpf: Expose bpf_get_socket_cookie to tracing programs |
commit | commitdiff | tree | snapshot |
2021-02-12 |
Florent Revest | bpf: Be less specific about socket cookies guarantees |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Jiri Olsa | kbuild: Do not clean resolve_btfids if the output does... |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | selftests/bpf: Add a test for map-in-map and per-cpu... |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Allows per-cpu maps and map-in-map in sleepable... |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | selftests/bpf: Improve recursion selftest |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Count the number of times recursion was prevented |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | selftest/bpf: Add a recursion test |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Add per-program recursion prevention mechanism |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Compute program stats for sleepable programs |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Run sleepable programs with migration disabled |
commit | commitdiff | tree | snapshot |
2021-02-11 |
Alexei Starovoitov | bpf: Optimize program stats |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Marco Elver | bpf_lru_list: Read double-checked variable once without... |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Jiapeng Chong | selftests/bpf: Simplify the calculation of variables |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Ilya Leoshkevich | selftests/bpf: Fix endianness issues in atomic tests |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Alexei Starovoitov | Merge branch 'allow variable-offset stack acces' |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Andrei Matei | selftest/bpf: Add test for var-offset stack access |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Andrei Matei | selftest/bpf: Verifier tests for var-off access |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Andrei Matei | selftest/bpf: Adjust expected verifier errors |
commit | commitdiff | tree | snapshot |
2021-02-10 |
Andrei Matei | bpf: Allow variable-offset stack access |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Andrii Nakryiko | Merge branch 'kbuild/resolve_btfids: Invoke resolve_btfids' |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Jiri Olsa | kbuild: Add resolve_btfids clean to root clean target |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Jiri Olsa | tools/resolve_btfids: Set srctree variable unconditionally |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Jiri Olsa | tools/resolve_btfids: Check objects before removing |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Jiri Olsa | tools/resolve_btfids: Build libbpf and libsubcmd in... |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Jiapeng Chong | bpf: Simplify bool comparison |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Brendan Jackman | selftests/bpf: Add missing cleanup in atomic_bounds... |
commit | commitdiff | tree | snapshot |
2021-02-09 |
Yang Li | selftests/bpf: Remove unneeded semicolon |
commit | commitdiff | tree | snapshot |
2021-02-08 |
Yang Li | bpf/benchs/bench_ringbufs: Remove unneeded semicolon |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Yonghong Song | bpf: Refactor BPF_PSEUDO_CALL checking as a helper... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Andrii Nakryiko | Merge branch 'BPF ring buffer + sleepable programs' |
commit | commitdiff | tree | snapshot |
2021-02-05 |
KP Singh | bpf/selftests: Update the IMA test to use BPF ring... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
KP Singh | bpf: Allow usage of BPF ringbuffer in sleepable programs |
commit | commitdiff | tree | snapshot |
2021-02-05 |
Andrii Nakryiko | Merge branch 'BPF selftest helper script' |
commit | commitdiff | tree | snapshot |
2021-02-05 |
KP Singh | bpf/selftests: Add a short note about vmtest.sh in... |
commit | commitdiff | tree | snapshot |
2021-02-05 |
KP Singh | bpf: Helper script for running BPF presubmit tests |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Alexei Starovoitov | bpf: Emit explicit NULL pointer checks for PROBE_LDX... |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Andrii Nakryiko | libbpf: Stop using feature-detection Makefiles |
commit | commitdiff | tree | snapshot |
2021-02-04 |
Lorenzo Bianconi | net, veth: Alloc skb in bulk for ndo_xdp_xmit |
commit | commitdiff | tree | snapshot |
2021-02-03 |
Andrei Matei | selftest/bpf: Testing for multiple logs on REJECT |
commit | commitdiff | tree | snapshot |
2021-02-03 |
Yang Li | samples: bpf: Remove unneeded semicolon |
commit | commitdiff | tree | snapshot |
2021-02-03 |
KP Singh | selftests/bpf: Fix a compiler warning in local_storage... |
commit | commitdiff | tree | snapshot |
2021-02-03 |
Brendan Jackman | bpf: Propagate stack bounds to registers in atomics... |
commit | commitdiff | tree | snapshot |
2021-02-02 |
Tiezhu Yang | samples/bpf: Add include dir for MIPS Loongson64 to... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Tobias Klauser | bpf: Simplify cases in bpf_base_func_proto |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Stanislav Fomichev | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Stanislav Fomichev | selftests/bpf: Rewrite recvmsg{4,6} asm progs to c... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Stanislav Fomichev | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Stanislav Fomichev | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
Sedat Dilek | tools: Factor Clang, LLC and LLVM utils definitions |
commit | commitdiff | tree | snapshot |
2021-01-28 |
Stanislav Fomichev | selftests/bpf: Verify that rebinding to port < 1024... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
Stanislav Fomichev | bpf: Allow rewriting to ports under ip_unprivileged_por... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
Cong Wang | skmsg: Make sk_psock_destroy() static |
commit | commitdiff | tree | snapshot |
2021-01-27 |
Menglong Dong | bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn() |
commit | commitdiff | tree | snapshot |
2021-01-26 |
Andrii Nakryiko | selftests/bpf: Don't exit on failed bpf_testmod unload |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Tiezhu Yang | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Florian Lehner | tools, headers: Sync struct bpf_perf_event_data |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Avoid useless void *-casts |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Consistent malloc/calloc usage |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Avoid heap allocation |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Define local variables at the beginning... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Change type from void * to struct generi... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Change type from void * to struct ifacec... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Remove casting by introduce local variable |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Improve readability of xdpxceiver/worker... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Remove memory leak |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Fix style warnings |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Remove unused enums |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | selftests/bpf: Remove a lot of ifobject casting |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | libbpf, xsk: Select AF_XDP BPF program based on kernel... |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | xsk: Fold xp_assign_dev and __xp_assign_dev |
commit | commitdiff | tree | snapshot |
2021-01-25 |
Björn Töpel | xsk: Remove explicit_free parameter from __xsk_rcv() |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Hangbin Liu | samples/bpf: Add xdp program on egress for xdp_redirect_map |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Tobias Klauser | bpf: Fix typo in scalar{,32}_min_max_rsh comments |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Tiezhu Yang | bpf, docs: Update build procedure for manually compilin... |
commit | commitdiff | tree | snapshot |
2021-01-21 |
Junlin Yang | selftest/bpf: Fix typo |
commit | commitdiff | tree | snapshot |
2021-01-21 |
Jiri Olsa | libbpf: Use string table index from index table if... |
commit | commitdiff | tree | snapshot |
2021-01-21 |
Brendan Jackman | docs: bpf: Clarify -mcpu=v3 requirement for atomic ops |
commit | commitdiff | tree | snapshot |
2021-01-21 |
Brendan Jackman | docs: bpf: Fixup atomics markup |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Alexei Starovoitov | Merge branch 'bpf: misc performance improvements for... |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Stanislav Fomichev | bpf: Split cgroup_bpf_enabled per attach type |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Stanislav Fomichev | bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Stanislav Fomichev | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Yonghong Song | bpf: Permit size-0 datasec |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Alexei Starovoitov | Merge branch 'Allow attaching to bare tracepoints' |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Qais Yousef | selftests: bpf: Add a new test for bare tracepoints |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Alexei Starovoitov | Merge branch 'bpf,x64: implement jump padding in jit' |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Qais Yousef | trace: bpf: Allow bpf to attach to bare tracepoints |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Gary Lin | selftests/bpf: Add verifier tests for x64 jit jump... |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Gary Lin | test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxin... |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Gary Lin | bpf,x64: Pad NOPs to make images converge more easily |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Lukas Bulwahn | docs, bpf: Add minimal markup to address doc warning |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Björn Töpel | samples/bpf: Add BPF_ATOMIC_OP macro for BPF samples |
commit | commitdiff | tree | snapshot |
2021-01-20 |
Lorenzo Bianconi | net, xdp: Introduce xdp_build_skb_from_frame utility... |
commit | commitdiff | tree | snapshot |
next |