summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa3-0/+17
2024-01-24bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa3-0/+16
2024-01-24bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2-3/+3
2024-01-24bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi1-1/+1
2024-01-24bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi1-5/+5
2024-01-24libbpf: call dup2() syscall directlyAndrii Nakryiko1-1/+11
2024-01-24selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao1-1/+1
2024-01-24bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao1-0/+5
2024-01-24bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_KDave Thaler1-1/+2
2024-01-24bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima1-14/+16
2024-01-24bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun1-7/+14
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-01-23libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-01-23bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann1-3/+4
2024-01-23bpf, docs: Fix bpf_redirect_peer header docVictor Stewart1-3/+3
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima7-0/+953
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima3-4/+135
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima3-8/+56
2024-01-23bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima1-2/+13
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2024-01-23tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima2-25/+28
2024-01-23bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima3-9/+18
2024-01-23bpf: Minor improvements for bpf_cmp.Alexei Starovoitov1-9/+12
2024-01-23docs/bpf: Fix an incorrect statement in verifier.rstYonghong Song1-1/+1
2024-01-23selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song1-0/+41
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song2-10/+23
2024-01-23selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy1-0/+133
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy3-5/+11
2024-01-23bpf: Add the get_reg_width functionMaxim Mikityanskiy1-2/+7
2024-01-23bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy1-14/+19
2024-01-23selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy1-0/+31
2024-01-23bpf: Make bpf_for_each_spilled_reg consider narrow spillsMaxim Mikityanskiy1-1/+1
2024-01-23selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman1-0/+24
2024-01-23bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman1-1/+1
2024-01-23selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy1-5/+3
2024-01-23selftests/bpf: Update LLVM Phabricator linksNathan Chancellor3-18/+18
2024-01-23selftests/bpf: detect testing prog flags supportAndrii Nakryiko7-7/+37
2024-01-23Introduce concept of conformance groupsDave Thaler1-1/+25
2024-01-23net: filter: fix spelling mistakesRandy Dunlap1-4/+4
2024-01-23bpf: support multiple tags per argumentAndrii Nakryiko2-23/+43
2024-01-23bpf: prepare btf_prepare_func_args() for multiple tags per argumentAndrii Nakryiko2-17/+37
2024-01-23bpf: make sure scalar args don't accept __arg_nonnull tagAndrii Nakryiko1-4/+4
2024-01-23selftests/bpf: fix test_loader check messageAndrii Nakryiko1-1/+1
2024-01-23selftests/bpf: Test the inlining of bpf_kptr_xchg()Hou Tao2-0/+99
2024-01-23selftests/bpf: Factor out get_xlated_program() helperHou Tao4-89/+50
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao5-0/+34
2024-01-23inet_diag: skip over empty bucketsEric Dumazet1-0/+8
2024-01-23sock_diag: remove sock_diag_mutexEric Dumazet1-4/+0
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet3-21/+40