index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
libbpf: Fix error handling in btf__distill_base()
Alan Maguire
1
-1
/
+1
2024-07-01
selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc
Lorenzo Bianconi
3
-0
/
+325
2024-07-01
netfilter: Add bpf_xdp_flow_lookup kfunc
Lorenzo Bianconi
4
-1
/
+137
2024-07-01
netfilter: nf_tables: Add flowtable map for xdp offload
Florian Westphal
4
-2
/
+154
2024-06-27
selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
Jiri Olsa
14
-40
/
+13
2024-06-27
libbpf: Fix clang compilation error in btf_relocate.c
Alan Maguire
1
-2
/
+2
2024-06-27
selftests/bpf: Don't close(-1) in serial_test_fexit_stress()
Ma Ke
1
-2
/
+2
2024-06-26
bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...
Matt Bobrowski
4
-2
/
+48
2024-06-26
bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...
Matt Bobrowski
1
-6
/
+11
2024-06-26
bpf: Fix tailcall cases in test_bpf
Leon Hwang
1
-0
/
+10
2024-06-24
libbpf: Skip base btf sanity checks
Antoine Tenart
1
-1
/
+1
2024-06-23
bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefined
Alan Maguire
1
-2
/
+2
2024-06-23
bpf, docs: Address comments from IETF Area Directors
Dave Thaler
1
-35
/
+45
2024-06-21
selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmod
Alan Maguire
4
-0
/
+93
2024-06-21
kbuild,bpf: Add module-specific pahole flags for distilled base BTF
Alan Maguire
2
-1
/
+6
2024-06-21
libbpf,bpf: Share BTF relocate-related code with kernel
Alan Maguire
5
-53
/
+226
2024-06-21
libbpf: Split field iter code into its own file kernel
Alan Maguire
3
-163
/
+170
2024-06-21
module, bpf: Store BTF base pointer in struct module
Alan Maguire
2
-1
/
+6
2024-06-21
libbpf: BTF relocation followup fixing naming, loop logic
Alan Maguire
1
-41
/
+31
2024-06-21
selftests/bpf: Test struct_ops bpf map auto-attach
Mykyta Yatsenko
1
-0
/
+35
2024-06-21
bpf, arm64: Inline bpf_get_current_task/_btf() helpers
Puranjay Mohan
1
-0
/
+9
2024-06-21
selftests/bpf: Match tests against regular expression
Cupertino Miranda
3
-6
/
+6
2024-06-21
selftests/bpf: Support checks against a regular expression
Cupertino Miranda
2
-30
/
+96
2024-06-21
libbpf: Checking the btf_type kind when fixing variable offsets
Donglin Peng
1
-2
/
+9
2024-06-21
bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooks
Matt Bobrowski
1
-0
/
+1
2024-06-21
bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton
Andrii Nakryiko
1
-0
/
+2
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
3
-3
/
+3
2024-06-21
selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
Geliang Tang
1
-26
/
+3
2024-06-21
selftests/bpf: Use start_server_str in mptcp
Geliang Tang
1
-6
/
+1
2024-06-21
selftests/bpf: Drop noconnect from network_helper_opts
Geliang Tang
3
-11
/
+8
2024-06-21
selftests/bpf: Add client_socket helper
Geliang Tang
2
-8
/
+31
2024-06-21
selftests/bpf: Use connect_to_addr in connect_to_fd_opt
Geliang Tang
1
-26
/
+7
2024-06-21
selftests/bpf: Drop type from network_helper_opts
Geliang Tang
5
-33
/
+26
2024-06-21
bpf: remove redeclaration of new_n in bpf_verifier_vlog
Rafael Passos
1
-1
/
+1
2024-06-21
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
3
-7
/
+4
2024-06-21
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
Rafael Passos
6
-13
/
+9
2024-06-21
bpf, x64: Remove tail call detection
Leon Hwang
1
-9
/
+2
2024-06-21
bpf, verifier: Correct tail_call_reachable for bpf prog
Leon Hwang
1
-1
/
+3
2024-06-17
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
1
-0
/
+8
2024-06-17
libbpf: Make btf_parse_elf process .BTF.base transparently
Eduard Zingerman
2
-54
/
+111
2024-06-17
selftests/bpf: Extend distilled BTF tests to cover BTF relocation
Alan Maguire
1
-0
/
+278
2024-06-17
libbpf: Split BTF relocation
Alan Maguire
6
-1
/
+542