summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani2024-10-17
* bpf: fix overflow in prog accountingDaniel Borkmann2022-10-28
* bpf: Make sure mac_header was set before using itEric Dumazet2022-10-28
* ANDROID: bpf: validate bpf_func when BPF_JIT is enabled with CFISami Tolvanen2022-04-19
* UPSTREAM: bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2022-04-19
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2022-04-19
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2022-04-19
* BACKPORT: bpf: permit multiple bpf attachments for a single perf eventYonghong Song2022-04-19
* BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov2022-04-19
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2022-04-19
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2022-04-19
* bpf: fix function type for __bpf_prog_runSami Tolvanen2022-04-19
* bpf: fix divides by zeroEric Dumazet2022-04-19
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2022-04-19
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2022-04-19
* bpf: clean up put_cpu_var usageShaohua Li2022-04-19
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2022-04-19
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2022-04-19
* bpf: minor cleanups on fd maps and helpersDaniel Borkmann2022-04-19
* bpf: rather use get_random_int for randomizationsDaniel Borkmann2022-04-19
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2022-04-19
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2022-04-19
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2022-04-19
* bpf: minor cleanups in ebpf codeDaniel Borkmann2022-04-19
* bpf: direct packet accessAlexei Starovoitov2022-04-19
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2022-04-19
* bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2022-04-19
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2022-04-19
* Revert "bpf: add bpf_patch_insn_single helper"Anay Wadhera2022-04-19
* Revert "bpf: fix bpf_tail_call() x64 JIT"Anay Wadhera2022-04-19
* Revert "bpf: introduce BPF_JIT_ALWAYS_ON config"Anay Wadhera2022-04-19
* Revert "bpf: fix divides by zero"Anay Wadhera2022-04-19
* bpf: fix divides by zeroEric Dumazet2018-02-03
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-03
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2018-02-03
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2018-01-17
* bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-02
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-08
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-09
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-20
* ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann2015-07-13
* bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-15
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
* ebpf: misc core cleanupDaniel Borkmann2015-05-31
* ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-31
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-21
* bpf: fix 64-bit divideAlexei Starovoitov2015-04-27
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-15
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-15