LinuxLists
Users
About
Nicolas Schichan (
[email protected]
)
Number of posts: 81 (0.02 per day)
First post: 2013-03-15 17:02:49
Last post: 2023-03-24 16:26:01
Previous Page
Date
List
Subject
2015-04-29 13:38:08
linux-kernel
[PATCH 3/4] ARM: net: add JIT support for loads from struct seccomp_data.
2015-04-29 13:38:05
linux-kernel
[PATCH 2/4] seccomp: rework seccomp_prepare_filter().
2015-04-29 13:37:59
linux-kernel
[PATCH 1/4] net: filter: make bpf_migrate_filter available outside of net/core/filter.c
2015-04-29 13:37:52
linux-kernel
[PATCH 0/4] Seccomp filter JIT support on ARM.
2015-02-10 12:04:27
linux-kernel
Re: [PATCH 03/16] tty: serial: 8250_core: read only RX if there is something in the FIFO
2015-02-09 13:43:50
linux-kernel
Re: [PATCH 03/16] tty: serial: 8250_core: read only RX if there is something in the FIFO
2014-01-15 15:59:09
linux-kernel
[PATCH] md: check command validity early in md_ioctl().
2014-01-15 13:11:30
linux-kernel
Re: livelock during MD device open
2014-01-14 17:14:54
linux-kernel
livelock during MD device open
2013-06-26 15:25:03
linux-kernel
[PATCH v3.10-rc7] net: fix kernel deadlock with interface rename and netdev name retrieval.
2013-04-29 13:21:41
linux-kernel
Re: [RFC PATCH net-next 0/6] seccomp filter JIT
2013-04-29 12:39:32
linux-kernel
Re: [PATCH v2 net-next 3/3] ARM: net: bpf_jit_32: support BPF_S_ANC_SECCOMP_LD_W instruction
2013-04-29 12:18:16
linux-kernel
Re: [RFC PATCH net-next 0/6] seccomp filter JIT
2013-04-24 17:29:01
linux-kernel
[PATCH V3 3/3] ARM: net: bpf_jit: add support for jitted seccomp filters.
2013-04-24 17:28:49
linux-kernel
[PATCH V3 2/3] ARM: net: bpf_jit: make code generation less dependent on struct sk_filter.
2013-04-24 17:28:34
linux-kernel
[PATCH V3 1/3] seccomp: add generic code for jitted seccomp filters.
2013-04-24 17:28:08
linux-kernel
[PATCH V3] Support for JIT in Seccomp BPF filters.
2013-04-24 15:52:38
linux-kernel
Re: [PATCH V2 1/3] seccomp: add generic code for jitted seccomp filters.
2013-04-22 12:38:52
linux-kernel
Re: [PATCH V2 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-18 14:51:30
linux-kernel
[PATCH V2 3/3] ARM: net: bpf_jit: add support for jitted seccomp filters.
2013-03-18 14:51:20
linux-kernel
[PATCH V2 2/3] ARM: net: bpf_jit: make code generation less dependent on struct sk_filter.
2013-03-18 14:51:08
linux-kernel
[PATCH V2 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-18 14:50:48
linux-kernel
[PATCH RFC] Support for JIT in Seccomp BPF filters.
2013-03-15 19:53:34
linux-kernel
Re: [PATCH RFC 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-15 19:10:44
linux-kernel
Re: [PATCH RFC 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-15 18:39:25
linux-kernel
Re: [PATCH RFC 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-15 18:30:06
linux-kernel
[PATCH RFC 3/3] ARM: net: bpf_jit: add support for jitted seccomp filters.
2013-03-15 18:29:51
linux-kernel
[PATCH RFC 2/3] ARM: net: bpf_jit: make code generation less dependent on struct sk_filter.
2013-03-15 18:29:35
linux-kernel
[PATCH RFC 1/3] seccomp: add generic code for jitted seccomp filters.
2013-03-15 17:02:49
linux-kernel
[PATCH] seccomp: allow BPF_XOR based ALU instructions.