summaryrefslogtreecommitdiff
path: root/kernel/bpf (unfollow)
Commit message (Expand)Author
2022-04-19bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann
2022-04-19bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov
2022-04-19bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov
2022-04-19bpf: convert stackmap to pre-allocationAlexei Starovoitov
2022-04-19bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov
2022-04-19bpf: pre-allocate hash map elementsAlexei Starovoitov
2022-04-19bpf: introduce percpu_freelistAlexei Starovoitov
2022-04-19bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2022-04-19bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf
2022-04-19bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann
2022-04-19bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2022-04-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin
2022-04-19bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann
2022-04-19bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2022-04-19bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov
2022-04-19bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov
2022-04-19perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2022-04-19net: bpf: reject invalid shiftsRabin Vincent
2022-04-19bpf: hash: use per-bucket spinlocktom.leiming@gmail.com
2022-04-19bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com
2022-04-19bpf: hash: use atomic counttom.leiming@gmail.com
2022-04-19bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2022-04-19bpf, inode: allow for rename and link opsDaniel Borkmann
2022-04-19bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2022-04-19bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
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, array: fix heap out-of-bounds access when updating elements"Anay Wadhera
2022-04-19Revert "bpf: fix allocation warnings in bpf maps and integer overflow"Anay Wadhera
2022-04-19Revert "net: bpf: reject invalid shifts"Anay Wadhera
2022-04-19Revert "bpf: fix branch offset adjustment on backjumps after patching ctx exp...Anay Wadhera
2022-04-19Revert "bpf: avoid copying junk bytes in bpf_get_current_comm()"Anay Wadhera
2022-04-19Revert "bpf/verifier: reject invalid LD_ABS | BPF_DW instruction"Anay Wadhera
2022-04-19Revert "bpf: fix double-fdput in replace_map_fd_with_map_ptr()"Anay Wadhera
2022-04-19Revert "bpf: fix refcnt overflow"Anay Wadhera
2022-04-19Revert "bpf: fix check_map_func_compatibility logic"Anay Wadhera
2022-04-19Revert "bpf: Use mount_nodev not mount_ns to mount the bpf filesystem"Anay Wadhera
2022-04-19Revert "bpf, inode: disallow userns mounts"Anay Wadhera
2022-04-19Revert "bpf: prevent leaking pointer via xadd on unpriviledged"Anay Wadhera
2022-04-19Revert "bpf/verifier: reject BPF_ALU64|BPF_END"Anay Wadhera
2022-04-19Revert "bpf: don't let ldimm64 leak map addresses on unprivileged"Anay Wadhera
2022-04-19Revert "bpf: add bpf_patch_insn_single helper"Anay Wadhera
2022-04-19Revert "bpf: don't (ab)use instructions to store state"Anay Wadhera
2022-04-19Revert "bpf: move fixup_bpf_calls() function"Anay Wadhera
2022-04-19Revert "bpf: refactor fixup_bpf_calls()"Anay Wadhera
2022-04-19Revert "bpf: adjust insn_aux_data when patching insns"Anay Wadhera
2022-04-19Revert "bpf: prevent out-of-bounds speculation"Anay Wadhera
2022-04-19Revert "bpf, array: fix overflow in max_entries and undefined behavior in ind...Anay Wadhera
2022-04-19Revert "bpf: fix branch pruning logic"Anay Wadhera