summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2024-05-13riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan1-0/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+1
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov1-0/+4
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko1-0/+20
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez1-2/+4
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan1-0/+10
2024-03-15bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-2/+3
2024-03-15bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy1-2/+3
2024-03-12bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov1-0/+1
2024-03-12bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov1-0/+3
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-9/+12
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2024-01-24bpf: Support inlining bpf_kptr_xchg() helperHou Tao1-0/+1
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-1/+1
2023-12-07bpf: Let bpf_prog_pack_free handle any pointerSong Liu1-1/+1
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-0/+1
2023-10-06bpf: Fix the comment for bpf_restore_data_end()Akihiko Odaki1-1/+1
2023-10-03bpf: Remove xdp_do_flush_map().Sebastian Andrzej Siewior1-6/+0
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-0/+6
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+2
2023-09-16bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan1-4/+46
2023-08-05bpf: fix inconsistent return types of bpf_xdp_copy_buf().Kui-Feng Lee1-3/+2
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski1-17/+0
2023-07-28bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-4/+10
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-0/+3
2023-06-06bpf: Cleanup unused function declarationRuiqi Gong1-1/+0
2023-04-14bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich1-0/+1
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-2/+1
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn1-3/+3
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-0/+14
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-0/+14
2023-03-01bpf: Add skb dynptrsJoanne Koong1-0/+18
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-6/+6
2022-11-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-4/+4
2022-09-27bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-0/+5
2022-09-21bpf: Move nf_conn extern declarations to filter.hDaniel Xu1-0/+6
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta1-1/+1
2022-09-03bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-2/+1
2022-07-13bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-0/+8
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+1
2022-06-17bpf: move bpf_prog to bpf.hDelyan Kratunov1-34/+0
2022-03-17bpf: Fix net.core.bpf_jit_harden raceHou Tao1-0/+1
2022-03-11bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau1-1/+1