index
:
kernel_oneplus_sm8250.git
r11.1
s12.0
s12.1
t13.0
t13.0-backup
t13.0-staging-oos13
kernel_oneplus_sm8250
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 4.19.280 into android-4.19-stable
Greg Kroah-Hartman
2023-04-05
1
-1
/
+1
|
\
|
*
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-04-05
1
-1
/
+1
*
|
Merge 4.19.274 into android-4.19-stable
Greg Kroah-Hartman
2023-02-25
1
-2
/
+1
|
\
|
|
*
bpf: add missing header file include
Linus Torvalds
2023-02-25
1
-0
/
+1
|
*
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-25
1
-2
/
+0
*
|
Merge 4.19.254 into android-4.19-stable
Greg Kroah-Hartman
2022-08-02
1
-3
/
+5
|
\
|
|
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-29
1
-3
/
+5
*
|
Merge 4.19.218 into android-4.19-stable
Greg Kroah-Hartman
2021-11-26
1
-1
/
+3
|
\
|
|
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-11-26
1
-1
/
+3
*
|
Merge 4.19.207 into android-4.19-stable
Greg Kroah-Hartman
2021-09-25
1
-1
/
+17
|
\
|
|
*
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-09-22
1
-1
/
+17
*
|
Merge 4.19.206 into android-4.19-stable
Greg Kroah-Hartman
2021-09-03
1
-17
/
+15
|
\
|
|
*
bpf: Do not use ax register in interpreter on div/mod
Daniel Borkmann
2021-09-03
1
-17
/
+15
*
|
BACKPORT: bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
2021-02-11
1
-0
/
+1
*
|
ANDROID: bpf: fix export symbol type
Greg Kroah-Hartman
2020-04-29
1
-1
/
+1
*
|
ANDROID: bpf: validate bpf_func when BPF_JIT is enabled with CFI
Sami Tolvanen
2019-09-20
1
-0
/
+9
|
/
*
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2019-07-10
1
-6
/
+15
*
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2019-05-31
1
-3
/
+46
*
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-01-31
1
-0
/
+20
*
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-01-31
1
-17
/
+17
*
bpf: fix a rcu usage warning in bpf_prog_array_copy_core()
Yonghong Song
2018-08-16
1
-1
/
+1
*
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
1
-0
/
+1
*
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2018-08-03
1
-37
/
+39
*
bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
2018-07-18
1
-1
/
+1
*
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
2018-06-29
1
-29
/
+1
*
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-06-15
1
-7
/
+48
*
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2018-06-15
1
-0
/
+14
*
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
2018-06-03
1
-0
/
+1
*
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2018-05-30
1
-2
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
1
-25
/
+75
|
\
|
*
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
2018-05-17
1
-25
/
+75
*
|
bpf: sockmap, add hash map support
John Fastabend
2018-05-15
1
-0
/
+1
*
|
bpf: export bpf_event_output()
Jakub Kicinski
2018-05-04
1
-0
/
+1
*
|
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-03
1
-88
/
+8
*
|
bpf: remove tracepoints from bpf core
Alexei Starovoitov
2018-04-30
1
-6
/
+0
*
|
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-0
/
+5
|
/
*
bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog
Yonghong Song
2018-04-11
1
-16
/
+29
*
bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query
Daniel Borkmann
2018-02-14
1
-1
/
+1
*
bpf: fix bpf_prog_array_copy_to_user() issues
Alexei Starovoitov
2018-02-03
1
-8
/
+24
*
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-26
1
-8
/
+0
*
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-26
1
-105
/
+145
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-20
1
-7
/
+12
|
\
|
*
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2018-01-19
1
-7
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: fix divides by zero
Eric Dumazet
2018-01-14
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-11
1
-0
/
+19
|
\
|
|
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-09
1
-0
/
+19
*
|
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-20
1
-1
/
+3
*
|
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
1
-2
/
+11
*
|
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2017-12-17
1
-1
/
+2
[next]