index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
2019-04-05
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
2019-04-05
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
2019-04-05
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
2019-04-04
bpf: increase verifier log limit
Alexei Starovoitov
2019-04-04
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2019-04-04
bpf: verbose jump offset overflow check
Alexei Starovoitov
2019-04-04
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
2019-04-04
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
2019-04-04
bpf: improve verification speed by droping states
Alexei Starovoitov
2019-04-04
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
2019-03-29
bpf: Support variable offset stack access from helpers
Andrey Ignatov
2019-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-26
bpf: remove incorrect 'verifier bug' warning
Paul Chaignon
2019-03-21
bpf: verifier: propagate liveness on all frames
Jakub Kicinski
2019-03-21
bpf: add skc_lookup_tcp helper
Lorenz Bauer
2019-03-21
bpf: allow helpers to return PTR_TO_SOCK_COMMON
Lorenz Bauer
2019-03-21
bpf: track references based on is_acquire_func
Lorenz Bauer
2019-03-21
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
2019-03-20
bpf: Only print ref_obj_id for refcounted reg
Martin KaFai Lau
2019-03-13
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
Martin KaFai Lau
2019-03-07
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-01
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-02-27
bpf: enable program stats
Alexei Starovoitov
2019-02-10
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
2019-02-10
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
2019-02-10
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
2019-02-09
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-26
bpf: verifier support JMP32
Jiong Wang
2019-01-26
bpf: refactor verifier min/max code for condition jump
Jiong Wang
2019-01-23
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-23
bpf: verifier: record original instruction index
Jakub Kicinski
2019-01-23
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
2019-01-23
bpf: verifier: remove dead code
Jakub Kicinski
2019-01-23
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
2019-01-17
bpf: fix a (false) compiler warning
Peter Oskolkov
2019-01-05
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-02
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-02
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-02
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-02
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
[prev]
[next]