summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-07-06bpf: make preloaded map iterators to display map elements countAnton Protopopov-260/+275
2023-07-06bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov-2/+20
2023-07-06bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov-1/+38
2023-07-06bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov-0/+30
2023-07-05selftests/bpf: Add benchmark for bpf memory allocatorHou Tao-0/+502
2023-07-05selftests/bpf: Honor $(O) when figuring out pathsBjörn Töpel-0/+4
2023-07-05selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some testsBjörn Töpel-1/+14
2023-07-05bpf: Remove unnecessary ring buffer size checkHou Tao-15/+11
2023-06-30Merge branch 'libbpf: add netfilter link attach helper'Andrii Nakryiko-0/+172
2023-06-30selftests/bpf: Add bpf_program__attach_netfilter helper testFlorian Westphal-0/+100
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal-0/+72
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo-0/+4
2023-06-30selftests/bpf: Verify that the cgroup_skb filters receive expected packets.Kui-Feng Lee-0/+832
2023-06-30bpf, net: Check skb ownership against full socket.Kui-Feng Lee-2/+2
2023-06-30selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev-0/+29
2023-06-30bpf: Resolve modifiers when walking structsStanislav Fomichev-0/+2
2023-06-30selftests/bpf: Fix bpf_nf failure upon test rerunDaniel Borkmann-2/+3
2023-06-29bpf, docs: Fix definition of BPF_NEG operationDave Thaler-1/+1
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song-35/+35
2023-06-29lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flagSumitra Sharma-11/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-25271/+98547
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-434/+351
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-152/+49
2023-06-28modules: catch concurrent module loads, treat them as idempotentLinus Torvalds-2/+71
2023-06-28module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds-15/+27
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-333/+1067
2023-06-28Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-299/+805
2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-413/+1635
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-608/+5618
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-302/+835
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds-1/+0
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-422/+957
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6892/+8328
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds-75/+76
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-203/+467
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+10
2023-06-27Merge tag 'Smack-for-6.5' of https://github.com/cschaufler/smack-nextLinus Torvalds-16/+48
2023-06-27Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-16/+32
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+22
2023-06-27Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-92/+157
2023-06-27Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-144/+478
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-220/+257
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-65/+57
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-75/+499
2023-06-27Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+77
2023-06-27Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-328/+997
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-326/+467