summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds46 hours1-1/+1
|\
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-251-1/+1
* | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4 days1-1/+0
|\ \
| * | bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7 days1-0/+5
|\ \ \
| * | | bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev2024-04-301-0/+5
| | |/ | |/|
* | | bpf: Add support for kprobe session attachJiri Olsa2024-04-301-1/+6
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-1/+18
|\ \ \
| * | | bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires2024-04-231-0/+9
| * | | bpf: add support for bpf_wq user typeBenjamin Tissoires2024-04-231-1/+5
| * | | bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song2024-04-101-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-3/+32
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-281-3/+32
| |/
* | bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko2024-03-191-4/+9
* | bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko2024-03-191-7/+2
|/
* bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-3/+3
* bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov2024-03-111-0/+6
* bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+36
* bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov2024-03-071-0/+16
* bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-2/+2
* bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-12/+13
* bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-2/+3
* bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-241-25/+65
* bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-2/+21
* bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-241-14/+45
* bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-0/+17
* bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko2024-01-241-4/+9
* bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-231-1/+1
* bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-231-0/+2
* bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-231-0/+4
* bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-041-0/+9
* bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov2024-01-041-1/+22
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-159/+56
* bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2023-12-141-1/+5
* bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2023-12-131-4/+0
* bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao2023-12-131-3/+7
* bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2023-12-091-0/+6
* bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao2023-12-091-2/+4
* bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao2023-12-091-3/+3
* bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao2023-12-091-1/+3
* bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao2023-12-091-1/+0
* bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2023-12-061-2/+2
* bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2023-12-061-12/+13
* bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-2/+3
* bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-061-24/+63
* bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2023-12-061-2/+18
* bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2023-12-061-14/+38
* bpf: introduce BPF token objectAndrii Nakryiko2023-12-061-0/+17
* bpf: align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko2023-12-061-4/+9
* bpf: Optimize the free of inner mapHou Tao2023-12-041-0/+8