summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c (unfollow)
Commit message (Expand)Author
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28bpf: fix overflow in prog accountingDaniel Borkmann
2022-04-19bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2022-04-19BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov
2022-04-19bpf: map_get_next_key to return first key on NULLTeng Qin
2022-04-19bpf: skip unnecessary capability checkChenbo Feng
2022-04-19bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2022-04-19UPSTREAM: selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng
2022-04-19BACKPORT: security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng
2022-04-19BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng
2022-04-19bpf: move bpf_map_show_fdinfo to match upstream locationAnay Wadhera
2022-04-19bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2022-04-19FROMLIST: [net-next,v2,2/2] bpf: Remove the capability check for cgroup skb e...Chenbo Feng
2022-04-19BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2022-04-19UPSTREAM: bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack
2022-04-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2022-04-19cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau
2022-04-19bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2022-04-19bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2022-04-19bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2022-04-19bpf, maps: add release callbackDaniel Borkmann
2022-04-19bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2022-04-19bpf: fix refcnt overflowAlexei Starovoitov
2022-04-19bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann
2022-04-19bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov
2022-04-19bpf: convert stackmap to pre-allocationAlexei Starovoitov
2022-04-19bpf: pre-allocate hash map elementsAlexei Starovoitov
2022-04-19bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2022-04-19bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2022-04-19bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2022-04-19bpf: fix clearing on persistent program array mapsDaniel Borkmann
2022-04-19bpf: add show_fdinfo handler for mapsDaniel Borkmann
2022-04-19Revert "bpf: fix clearing on persistent program array maps"Anay Wadhera
2022-04-19Revert "bpf: fix allocation warnings in bpf maps and integer overflow"Anay Wadhera
2022-04-19Revert "bpf: fix refcnt overflow"Anay Wadhera
2022-04-19Revert "bpf: move fixup_bpf_calls() function"Anay Wadhera
2022-04-19Revert "bpf: skip unnecessary capability check"Anay Wadhera
2022-04-19Revert "bpf: map_get_next_key to return first key on NULL"Anay Wadhera
2022-04-19Revert "bpf: generally move prog destruction to RCU deferral"Anay Wadhera
2020-05-10bpf: fix map not being uncharged during map creation failureDaniel Borkmann
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-03-23UPSTREAM: bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2018-11-10bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-05-18bpf: fix refcnt overflowAlexei Starovoitov
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann