sfrench/cifs-2.6.git
2024-01-25 Andrii Nakryikoselftests/bpf: Add BPF object loading tests with explic...
2024-01-25 Andrii Nakryikolibbpf: Wire up BPF token support at BPF object level
2024-01-25 Andrii Nakryikolibbpf: Wire up token_fd into feature probing logic
2024-01-25 Andrii Nakryikolibbpf: Move feature detection code into its own file
2024-01-25 Andrii Nakryikolibbpf: Further decouple feature checking logic from...
2024-01-25 Andrii Nakryikolibbpf: Split feature detectors definitions from cached...
2024-01-25 Andrii Nakryikoselftests/bpf: Utilize string values for delegate_xxx...
2024-01-25 Andrii Nakryikobpf: Support symbolic BPF FS delegation mount options
2024-01-25 Andrii Nakryikobpf: Fail BPF_TOKEN_CREATE if no delegation option...
2024-01-25 Andrii Nakryikobpf,selinux: Allocate bpf_security_struct per BPF token
2024-01-25 Andrii Nakryikoselftests/bpf: Add BPF token-enabled tests
2024-01-25 Andrii Nakryikolibbpf: Add BPF token support to bpf_prog_load() API
2024-01-25 Andrii Nakryikolibbpf: Add BPF token support to bpf_btf_load() API
2024-01-25 Andrii Nakryikolibbpf: Add BPF token support to bpf_map_create() API
2024-01-25 Andrii Nakryikolibbpf: Add bpf_token_create() API
2024-01-25 Andrii Nakryikobpf,lsm: Add BPF token LSM hooks
2024-01-25 Andrii Nakryikobpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
2024-01-25 Andrii Nakryikobpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM...
2024-01-25 Andrii Nakryikobpf: Consistently use BPF token throughout BPF verifier...
2024-01-25 Andrii Nakryikobpf: Take into account BPF token when fetching helper...
2024-01-25 Andrii Nakryikobpf: Add BPF token support to BPF_PROG_LOAD command
2024-01-25 Andrii Nakryikobpf: Add BPF token support to BPF_BTF_LOAD command
2024-01-25 Andrii Nakryikobpf: Add BPF token support to BPF_MAP_CREATE command
2024-01-25 Andrii Nakryikobpf: Introduce BPF token object
2024-01-25 Andrii Nakryikobpf: Add BPF token delegation mount options to BPF FS
2024-01-25 Andrii Nakryikobpf: Align CAP_NET_ADMIN checks with bpf_capable()...
2024-01-25 Martin KaFai Laulibbpf: Ensure undefined bpf_attr field stays 0
2024-01-24 Martin KaFai Lauselftests/bpf: Wait for the netstamp_needed_key static...
2024-01-24 Martin KaFai Lauselftests/bpf: Fix the flaky tc_redirect_dtime test
2024-01-24 Dima Tisneklibbpf: Correct bpf_core_read.h comment wrt bpf_core_re...
2024-01-24 Andrii NakryikoMerge branch 'skip-callback-tests-if-jit-is-disabled...
2024-01-24 Tiezhu Yangselftests/bpf: Skip callback tests if jit is disabled...
2024-01-24 Tiezhu Yangselftests/bpf: Move is_jit_enabled() into testing_helpers
2024-01-24 Martin KaFai LauMerge branch 'Registrating struct_ops types from modules'
2024-01-24 Kui-Feng Leeselftests/bpf: test case for register_bpf_struct_ops().
2024-01-24 Kui-Feng Leebpf: export btf_ctx_access to modules.
2024-01-24 Kui-Feng Leelibbpf: Find correct module BTFs for struct_ops maps...
2024-01-24 Kui-Feng Leebpf, net: switch to dynamic registration
2024-01-24 Kui-Feng Leebpf: validate value_type
2024-01-24 Kui-Feng Leebpf: hold module refcnt in bpf_struct_ops map creation...
2024-01-24 Kui-Feng Leebpf: pass attached BTF to the bpf_struct_ops subsystem
2024-01-24 Kui-Feng Leebpf: lookup struct_ops types from a given module BTF.
2024-01-24 Kui-Feng Leebpf: pass btf object id in bpf_map_info.
2024-01-24 Kui-Feng Leebpf: make struct_ops_map support btfs other than btf_vm...
2024-01-24 Kui-Feng Leebpf: add struct_ops_tab to btf.
2024-01-24 Kui-Feng Leebpf, net: introduce bpf_struct_ops_desc.
2024-01-24 Kui-Feng Leebpf: get type information with BTF_ID_LIST
2024-01-24 Kui-Feng Leebpf: refactory struct_ops type initialization to a...
2024-01-24 Alexei StarovoitovMerge branch 'bpf-add-cookies-retrieval-for-perf-kprobe...
2024-01-24 Jiri Olsabpftool: Display cookie for kprobe multi link
2024-01-24 Jiri Olsabpftool: Display cookie for perf event link probes
2024-01-24 Jiri Olsaselftests/bpf: Add fill_link_info test for perf event
2024-01-24 Jiri Olsaselftests/bpf: Add cookies check for perf_event fill_li...
2024-01-24 Jiri Olsaselftests/bpf: Add cookies check for kprobe_multi fill_...
2024-01-24 Jiri Olsabpftool: Fix wrong free call in do_show_link
2024-01-24 Jiri Olsabpf: Store cookies in kprobe_multi bpf_link_info data
2024-01-24 Jiri Olsabpf: Add cookie to perf_event bpf_link_info records
2024-01-23 Jose E. Marchesibpf: Use r constraint instead of p constraint in selftests
2024-01-23 Jose E. Marchesibpf: fix constraint in test_tcpbpf_kern.c
2024-01-23 Jose E. Marchesibpf: avoid VLAs in progs/test_xdp_dynptr.c
2024-01-23 Andrii Nakryikolibbpf: call dup2() syscall directly
2024-01-23 Alexei StarovoitovMerge branch 'enable-the-inline-of-kptr_xchg-for-arm64'
2024-01-23 Hou Taoselftests/bpf: Enable kptr_xchg_inline test for arm64
2024-01-23 Hou Taobpf, arm64: Enable the inline of bpf_kptr_xchg()
2024-01-23 Dave Thalerbpf, docs: Clarify that MOVSX is only for BPF_X not...
2024-01-23 Kuniyuki Iwashimabpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_CO...
2024-01-23 Hao Sunbpf: Refactor ptr alu checking rules to allow alu expli...
2024-01-23 Andrey Grafinselftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EV...
2024-01-23 Andrey Grafinlibbpf: Apply map_set_def_max_entries() for inner_maps...
2024-01-23 Daniel Borkmannbpf: Sync uapi bpf.h header for the tooling infra
2024-01-23 Victor Stewartbpf, docs: Fix bpf_redirect_peer header doc
2024-01-23 Martin KaFai LauMerge branch 'bpf: tcp: Support arbitrary SYN Cookie...
2024-01-23 Kuniyuki Iwashimaselftest: bpf: Test bpf_sk_assign_tcp_reqsk().
2024-01-23 Kuniyuki Iwashimabpf: tcp: Support arbitrary SYN Cookie.
2024-01-23 Kuniyuki Iwashimabpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
2024-01-23 Kuniyuki Iwashimabpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().
2024-01-23 Artem Savkovselftests/bpf: Fix potential premature unload in bpf_te...
2024-01-23 Kuniyuki Iwashimatcp: Move skb_steal_sock() to request_sock.h
2024-01-23 Tiezhu Yangbpftool: Silence build warning about calloc()
2024-01-23 Kuniyuki Iwashimatcp: Move tcp_ns_to_ts() to tcp.h
2024-01-23 Alexei Starovoitovbpf: Minor improvements for bpf_cmp.
2024-01-23 Yonghong Songdocs/bpf: Fix an incorrect statement in verifier.rst
2024-01-23 Yonghong Songselftests/bpf: Add a selftest with not-8-byte aligned...
2024-01-23 Yonghong Songbpf: Track aligned st store as imprecise spilled registers
2024-01-23 Maxim Mikityanskiyselftests/bpf: Test assigning ID to scalars on spill
2024-01-23 Maxim Mikityanskiybpf: Assign ID to scalars on spill
2024-01-23 Maxim Mikityanskiybpf: Add the get_reg_width function
2024-01-23 Maxim Mikityanskiybpf: Add the assign_scalar_id_before_mov function
2024-01-23 Maxim Mikityanskiyselftests/bpf: Add a test case for 32-bit spill tracking
2024-01-23 Maxim Mikityanskiybpf: Make bpf_for_each_spilled_reg consider narrow...
2024-01-23 Eduard Zingermanselftests/bpf: check if imprecise stack spills confuse...
2024-01-23 Eduard Zingermanbpf: make infinite loop detection in is_state_visited...
2024-01-23 Maxim Mikityanskiyselftests/bpf: Fix the u64_offset_to_skb_data test
2024-01-23 Nathan Chancellorselftests/bpf: Update LLVM Phabricator links
2024-01-23 Andrii Nakryikoselftests/bpf: detect testing prog flags support
2024-01-23 Dave ThalerIntroduce concept of conformance groups
2024-01-23 Randy Dunlapnet: filter: fix spelling mistakes
2024-01-23 Andrii Nakryikobpf: support multiple tags per argument
2024-01-23 Andrii Nakryikobpf: prepare btf_prepare_func_args() for multiple tags...
2024-01-23 Andrii Nakryikobpf: make sure scalar args don't accept __arg_nonnull tag
next