summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-06selftests/bpf: Fix file descriptor leak in load_kallsyms()Yuntao Wang1-4/+5
2022-04-06bpf, arm64: Sign return address for JITed codeXu Kuohai2-2/+13
2022-04-05Merge branch 'Add libbpf support for USDTs'Alexei Starovoitov19-25/+2938
2022-04-05selftests/bpf: Add urandom_read shared lib and USDTsAndrii Nakryiko8-9/+275
2022-04-05selftests/bpf: Add basic USDT selftestsAndrii Nakryiko6-6/+970
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko1-0/+105
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko1-1/+167
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko1-1/+581
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko6-11/+587
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko2-1/+257
2022-04-05libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich1-1/+39
2022-04-05selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64Ilya Leoshkevich1-0/+2
2022-04-05Merge branch 'bpf/bpftool: add program & link type names'Andrii Nakryiko3-1/+5
2022-04-05bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde1-1/+1
2022-04-05bpftool: Add missing link typesMilan Landaverde1-0/+3
2022-04-05bpftool: Add syscall prog typeMilan Landaverde1-0/+1
2022-04-05selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool syncQuentin Monnet1-1/+1
2022-04-05samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin1-0/+1
2022-04-05sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen1-0/+3
2022-04-04libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang1-4/+2
2022-04-04Merge branch 'libbpf: name-based u[ret]probe attach'Andrii Nakryiko9-25/+541
2022-04-04selftests/bpf: Add tests for uprobe auto-attach via skeletonAlan Maguire2-0/+90
2022-04-04selftests/bpf: Add tests for u[ret]probe attach by nameAlan Maguire2-17/+109
2022-04-04libbpf: Add auto-attach for uprobes based on section nameAlan Maguire4-6/+76
2022-04-04libbpf: Support function name-based attach uprobesAlan Maguire2-1/+213
2022-04-04libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire1-1/+53
2022-04-04samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi4-459/+381
2022-04-04bpf: Correct the comment for BTF kind bitfieldHaiyue Wang2-4/+4
2022-04-04selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang1-2/+4
2022-04-04selftests/bpf: Return true/false (not 1/0) from bool functionsHaowen Bai2-7/+7
2022-04-04selftests/bpf: Fix vfs_link kprobe definitionNikolay Borisov1-2/+3
2022-04-04bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel1-16/+14
2022-04-02bpf, test_offload.py: Skip base maps without namesYauheni Kaliuta1-1/+1
2022-04-01bpf: Remove redundant assignment to smap->map.value_sizeYuntao Wang1-1/+0
2022-04-01selftests/bpf: Remove unused variable from bpf_sk_assign testEyal Birger1-3/+1
2022-04-01bpf: Use swap() instead of open coding itJiapeng Chong1-4/+2
2022-04-01bpf, tests: Add load store test case for tail callXu Kuohai1-0/+30
2022-04-01bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai1-4/+281
2022-04-01bpf, arm64: Adjust the offset of str/ldr(immediate) to positive numberXu Kuohai1-27/+138
2022-04-01bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)Xu Kuohai2-15/+127
2022-04-01arm64, insn: Add ldr/str with immediate offsetXu Kuohai2-14/+62
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds58-337/+588
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-23/+27
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet1-0/+6
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber1-2/+2
2022-03-31Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski7-32/+37
2022-03-31rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang1-2/+5
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells4-15/+50
2022-03-31Merge branch 'net-hns3-add-two-fixes-for-net'Paolo Abeni4-8/+15
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3