summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-12-11bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov
2020-11-18bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-18bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel
2020-11-05bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-10-29bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-29bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau
2020-10-29bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-08-12bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki