aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao9-29/+28
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao7-9/+9
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao1-2/+2
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao1-2/+0
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko1-0/+5
2022-08-10Merge branch 'destructive bpf_kfuncs'Alexei Starovoitov7-1/+89
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov3-0/+55
2022-08-10bpf: export crash_kexec() as destructive kfuncArtem Savkov1-0/+18
2022-08-10bpf: add destructive kfunc flagArtem Savkov3-1/+16
2022-08-10selftests/xsk: Update poll test casesShibin Koikkara Reeny2-40/+134
2022-08-09selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong2-2/+39
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong1-18/+20
2022-08-09selftests/bpf: Fix vmtest.sh getopts optstringDaniel Xu1-1/+1
2022-08-09selftests/bpf: Fix vmtest.sh -h to not require rootDaniel Xu1-16/+16
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song1-5/+4
2022-08-09Merge branch 'Add BPF-helper for accessing CLOCK_TAI'Alexei Starovoitov7-0/+140
2022-08-09selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach2-0/+98
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer5-0/+42
2022-08-09bpf: Cleanup check_refcount_okDave Marchevsky1-45/+29
2022-08-09net: netfilter: Remove ifdefs for code shared by BPF and ctnetlinkKumar Kartikeya Dwivedi2-12/+0
2022-08-09bpf, iter: Fix the condition on p when calling stop.Hao Luo1-0/+5
2022-08-09cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed1-5/+0
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires3-0/+16
2022-08-08bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky2-4/+24
2022-08-08libbpf: Do not require executable permission for shared librariesHengqi Chen1-3/+5
2022-08-08bpf: Verifier cleanupsJoanne Koong1-18/+32
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko1-5/+3
2022-08-08selftests/bpf: Clean up sys_nanosleep usesJoanne Koong3-32/+32
2022-08-04libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard2-9/+9
2022-08-04bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle1-3/+12
2022-08-04libbpf: Initialize err in probe_map_createFlorian Fainelli1-1/+1
2022-08-04libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard1-0/+4
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1753-63510/+92548
2022-08-03Merge tag 'ata-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds19-174/+177
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-9/+7
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-9/+10
2022-08-03Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+1
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds57-2829/+3842
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds18-1762/+781
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds31-775/+486
2022-08-03Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-85/+35
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+20
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds20-296/+113
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-17/+46
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-31/+26
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-108/+86
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds97-1887/+830
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayLinus Torvalds3-0/+20
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds8-63/+151
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni27-81/+259