index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20
Raghuram Subramani
2024-10-17
*
bpf: fix overflow in prog accounting
Daniel Borkmann
2022-10-28
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-10-28
*
ANDROID: bpf: validate bpf_func when BPF_JIT is enabled with CFI
Sami Tolvanen
2022-04-19
*
UPSTREAM: bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
2022-04-19
*
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2022-04-19
*
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2022-04-19
*
BACKPORT: bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
2022-04-19
*
BACKPORT: bpf: multi program support for cgroup+bpf
Alexei Starovoitov
2022-04-19
*
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2022-04-19
*
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2022-04-19
*
bpf: fix function type for __bpf_prog_run
Sami Tolvanen
2022-04-19
*
bpf: fix divides by zero
Eric Dumazet
2022-04-19
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2022-04-19
*
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2022-04-19
*
bpf: clean up put_cpu_var usage
Shaohua Li
2022-04-19
*
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2022-04-19
*
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2022-04-19
*
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
2022-04-19
*
bpf: rather use get_random_int for randomizations
Daniel Borkmann
2022-04-19
*
bpf: add generic constant blinding for use in jits
Daniel Borkmann
2022-04-19
*
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2022-04-19
*
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2022-04-19
*
bpf: minor cleanups in ebpf code
Daniel Borkmann
2022-04-19
*
bpf: direct packet access
Alexei Starovoitov
2022-04-19
*
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2022-04-19
*
bpf: Mark __bpf_prog_run() stack frame as non-standard
Josh Poimboeuf
2022-04-19
*
bpf: move clearing of A/X into classic to eBPF migration prologue
Daniel Borkmann
2022-04-19
*
Revert "bpf: add bpf_patch_insn_single helper"
Anay Wadhera
2022-04-19
*
Revert "bpf: fix bpf_tail_call() x64 JIT"
Anay Wadhera
2022-04-19
*
Revert "bpf: introduce BPF_JIT_ALWAYS_ON config"
Anay Wadhera
2022-04-19
*
Revert "bpf: fix divides by zero"
Anay Wadhera
2022-04-19
*
bpf: fix divides by zero
Eric Dumazet
2018-02-03
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-02-03
*
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2018-02-03
*
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2018-01-17
*
bpf: consolidate bpf_prog_put{, _rcu} dismantle paths
Daniel Borkmann
2015-11-02
*
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
2015-10-08
*
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2015-10-03
*
bpf: Make the bpf_prog_array_map more generic
Wang Nan
2015-08-09
*
test_bpf: add bpf_skb_vlan_push/pop() tests
Alexei Starovoitov
2015-07-20
*
ebpf: remove self-assignment in interpreter's tail call
Daniel Borkmann
2015-07-13
*
bpf: allow networking programs to use bpf_trace_printk() for debugging
Alexei Starovoitov
2015-06-15
*
bpf: introduce current->pid, tgid, uid, gid, comm accessors
Alexei Starovoitov
2015-06-15
*
ebpf: misc core cleanup
Daniel Borkmann
2015-05-31
*
ebpf: allow bpf_ktime_get_ns_proto also for networking
Daniel Borkmann
2015-05-31
*
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
2015-05-21
*
bpf: fix 64-bit divide
Alexei Starovoitov
2015-04-27
*
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2015-03-15
*
ebpf: add prandom helper for packet sampling
Daniel Borkmann
2015-03-15
[next]