summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-21bpf: Force kprobe multi expected_attach_type for kprobe_multi linkJiri Olsa
2023-06-21bpf/btf: Accept function names that contain dotsFlorent Revest
2023-06-13bpf: ensure main program has an extableKrister Johansen
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-19bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-16bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski
2023-05-13bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-05-12bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-05-06bpf: verifier: Accept dynptr mem as mem in helpersDaniel Rosenberg
2023-05-06bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg
2023-05-06bpf: Add bpf_task_under_cgroup() kfuncFeng Zhou
2023-05-04bpf: support precision propagation in the presence of subprogsAndrii Nakryiko
2023-05-04bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko
2023-05-04bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko
2023-05-04bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko
2023-05-04bpf: improve precision backtrack loggingAndrii Nakryiko
2023-05-04bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko
2023-05-04bpf: mark relevant stack slots scratched for register read instructionsAndrii Nakryiko
2023-05-02bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27bpf: Add bpf_dynptr_cloneJoanne Koong
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong
2023-04-27bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonlyJoanne Koong
2023-04-27bpf: Add bpf_dynptr_adjustJoanne Koong
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24bpf: Add __rcu_read_{lock,unlock} into btf id deny listYafang Shao
2023-04-24bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal