projects
/
linux-2.6-microblaze.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
linux-2.6-microblaze.git
2024-01-25
Andrii Nakryiko
Merge branch 'bpf-token'
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Incorporate LSM policy to token-based...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Support BPF token path setting through LIBBPF_B...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Add tests for BPF object load with impli...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Add BPF object loading tests with explic...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Wire up BPF token support at BPF object level
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Wire up token_fd into feature probing logic
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Move feature detection code into its own file
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Further decouple feature checking logic from...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Split feature detectors definitions from cached...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Utilize string values for delegate_xxx...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Support symbolic BPF FS delegation mount options
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Fail BPF_TOKEN_CREATE if no delegation option...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf,selinux: Allocate bpf_security_struct per BPF token
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
selftests/bpf: Add BPF token-enabled tests
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Add BPF token support to bpf_prog_load() API
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Add BPF token support to bpf_btf_load() API
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Add BPF token support to bpf_map_create() API
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
libbpf: Add bpf_token_create() API
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf,lsm: Add BPF token LSM hooks
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Consistently use BPF token throughout BPF verifier...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Take into account BPF token when fetching helper...
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Add BPF token support to BPF_PROG_LOAD command
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Add BPF token support to BPF_BTF_LOAD command
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Add BPF token support to BPF_MAP_CREATE command
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Introduce BPF token object
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Add BPF token delegation mount options to BPF FS
commit
|
commitdiff
|
tree
2024-01-25
Andrii Nakryiko
bpf: Align CAP_NET_ADMIN checks with bpf_capable()...
commit
|
commitdiff
|
tree
2024-01-25
Martin KaFai Lau
libbpf: Ensure undefined bpf_attr field stays 0
commit
|
commitdiff
|
tree
2024-01-24
Martin KaFai Lau
selftests/bpf: Wait for the netstamp_needed_key static...
commit
|
commitdiff
|
tree
2024-01-24
Martin KaFai Lau
selftests/bpf: Fix the flaky tc_redirect_dtime test
commit
|
commitdiff
|
tree
2024-01-24
Dima Tisnek
libbpf: Correct bpf_core_read.h comment wrt bpf_core_re...
commit
|
commitdiff
|
tree
2024-01-24
Andrii Nakryiko
Merge branch 'skip-callback-tests-if-jit-is-disabled...
commit
|
commitdiff
|
tree
2024-01-24
Tiezhu Yang
selftests/bpf: Skip callback tests if jit is disabled...
commit
|
commitdiff
|
tree
2024-01-24
Tiezhu Yang
selftests/bpf: Move is_jit_enabled() into testing_helpers
commit
|
commitdiff
|
tree
2024-01-24
Martin KaFai Lau
Merge branch 'Registrating struct_ops types from modules'
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
selftests/bpf: test case for register_bpf_struct_ops().
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: export btf_ctx_access to modules.
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
libbpf: Find correct module BTFs for struct_ops maps...
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf, net: switch to dynamic registration
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: validate value_type
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: hold module refcnt in bpf_struct_ops map creation...
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: pass attached BTF to the bpf_struct_ops subsystem
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: lookup struct_ops types from a given module BTF.
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: pass btf object id in bpf_map_info.
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: make struct_ops_map support btfs other than btf_vm...
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: add struct_ops_tab to btf.
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf, net: introduce bpf_struct_ops_desc.
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: get type information with BTF_ID_LIST
commit
|
commitdiff
|
tree
2024-01-24
Kui-Feng Lee
bpf: refactory struct_ops type initialization to a...
commit
|
commitdiff
|
tree
2024-01-24
Alexei Starovoitov
Merge branch 'bpf-add-cookies-retrieval-for-perf-kprobe...
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
bpftool: Display cookie for kprobe multi link
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
bpftool: Display cookie for perf event link probes
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
selftests/bpf: Add fill_link_info test for perf event
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
selftests/bpf: Add cookies check for perf_event fill_li...
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
selftests/bpf: Add cookies check for kprobe_multi fill_...
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
bpftool: Fix wrong free call in do_show_link
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
bpf: Store cookies in kprobe_multi bpf_link_info data
commit
|
commitdiff
|
tree
2024-01-24
Jiri Olsa
bpf: Add cookie to perf_event bpf_link_info records
commit
|
commitdiff
|
tree
2024-01-23
Jose E. Marchesi
bpf: Use r constraint instead of p constraint in selftests
commit
|
commitdiff
|
tree
2024-01-23
Jose E. Marchesi
bpf: fix constraint in test_tcpbpf_kern.c
commit
|
commitdiff
|
tree
2024-01-23
Jose E. Marchesi
bpf: avoid VLAs in progs/test_xdp_dynptr.c
commit
|
commitdiff
|
tree
2024-01-23
Andrii Nakryiko
libbpf: call dup2() syscall directly
commit
|
commitdiff
|
tree
2024-01-23
Alexei Starovoitov
Merge branch 'enable-the-inline-of-kptr_xchg-for-arm64'
commit
|
commitdiff
|
tree
2024-01-23
Hou Tao
selftests/bpf: Enable kptr_xchg_inline test for arm64
commit
|
commitdiff
|
tree
2024-01-23
Hou Tao
bpf, arm64: Enable the inline of bpf_kptr_xchg()
commit
|
commitdiff
|
tree
2024-01-23
Dave Thaler
bpf, docs: Clarify that MOVSX is only for BPF_X not...
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_CO...
commit
|
commitdiff
|
tree
2024-01-23
Hao Sun
bpf: Refactor ptr alu checking rules to allow alu expli...
commit
|
commitdiff
|
tree
2024-01-23
Andrey Grafin
selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EV...
commit
|
commitdiff
|
tree
2024-01-23
Andrey Grafin
libbpf: Apply map_set_def_max_entries() for inner_maps...
commit
|
commitdiff
|
tree
2024-01-23
Daniel Borkmann
bpf: Sync uapi bpf.h header for the tooling infra
commit
|
commitdiff
|
tree
2024-01-23
Victor Stewart
bpf, docs: Fix bpf_redirect_peer header doc
commit
|
commitdiff
|
tree
2024-01-23
Martin KaFai Lau
Merge branch 'bpf: tcp: Support arbitrary SYN Cookie...
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
bpf: tcp: Support arbitrary SYN Cookie.
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().
commit
|
commitdiff
|
tree
2024-01-23
Artem Savkov
selftests/bpf: Fix potential premature unload in bpf_te...
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
tcp: Move skb_steal_sock() to request_sock.h
commit
|
commitdiff
|
tree
2024-01-23
Tiezhu Yang
bpftool: Silence build warning about calloc()
commit
|
commitdiff
|
tree
2024-01-23
Kuniyuki Iwashima
tcp: Move tcp_ns_to_ts() to tcp.h
commit
|
commitdiff
|
tree
2024-01-23
Alexei Starovoitov
bpf: Minor improvements for bpf_cmp.
commit
|
commitdiff
|
tree
2024-01-23
Yonghong Song
docs/bpf: Fix an incorrect statement in verifier.rst
commit
|
commitdiff
|
tree
2024-01-23
Yonghong Song
selftests/bpf: Add a selftest with not-8-byte aligned...
commit
|
commitdiff
|
tree
2024-01-23
Yonghong Song
bpf: Track aligned st store as imprecise spilled registers
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
selftests/bpf: Test assigning ID to scalars on spill
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
bpf: Assign ID to scalars on spill
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
bpf: Add the get_reg_width function
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
bpf: Add the assign_scalar_id_before_mov function
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
selftests/bpf: Add a test case for 32-bit spill tracking
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
bpf: Make bpf_for_each_spilled_reg consider narrow...
commit
|
commitdiff
|
tree
2024-01-23
Eduard Zingerman
selftests/bpf: check if imprecise stack spills confuse...
commit
|
commitdiff
|
tree
2024-01-23
Eduard Zingerman
bpf: make infinite loop detection in is_state_visited...
commit
|
commitdiff
|
tree
2024-01-23
Maxim Mikityanskiy
selftests/bpf: Fix the u64_offset_to_skb_data test
commit
|
commitdiff
|
tree
2024-01-23
Nathan Chancellor
selftests/bpf: Update LLVM Phabricator links
commit
|
commitdiff
|
tree
2024-01-23
Andrii Nakryiko
selftests/bpf: detect testing prog flags support
commit
|
commitdiff
|
tree
next