index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
bpf
/
hid_bpf_dispatch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-11
HID: bpf: fix hid_bpf_input_report() when hid-core is not ready
Benjamin Tissoires
1
-1
/
+1
2024-04-10
HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks.
Benjamin Tissoires
1
-0
/
+5
2024-04-10
HID: bpf: allow to inject HID event from BPF
Benjamin Tissoires
1
-0
/
+29
2024-04-10
HID: bpf: export hid_hw_output_report as a BPF kfunc
Benjamin Tissoires
1
-29
/
+83
2024-04-10
HID: bpf/dispatch: regroup kfuncs definitions
Benjamin Tissoires
1
-42
/
+38
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-4
/
+4
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-4
/
+4
2024-01-31
HID: bpf: use __bpf_kfunc instead of noinline
Benjamin Tissoires
1
-5
/
+13
2024-01-31
HID: bpf: actually free hdev memory after attaching a HID-BPF program
Benjamin Tissoires
1
-6
/
+23
2024-01-31
HID: bpf: remove double fdget()
Benjamin Tissoires
1
-22
/
+44
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
1
-3
/
+0
2023-01-18
HID: bpf: reorder BPF registration
Benjamin Tissoires
1
-4
/
+5
2023-01-18
HID: bpf: clean up entrypoint
Benjamin Tissoires
1
-1
/
+0
2023-01-18
HID: bpf: rework how programs are attached and stored in the kernel
Benjamin Tissoires
1
-7
/
+11
2022-12-07
HID: bpf: do not rely on ALLOW_ERROR_INJECTION
Benjamin Tissoires
1
-2
/
+18
2022-11-15
HID: bpf: allow to change the report descriptor
Benjamin Tissoires
1
-1
/
+79
2022-11-15
HID: bpf: introduce hid_hw_request()
Benjamin Tissoires
1
-0
/
+134
2022-11-15
HID: bpf: allocate data memory for device_event BPF programs
Benjamin Tissoires
1
-10
/
+106
2022-11-15
HID: bpf jmp table: simplify the logic of cleaning up programs
Benjamin Tissoires
1
-1
/
+1
2022-11-15
HID: initial BPF implementation
Benjamin Tissoires
1
-0
/
+223