LinuxLists
Users
About
Benjamin Tissoires (
[email protected]
)
Number of posts: 1984 (0.49 per day)
First post: 2013-03-05 16:10:03
Last post: 2024-04-23 14:59:52
Previous Page
/
Next Page
Date
List
Subject
2022-03-18 19:55:24
linux-kernel
[PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
2022-03-18 19:44:09
linux-kernel
[PATCH bpf-next v3 16/17] selftests/bpf: add tests for bpf_hid_hw_request
2022-03-18 17:41:35
linux-kernel
[PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
2022-03-16 21:52:40
linux-kernel
Re: [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
2022-03-11 23:26:10
linux-kernel
Re: [PATCH bpf-next v2 02/28] bpf: introduce hid program type
2022-03-11 22:15:23
linux-kernel
Re: [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
2022-03-08 23:53:39
linux-kernel
Re: [PATCH bpf-next v2 02/28] bpf: introduce hid program type
2022-03-08 17:28:41
linux-kernel
Re: [PATCH bpf-next v2 02/28] bpf: introduce hid program type
2022-03-08 14:36:08
linux-kernel
Re: [PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-07 21:37:01
linux-kernel
Re: [PATCH bpf-next v2 02/28] bpf: introduce hid program type
2022-03-05 21:12:24
linux-kernel
Re: [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
2022-03-05 21:03:26
linux-kernel
Re: [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
2022-03-05 20:15:16
linux-kernel
Re: [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
2022-03-05 11:14:15
linux-kernel
Re: [PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-04 20:52:50
linux-kernel
[PATCH bpf-next v2 03/28] HID: hook up with bpf
2022-03-04 20:52:26
linux-kernel
[PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
2022-03-04 20:50:49
linux-kernel
[PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
2022-03-04 20:44:56
linux-kernel
[PATCH bpf-next v2 02/28] bpf: introduce hid program type
2022-03-04 20:43:44
linux-kernel
[PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
2022-03-04 20:39:50
linux-kernel
[PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
2022-03-04 20:34:59
linux-kernel
[PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
2022-03-04 20:32:38
linux-kernel
[PATCH bpf-next v2 04/28] libbpf: add HID program type and API
2022-03-04 20:28:05
linux-kernel
[PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
2022-03-04 20:27:19
linux-kernel
[PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
2022-03-04 20:22:05
linux-kernel
[PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
2022-03-04 20:15:48
linux-kernel
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-04 20:15:33
linux-kernel
[PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
2022-03-04 20:06:53
linux-kernel
[PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
2022-03-04 20:02:39
linux-kernel
[PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
2022-03-04 19:57:55
linux-kernel
[PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
2022-03-04 19:51:15
linux-kernel
[PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
2022-03-04 19:50:58
linux-kernel
[PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
2022-03-04 19:50:57
linux-kernel
[PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
2022-03-04 19:29:49
linux-kernel
[PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
2022-03-04 19:24:48
linux-kernel
[PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change
2022-03-04 19:04:37
linux-kernel
[PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
2022-03-04 19:02:08
linux-kernel
[PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
2022-03-04 19:01:38
linux-kernel
[PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
2022-03-04 18:57:24
linux-kernel
[PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
2022-03-04 18:29:43
linux-kernel
[PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
2022-03-04 18:29:23
linux-kernel
[PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
2022-03-04 18:28:13
linux-kernel
[PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
2022-03-04 18:10:47
linux-kernel
[PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
2022-03-01 13:02:42
linux-kernel
Re: [PATCH v2] HID: Add mapping for KEY_ALL_APPLICATIONS
2022-03-01 10:40:04
linux-kernel
Re: [PATCH v3] HID: Add mapping for KEY_DICTATE
2022-02-28 19:49:12
linux-kernel
Re: [PATCH bpf-next v1 1/6] HID: initial BPF implementation
2022-02-28 19:36:27
linux-kernel
Re: [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
2022-02-28 19:01:28
linux-kernel
Re: [PATCH bpf-next v1 1/6] HID: initial BPF implementation
2022-02-26 13:37:58
linux-kernel
Re: [PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-25 22:09:30
linux-kernel
Re: [PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-25 16:17:53
linux-kernel
Re: [PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices