index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
3
-2
/
+82
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
1
-13
/
+5
2024-04-24
selftests/bpf: wq: add bpf_wq_start() checks
Benjamin Tissoires
3
-3
/
+40
2024-04-24
bpf: add bpf_wq_start
Benjamin Tissoires
1
-0
/
+18
2024-04-24
selftests/bpf: add checks for bpf_wq_set_callback()
Benjamin Tissoires
5
-7
/
+111
2024-04-24
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
3
-6
/
+70
2024-04-24
selftests/bpf: wq: add bpf_wq_init() checks
Benjamin Tissoires
4
-0
/
+97
2024-04-24
bpf: wq: add bpf_wq_init
Benjamin Tissoires
1
-2
/
+102
2024-04-24
selftests/bpf: add bpf_wq tests
Benjamin Tissoires
2
-0
/
+140
2024-04-24
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
5
-19
/
+73
2024-04-24
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
1
-0
/
+65
2024-04-24
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
1
-0
/
+5
2024-04-24
tools: sync include/uapi/linux/bpf.h
Benjamin Tissoires
1
-0
/
+4
2024-04-24
bpf: add support for bpf_wq user type
Benjamin Tissoires
5
-2
/
+45
2024-04-24
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
1
-17
/
+25
2024-04-24
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
1
-11
/
+18
2024-04-24
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
1
-28
/
+63
2024-04-24
bpf: make timer data struct more generic
Benjamin Tissoires
1
-33
/
+38
2024-04-22
bpf: Fix typos in comments
Rafael Passos
5
-10
/
+10
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
1
-3
/
+3
2024-04-21
bpf, docs: Fix formatting nit in instruction-set.rst
Dave Thaler
1
-1
/
+1
2024-04-21
bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst
Dave Thaler
1
-24
/
+24
2024-04-20
selftests/bpf: Use connect_to_addr in sk_assign
Geliang Tang
1
-25
/
+1
2024-04-20
selftests/bpf: Use connect_to_addr in cls_redirect
Geliang Tang
1
-17
/
+1
2024-04-20
selftests/bpf: Update arguments of connect_to_addr
Geliang Tang
3
-7
/
+15
2024-04-20
selftests/bpf: Use start_server_addr in sk_assign
Geliang Tang
1
-25
/
+4
2024-04-20
selftests/bpf: Use start_server_addr in cls_redirect
Geliang Tang
1
-18
/
+2
2024-04-20
selftests/bpf: Add start_server_addr helper
Geliang Tang
2
-2
/
+14
2024-04-18
bpf: Fix JIT of is_mov_percpu_addr instruction.
Alexei Starovoitov
1
-1
/
+1
2024-04-17
libbpf: Fix dump of subsequent char arrays
Quentin Deslandes
1
-0
/
+4
2024-04-17
libbpf: Fix misaligned array closing bracket
Quentin Deslandes
1
-0
/
+1
2024-04-16
bpftool: Address minor issues in bash completion
Quentin Monnet
1
-36
/
+25
2024-04-16
bpftool: Update documentation where progs/maps can be passed by name
Quentin Monnet
4
-4
/
+4
2024-04-16
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
1
-54
/
+40
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
1
-1
/
+1
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
2
-5
/
+8
2024-04-12
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
4
-77
/
+60
2024-04-12
bpftool: Fix typo in error message
Thorsten Blum
1
-1
/
+1
2024-04-11
selftests/bpf: Export send_recv_data helper
Geliang Tang
3
-80
/
+104
2024-04-11
selftests/bpf: Add struct send_recv_arg
Geliang Tang
1
-12
/
+22
2024-04-11
selftests/bpf: Fix umount cgroup2 error in test_sockmap
Geliang Tang
1
-1
/
+1
2024-04-11
selftests/bpf: Enable tests for atomics with cpuv4
Yonghong Song
1
-1
/
+1
2024-04-11
selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
Yonghong Song
5
-2
/
+206
2024-04-11
selftests/bpf: Refactor out helper functions for a few tests
Yonghong Song
2
-17
/
+30
2024-04-11
bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+9
2024-04-11
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
3
-0
/
+10
2024-04-11
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
6
-16
/
+271
2024-04-09
selftests/bpf: Add tests for atomics in bpf_arena.
Alexei Starovoitov
4
-0
/
+366
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
4
-1
/
+99
2024-04-09
selftests/bpf: eliminate warning of get_cgroup_id_from_path()
Jason Xing
1
-1
/
+1
[next]