summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-24net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-05-24bpf: constify member bpf_sysctl_kern:: TableThomas Weißschuh
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy
2024-03-14bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-05bpf: Fix the comment for bpf_restore_data_end()Akihiko Odaki
2023-10-03bpf: Remove xdp_do_flush_map().Sebastian Andrzej Siewior
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-08-04bpf: fix inconsistent return types of bpf_xdp_copy_buf().Kui-Feng Lee
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song
2023-07-27bpf: Support new sign-extension load insnsYonghong Song
2023-06-06bpf: Cleanup unused function declarationRuiqi Gong
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-03-01bpf: Add xdp dynptrsJoanne Koong
2023-03-01bpf: Add skb dynptrsJoanne Koong
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds