summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix inconsistent return types of bpf_xdp_copy_buf().Kui-Feng Lee2023-08-041-3/+2
* net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-031-17/+0
* bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song2023-07-271-4/+10
* bpf: Support new sign-extension load insnsYonghong Song2023-07-271-0/+3
* bpf: Cleanup unused function declarationRuiqi Gong2023-06-061-1/+0
* bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich2023-04-131-0/+1
* bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-2/+1
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-3/+3
* bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong2023-03-011-0/+14
* bpf: Add xdp dynptrsJoanne Koong2023-03-011-0/+14
* bpf: Add skb dynptrsJoanne Koong2023-03-011-0/+18
* net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+1
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-2/+1
* | bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-6/+6
* | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-4/+4
|/
* bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-09-261-0/+5
* bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+6
* bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta2022-09-161-1/+1
* bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-2/+1
* bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-121-0/+8
* bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-211-0/+1
* bpf: move bpf_prog to bpf.hDelyan Kratunov2022-06-161-34/+0
* bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-161-0/+1
* bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-1/+1
* bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-031-1/+2
* bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu2022-02-071-9/+12
* bpf: Use size instead of pages in bpf_binary_headerSong Liu2022-02-071-3/+3
* bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2022-01-191-1/+4
* xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen2022-01-051-0/+4
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-4/+1
|\
| * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-1/+1
| * bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-301-3/+0
* | bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-2/+5
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-11/+11
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-7/+8
| |\
| | * bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2021-10-271-5/+5
| | * bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet2021-10-271-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-0/+1
| |\ \ | | |/ | |/|
| * | bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-281-5/+0
| * | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+5
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-2/+4
|\ \ \ | |_|/ |/| |
| * | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-2/+4
| |/
* / bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-0/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* | bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-2/+3
* | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-24/+37
* | net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-091-1/+12