index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
2023-07-11
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-06
bpf: make preloaded map iterators to display map elements count
Anton Protopopov
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
2023-07-06
bpf: add a new kfunc to return current bpf_map elements count
Anton Protopopov
2023-07-05
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-07-05
bpf: Remove unnecessary ring buffer size check
Hou Tao
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-06-30
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-06-02
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
[prev]
[next]