index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-02-01
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
2022-01-31
bpf: make bpf_copy_from_user_task() gpl only
Kenta Tada
2022-01-31
Merge branch 'Split bpf_sock dst_port field'
Alexei Starovoitov
2022-01-31
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
2022-01-27
Merge branch 'selftests/bpf: use temp netns for testing'
Alexei Starovoitov
2022-01-27
selftests/bpf/test_xdp_redirect: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_xdp_meta: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_tcp_check_syncookie: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_lwt_seg6local: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_xdp_vlan: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_xdp_veth: use temp netns for testing
Hangbin Liu
2022-01-27
selftests/bpf/test_xdp_redirect_multi: use temp netns for testing
Hangbin Liu
2022-01-27
bpf, x86: Remove unnecessary handling of BPF_SUB atomic op
Hou Tao
2022-01-27
Merge branch 'bpf: add __user tagging support in vmlinux BTF'
Alexei Starovoitov
2022-01-27
docs/bpf: clarify how btf_type_tag gets encoded in the type chain
Yonghong Song
2022-01-27
selftests/bpf: specify pahole version requirement for btf_tag test
Yonghong Song
2022-01-27
selftests/bpf: add a selftest with __user tag
Yonghong Song
2022-01-27
selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
Yonghong Song
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-27
compiler_types: define __user as __attribute__((btf_type_tag("user")))
Yonghong Song
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2022-01-27
selftests/bpf: fix a clang compilation error
Yonghong Song
2022-01-27
selftests, xsk: Fix bpf_res cleanup test
Magnus Karlsson
2022-01-27
Merge branch 'xsk-batching'
Daniel Borkmann
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
2022-01-27
ice: xsk: Avoid potential dead AF_XDP Tx processing
Maciej Fijalkowski
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
2022-01-27
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
2022-01-27
ice: Remove likely for napi_complete_done
Maciej Fijalkowski
2022-01-26
bpf: remove unused static inlines
Jakub Kicinski
2022-01-26
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
2022-01-26
selftests/bpf: Fix a clang compilation error
Yonghong Song
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
2022-01-25
selftests: bpf: Less strict size check in sockopt_sk
Felix Maurer
2022-01-25
Merge branch 'libbpf: deprecate some setter and getter APIs'
Alexei Starovoitov
2022-01-25
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
2022-01-25
samples/bpf: use preferred getters/setters instead of deprecated ones
Andrii Nakryiko
2022-01-25
selftests/bpf: use preferred setter/getter APIs instead of deprecated ones
Andrii Nakryiko
2022-01-25
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2022-01-25
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
2022-01-25
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
2022-01-25
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
2022-01-24
Merge branch 'Fix the incorrect register read for syscalls on x86_64'
Andrii Nakryiko
2022-01-24
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
2022-01-24
selftests/bpf: Extract syscall wrapper
Kenta Tada
[next]