summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-1/+3
* bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-201-0/+5
* bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-1/+37
* bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2022-01-191-34/+48
* bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu2022-01-191-26/+15
* bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi2022-01-182-12/+72
* bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi2022-01-182-48/+124
* bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-182-58/+8
* bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi2022-01-181-1/+243
* bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi2022-01-181-2/+24
* Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-102-2/+15
|\
| *---. Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2022-01-102-2/+15
| |\ \ \
| | | | * PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2021-12-082-2/+15
* | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-1030-548/+1469
|\ \ \ \ \
| * | | | | xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-052-28/+12
| * | | | | bpf: Fix verifier support for validation of async callbacksKris Van Hees2022-01-051-0/+1
| * | | | | bpf: Don't promote bogus looking registers after null check.Daniel Borkmann2022-01-051-6/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3123-369/+672
| |\ \ \ \ \
| | * | | | | bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra2021-12-301-1/+1
| | * | | | | net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
| | * | | | | bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-294-15/+50
| | * | | | | bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang2021-12-291-0/+6
| | * | | | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| | * | | | | bpf: Use struct_size() helperXiu Jianfeng2021-12-212-7/+2
| | * | | | | bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi2021-12-181-21/+73
| | * | | | | bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-187-24/+38
| | * | | | | bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2021-12-182-6/+28
| | * | | | | bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-182-2/+2
| | * | | | | bpf: Introduce MEM_RDONLY flagHao Luo2021-12-183-38/+53
| | * | | | | bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-183-177/+132
| | * | | | | bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-27/+27
| | * | | | | bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-25/+14
| | * | | | | Only output backtracking information in log level 2Christy Lee2021-12-161-3/+3
| | * | | | | bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-21/+36
| | * | | | | bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-14/+69
| | * | | | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-166-0/+6
| | * | | | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-4/+4
| | * | | | | bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-133-6/+134
| | * | | | | bpf: Allow access to int pointer arguments in tracing programsJiri Olsa2021-12-131-4/+3
| | * | | | | bpf: Silence coverity false positive warning.Alexei Starovoitov2021-12-111-4/+4
| | * | | | | bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2021-12-111-2/+1
| | * | | | | bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+16
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-305-9/+31
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-166-41/+75
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-109-66/+587
| |\ \ \ \ \ \
| | * | | | | | bpf: Remove redundant assignment to pointer tColin Ian King2021-12-081-1/+1
| | * | | | | | bpf: Silence purge_cand_cache build warning.Alexei Starovoitov2021-12-061-0/+2
| | * | | | | | bpf: Remove config check to enable bpf support for branch recordsKajol Jain2021-12-061-5/+1
| | * | | | | | bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2021-12-042-5/+4
| | * | | | | | libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov2021-12-031-1/+10