index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-26
bpf, preload: Fix build when $(O) points to a relative path
Quentin Monnet
2021-01-26
bpf: Drop disabled LSM hooks from the sleepable set
Mikko Ylinen
2021-01-22
bpf, inode_storage: Put file handler if no storage was found
Pan Bian
2021-01-22
bpf, cgroup: Fix problematic bounds check
Loris Reiff
2021-01-22
bpf, cgroup: Fix optlen WARN_ON_ONCE toctou
Loris Reiff
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
2021-01-19
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
2021-01-14
bpf: Add size arg to build_id_parse function
Jiri Olsa
2021-01-14
bpf: Move stack_map_get_build_id into lib
Jiri Olsa
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-14
bpf: Pull out a macro for interpreting atomic ALU operations
Brendan Jackman
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
bpf: Move BPF_STX reserved field check into BPF_STX verifier code
Brendan Jackman
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-13
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
2021-01-12
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-12
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
2021-01-12
bpf: Allow empty module BTFs
Andrii Nakryiko
2021-01-12
bpf: Don't leak memory in bpf getsockopt when optlen == 0
Stanislav Fomichev
2021-01-12
bpf: Fix typo in bpf_inode_storage.c
KP Singh
2021-01-12
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2021-01-08
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
2021-01-03
bpf: Fix a task_iter bug caused by a merge conflict resolution
Yonghong Song
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-24
bpf: Use thread_group_leader()
Jonathan Lemon
2020-12-24
bpf: Save correct stopping point in file seq iteration
Jonathan Lemon
2020-12-22
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-14
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-14
bpf: Permits pointers on stack for helper calls
Yonghong Song
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2020-12-10
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
2020-12-10
bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu
Eric W. Biederman
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
2020-12-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
[next]