aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-05-27bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-27bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-20bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-20bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin
2020-05-20bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-05-02bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-05-02bpf: Fix handling of XADD on BTF memoryJann Horn
2020-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
2020-04-23bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko
2020-04-17bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-04-01bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend
2020-01-27bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend
2020-01-27bpf: map_seq_next should always increase position indexVasily Averin
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa
2020-01-25bpf: Allow BTF ctx access for string pointersJiri Olsa
2020-01-23bpf, devmap: Pass lockdep expression to RCU listsAmol Grover
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer