index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-24
selftests/bpf: Use make_sockaddr in test_sock_addr
Geliang Tang
2024-04-24
selftests/bpf: Use connect_to_addr in test_sock_addr
Geliang Tang
2024-04-24
selftests/bpf: Use start_server_addr in test_sock_addr
Geliang Tang
2024-04-24
selftests/bpf: Use log_err in open_netns/close_netns
Geliang Tang
2024-04-24
selftests/bpf: Fix a fd leak in error paths in open_netns
Geliang Tang
2024-04-24
Merge branch 'introduce-bpf_preempt_-disable-enable'
Alexei Starovoitov
2024-04-24
selftests/bpf: Add tests for preempt kfuncs
Kumar Kartikeya Dwivedi
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
2024-04-23
Merge branch 'introduce-bpf_wq'
Alexei Starovoitov
2024-04-23
selftests/bpf: wq: add bpf_wq_start() checks
Benjamin Tissoires
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
2024-04-23
selftests/bpf: add checks for bpf_wq_set_callback()
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2024-04-23
selftests/bpf: wq: add bpf_wq_init() checks
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
2024-04-23
selftests/bpf: add bpf_wq tests
Benjamin Tissoires
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
2024-04-23
tools: sync include/uapi/linux/bpf.h
Benjamin Tissoires
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
2024-04-21
bpf, docs: Fix formatting nit in instruction-set.rst
Dave Thaler
2024-04-21
bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst
Dave Thaler
2024-04-19
Merge branch 'use network helpers, part 1'
Martin KaFai Lau
2024-04-19
selftests/bpf: Use connect_to_addr in sk_assign
Geliang Tang
2024-04-19
selftests/bpf: Use connect_to_addr in cls_redirect
Geliang Tang
2024-04-19
selftests/bpf: Update arguments of connect_to_addr
Geliang Tang
2024-04-19
selftests/bpf: Use start_server_addr in sk_assign
Geliang Tang
2024-04-19
selftests/bpf: Use start_server_addr in cls_redirect
Geliang Tang
2024-04-19
selftests/bpf: Add start_server_addr helper
Geliang Tang
2024-04-18
bpf: Fix JIT of is_mov_percpu_addr instruction.
Alexei Starovoitov
2024-04-17
libbpf: Fix dump of subsequent char arrays
Quentin Deslandes
2024-04-17
libbpf: Fix misaligned array closing bracket
Quentin Deslandes
2024-04-16
bpftool: Address minor issues in bash completion
Quentin Monnet
2024-04-16
bpftool: Update documentation where progs/maps can be passed by name
Quentin Monnet
2024-04-16
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
2024-04-12
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
2024-04-12
bpftool: Fix typo in error message
Thorsten Blum
2024-04-11
Merge branch 'export send_recv_data'
Martin KaFai Lau
2024-04-11
selftests/bpf: Export send_recv_data helper
Geliang Tang
2024-04-11
selftests/bpf: Add struct send_recv_arg
Geliang Tang
[next]