index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2020-05-01
bpf: Fix use-after-free of bpf_link when priming half-fails
Andrii Nakryiko
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
2020-04-28
bpf: Refactor bpf_link update handling
Andrii Nakryiko
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
2020-04-27
bpf, cgroup: Remove unused exports
Christoph Hellwig
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
2020-04-26
net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
Maciej Żenczykowski
2020-04-26
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
Stanislav Fomichev
2020-04-26
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
Stanislav Fomichev
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-04-24
bpf: Make bpf_link_fops static
Zou Wei
2020-04-24
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
2020-04-24
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
2020-04-22
xdp: export the DEV_MAP_BULK_SIZE macro
Ioana Ciornei
2020-04-20
bpf: Fix handling of XADD on BTF memory
Jann Horn
2020-04-20
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-04-20
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
2020-04-06
bpf: Fix a typo "inacitve" -> "inactive"
Qiujun Huang
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
2020-03-30
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
2020-03-30
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
2020-03-30
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
2020-03-30
bpf: btf: Fix arg verification in btf_ctx_access()
KP Singh
2020-03-30
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
2020-03-30
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-03-30
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-30
bpf: lsm: Provide attachment points for BPF LSM programs
KP Singh
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-27
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-26
bpf: Remove unused vairable 'bpf_xdp_link_lops'
YueHaibing
2020-03-26
bpf: Factor out attach_type to prog_type mapping for attach/detach
Andrii Nakryiko
2020-03-26
bpf: Factor out cgroup storages operations
Andrii Nakryiko
2020-03-25
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
2020-03-25
bpf: Verifer, refactor adjust_scalar_min_max_vals
John Fastabend
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
[next]