index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-05-09
selftests/bpf: Drop get_port in test_tcp_check_syncookie
Geliang Tang
-18
/
+3
2024-05-09
selftests/bpf: Use connect_to_fd in test_tcp_check_syncookie
Geliang Tang
-33
/
+5
2024-05-09
selftests/bpf: Use connect_to_fd in sockopt_inherit
Geliang Tang
-30
/
+1
2024-05-09
selftests/bpf: Use start_server_addr in test_tcp_check_syncookie
Geliang Tang
-44
/
+25
2024-05-09
selftests/bpf: Use start_server_addr in sockopt_inherit
Geliang Tang
-21
/
+12
2024-05-09
selftests/bpf: Add post_socket_cb for network_helper_opts
Geliang Tang
-9
/
+18
2024-05-09
Merge branch 'selftests-bpf-retire-bpf_tcp_helpers-h'
Alexei Starovoitov
-426
/
+191
2024-05-09
selftests/bpf: Retire bpf_tcp_helpers.h
Martin KaFai Lau
-241
/
+0
2024-05-09
selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc tests
Martin KaFai Lau
-38
/
+23
2024-05-09
selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc tests
Martin KaFai Lau
-10
/
+2
2024-05-09
selftests/bpf: Use bpf_tracing_net.h in bpf_dctcp
Martin KaFai Lau
-7
/
+15
2024-05-09
selftests/bpf: Use bpf_tracing_net.h in bpf_cubic
Martin KaFai Lau
-4
/
+12
2024-05-09
selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcp
Martin KaFai Lau
-18
/
+18
2024-05-09
selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc tests
Martin KaFai Lau
-75
/
+77
2024-05-09
selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.h
Martin KaFai Lau
-21
/
+3
2024-05-09
selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.h
Martin KaFai Lau
-13
/
+42
2024-05-09
selftests/bpf: Remove bpf_tracing_net.h usages from two networking tests
Martin KaFai Lau
-2
/
+2
2024-05-08
bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
Jose E. Marchesi
-0
/
+1
2024-05-08
bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.c
Jose E. Marchesi
-0
/
+2
2024-05-08
bpf: avoid UB in usages of the __imm_insn macro
Jose E. Marchesi
-0
/
+13
2024-05-08
bpf: avoid uninitialized warnings in verifier_global_subprogs.c
Jose E. Marchesi
-0
/
+7
2024-05-08
bpf, arm64: Add support for lse atomics in bpf_arena
Puranjay Mohan
-9
/
+40
2024-05-07
Merge branch 'libbpf: further struct_ops fixes and improvements'
Martin KaFai Lau
-17
/
+156
2024-05-07
selftests/bpf: shorten subtest names for struct_ops_module test
Andrii Nakryiko
-4
/
+4
2024-05-07
selftests/bpf: validate struct_ops early failure detection logic
Andrii Nakryiko
-0
/
+64
2024-05-07
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
-1
/
+14
2024-05-07
libbpf: fix libbpf_strerror_r() handling unknown errors
Andrii Nakryiko
-2
/
+14
2024-05-07
selftests/bpf: add another struct_ops callback use case test
Andrii Nakryiko
-0
/
+49
2024-05-07
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
-1
/
+9
2024-05-07
libbpf: remove unnecessary struct_ops prog validity check
Andrii Nakryiko
-10
/
+3
2024-05-07
Merge branch 'fix-number-of-arguments-in-test'
Andrii Nakryiko
-14
/
+30
2024-05-07
selftests/bpf: Change functions definitions to support GCC
Cupertino Miranda
-6
/
+21
2024-05-07
selftests/bpf: Add CFLAGS per source file and runner
Cupertino Miranda
-8
/
+9
2024-05-07
bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
Jose E. Marchesi
-1
/
+1
2024-05-07
Merge branch 'bpf-avoid-attribute-ignored-warnings-in-gcc'
Andrii Nakryiko
-2
/
+2
2024-05-07
bpf: Disable some `attribute ignored' warnings in GCC
Jose E. Marchesi
-1
/
+1
2024-05-07
bpf: Avoid __hidden__ attribute in static object
Jose E. Marchesi
-1
/
+1
2024-05-07
bpf: Remove redundant page mask of vmf->address
Haiyue Wang
-1
/
+1
2024-05-06
Merge branch 'bpf-verifier-range-computation-improvements'
Alexei Starovoitov
-65
/
+104
2024-05-06
selftests/bpf: MUL range computation tests.
Cupertino Miranda
-0
/
+21
2024-05-06
bpf/verifier: relax MUL range computation check
Cupertino Miranda
-5
/
+1
2024-05-06
selftests/bpf: XOR and OR range computation tests.
Cupertino Miranda
-0
/
+42
2024-05-06
bpf/verifier: improve XOR and OR range computation
Cupertino Miranda
-2
/
+2
2024-05-06
bpf/verifier: refactor checks for range computation
Cupertino Miranda
-64
/
+45
2024-05-06
bpf/verifier: replace calls to mark_reg_unknown.
Cupertino Miranda
-5
/
+4
2024-05-06
bpftool, selftests/hid/bpf: Fix 29 clang warnings
John Hubbard
-1
/
+1
2024-05-06
selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
Michal Schmidt
-2
/
+2
2024-05-06
selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.h
Martin KaFai Lau
-4
/
+5
2024-05-02
libbpf: Avoid casts from pointers to enums in bpf_tracing.h
Jose E. Marchesi
-47
/
+47
2024-05-02
libbpf: Fix bpf_ksym_exists() in GCC
Jose E. Marchesi
-3
/
+14
[next]