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-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
2019-07-12
bpf: verifier: avoid fall-through warnings
Gustavo A. R. Silva
2019-07-12
bpf: fix precision bit propagation for BPF_ST instructions
Andrii Nakryiko
2019-07-03
bpf: fix precision tracking
Alexei Starovoitov
2019-06-29
devmap: Allow map lookups from eBPF
Toke Høiland-Jørgensen
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-19
bpf: precise scalar_value tracking
Alexei Starovoitov
2019-06-19
bpf: fix callees pruning callers
Alexei Starovoitov
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
2019-06-19
bpf: extend is_branch_taken to registers
Alexei Starovoitov
2019-06-19
bpf: track spill/fill of constants
Alexei Starovoitov
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-05-31
bpf: cgroup inet skb programs can return 0 to 3
brakmo
2019-05-24
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-24
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
2019-05-24
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
2019-05-24
bpf: convert explored_states to hash table
Alexei Starovoitov
2019-05-24
bpf: split explored_states
Alexei Starovoitov
2019-05-24
bpf: cleanup explored_states
Alexei Starovoitov
2019-05-23
bpf: bump jmp sequence limit
Alexei Starovoitov
2019-05-13
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-25
bpf: mark registers in all frames after pkt/null checks
Paul Chaignon
2019-04-23
bpf: drop bpf_verifier_lock
Alexei Starovoitov
2019-04-23
bpf: remove global variables
Alexei Starovoitov
2019-04-16
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
2019-04-12
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
2019-04-12
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
2019-04-12
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
2019-04-12
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
[next]