summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-08libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov2-2/+43
2024-03-08bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov2-0/+19
2024-03-08bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov1-0/+16
2024-03-08bpf: Allow kfuncs return 'void *'Alexei Starovoitov1-0/+3
2024-03-07bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan6-7/+90
2024-03-07Merge branch 'libbpf-type-suffixes-and-autocreate-flag-for-struct_ops-maps'Andrii Nakryiko17-69/+704
2024-03-07selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman1-0/+29
2024-03-07bpf: Allow all printable characters in BTF DATASEC namesEduard Zingerman1-1/+15
2024-03-07selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman2-6/+56
2024-03-07libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman3-2/+41
2024-03-07libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman1-1/+14
2024-03-07libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman1-29/+32
2024-03-07selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman4-4/+125
2024-03-07libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman1-0/+43
2024-03-07selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman2-0/+118
2024-03-07selftests/bpf: Bad_struct_ops testEduard Zingerman4-0/+88
2024-03-07selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman2-0/+62
2024-03-07selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman3-10/+46
2024-03-07libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman1-3/+15
2024-03-07libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman1-23/+26
2024-03-07libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman1-1/+5
2024-03-07Merge branch 'bpf-introduce-may_goto-and-cond_break'Andrii Nakryiko9-53/+292
2024-03-07selftests/bpf: Test may_gotoAlexei Starovoitov2-3/+101
2024-03-07bpf: Add cond_break macroAlexei Starovoitov1-0/+12
2024-03-07bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov1-21/+30
2024-03-07Merge branch 'mm-enforce-ioremap-address-space-and-introduce-sparse-vm_area'Andrii Nakryiko2-2/+75
2024-03-07bpf: Introduce may_goto instructionAlexei Starovoitov6-30/+150
2024-03-07mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov2-2/+62
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov1-0/+13
2024-03-05Merge branch 'Allow struct_ops maps with a large number of programs'Martin KaFai Lau7-60/+279
2024-03-05selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee3-0/+176
2024-03-05bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee3-50/+96
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee2-10/+7
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang1-1/+1
2024-03-04selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko4-46/+103
2024-03-04libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen1-1/+1
2024-03-04bpf, docs: Rename legacy conformance group to packetDave Thaler1-2/+2
2024-03-03bpf, docs: Use IETF format for field definitions in instruction-set.rstDave Thaler1-241/+290
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski150-995/+3589
2024-03-01Merge branch 'inet_dump_ifaddr-no-rtnl'David S. Miller2-92/+79
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet1-58/+37
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet2-3/+4
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet1-9/+13
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet1-10/+13
2024-03-01Merge branch 'netdevsim-link'David S. Miller6-5/+342
2024-03-01netdevsim: fix rtnetlink.sh selftestDavid Wei1-0/+2
2024-03-01netdevsim: add selftest for forwarding skb between connected portsDavid Wei2-0/+144
2024-03-01netdevsim: add ndo_get_iflink() implementationDavid Wei1-0/+16