summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-20libbpf: add support for BPF cookie for raw_tp/tp_btf programsAndrii Nakryiko5-5/+53
2024-03-20bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko5-6/+28
2024-03-20bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko5-33/+38
2024-03-20bpf: flatten bpf_probe_register call chainAndrii Nakryiko1-6/+1
2024-03-20selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)1-1/+12
2024-03-20Merge branch 'current_pid_tgid-for-all-prog-types'Andrii Nakryiko6-42/+215
2024-03-20selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+76
2024-03-20selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+80
2024-03-20selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-03-20selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-03-20bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song4-8/+4
2024-03-19bpf/lpm_trie: Inline longest_prefix_match for fastpathJesper Dangaard Brouer1-5/+13
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy7-16/+40
2024-03-19bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy4-16/+0
2024-03-18libbpbpf: Check bpf_map/bpf_program fd validityMykyta Yatsenko1-7/+52
2024-03-18bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elemMartin KaFai Lau1-2/+0
2024-03-15selftests/bpf: Remove second semicolonColin Ian King2-2/+2
2024-03-15bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy8-27/+51
2024-03-15bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy3-5/+12
2024-03-15bpf: preserve sleepable bit in subprog infoAndrii Nakryiko1-0/+1
2024-03-14Merge branch 'ignore-additional-fields-in-the-struct_ops-maps-in-an-updated-v...Andrii Nakryiko3-6/+81
2024-03-14selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps.Kui-Feng Lee2-1/+62
2024-03-14libbpf: Skip zeroed or null fields if not found in the kernel type.Kui-Feng Lee1-5/+19
2024-03-14libbpf: Prevent null-pointer dereference when prog to load has no BTFQuentin Monnet1-4/+3
2024-03-14bpftool: Fix missing pids during link showYonghong Song1-2/+2
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee2-1/+7
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1881-36042/+91460
2024-03-13Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds64-1607/+6857
2024-03-13Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+2
2024-03-13Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-nextLinus Torvalds2-47/+87
2024-03-13Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+73
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds71-688/+1949
2024-03-13Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+5
2024-03-13Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-16/+42
2024-03-13Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds44-753/+1763
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-317/+335
2024-03-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-26/+24
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds4-24/+36
2024-03-12Merge tag 'affs-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+1
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds119-1117/+2132
2024-03-12Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-72/+95
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds47-254/+187
2024-03-12Merge tag 'soc-defconfig-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-7/+58
2024-03-12Merge tag 'soc-arm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds25-63/+83
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds83-539/+3169
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds742-7936/+40563
2024-03-12Merge tag 'm68k-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-38/+2
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds115-1916/+3246
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-331/+273
2024-03-12Merge tag 'x86-apic-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1