summaryrefslogtreecommitdiff
path: root/kernel/bpf (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2024-01-10bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2024-01-10bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2023-11-01libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28bpf: fix overflow in prog accountingDaniel Borkmann
2022-10-28bpf: Make sure mac_header was set before using itEric Dumazet
2022-04-19FROMLIST: bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann
2022-04-19bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2022-04-19ANDROID: bpf: validate bpf_func when BPF_JIT is enabled with CFISami Tolvanen
2022-04-19bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2022-04-19bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2022-04-19bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2022-04-19UPSTREAM: bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin
2022-04-19bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2022-04-19UPSTREAM: bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin
2022-04-19FROMLIST: [net-next,v2,1/2] bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng
2022-04-19bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2022-04-19bpf: Fix buggy rsh min/max bounds trackingDaniel Borkmann
2022-04-19BACKPORT: bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2022-04-19BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov
2022-04-19bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2022-04-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2022-04-19bpf: silence warning messages in coreValdis Klētnieks
2022-04-19UPSTREAM: bpf: relax inode permission check for retrieving bpf programChenbo Feng
2022-04-19bpf: convert htab map to hlist_nullsAlexei Starovoitov
2022-04-19bpf: fix struct htab_elem layoutAlexei Starovoitov
2022-04-19bpf: check pending signals while verifying programsAlexei Starovoitov
2022-04-19bpf: Prevent memory disambiguation attackAlexei Starovoitov
2022-04-19bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings
2022-04-19bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings
2022-04-19bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2022-04-19bpf: map_get_next_key to return first key on NULLTeng Qin
2022-04-19bpf: skip unnecessary capability checkChenbo Feng
2022-04-19BACKPORT: fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_i...Al Viro
2022-04-19UPSTREAM: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2022-04-19bpf: add schedule points in percpu arrays managementEric Dumazet
2022-04-19bpf: fix mlock precharge on arraymapsDaniel Borkmann
2022-04-19bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2022-04-19bpf: fix function type for __bpf_prog_runSami Tolvanen
2022-04-19bpf: reject stores into ctx via st and xaddDaniel Borkmann
2022-04-19bpf: fix 32-bit divide by zeroAlexei Starovoitov
2022-04-19bpf: fix divides by zeroEric Dumazet
2022-04-19bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2022-04-19bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2022-04-19bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2022-04-19bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2022-04-19bpf: prevent out-of-bounds speculationAlexei Starovoitov
2022-04-19bpf: refactor fixup_bpf_calls()Alexei Starovoitov