aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
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
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-16bpf: move bpf_prog to bpf.hDelyan Kratunov
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Use size instead of pages in bpf_binary_headerSong Liu
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet