summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko
2022-08-10Merge branch 'destructive bpf_kfuncs'Alexei Starovoitov
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov
2022-08-10bpf: export crash_kexec() as destructive kfuncArtem Savkov
2022-08-10bpf: add destructive kfunc flagArtem Savkov
2022-08-10selftests/xsk: Update poll test casesShibin Koikkara Reeny
2022-08-09selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong
2022-08-09selftests/bpf: Fix vmtest.sh getopts optstringDaniel Xu
2022-08-09selftests/bpf: Fix vmtest.sh -h to not require rootDaniel Xu
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song
2022-08-09Merge branch 'Add BPF-helper for accessing CLOCK_TAI'Alexei Starovoitov
2022-08-09selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer
2022-08-09bpf: Cleanup check_refcount_okDave Marchevsky
2022-08-09net: netfilter: Remove ifdefs for code shared by BPF and ctnetlinkKumar Kartikeya Dwivedi
2022-08-09bpf, iter: Fix the condition on p when calling stop.Hao Luo
2022-08-09cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires
2022-08-08bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky
2022-08-08libbpf: Do not require executable permission for shared librariesHengqi Chen
2022-08-08bpf: Verifier cleanupsJoanne Koong
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko
2022-08-08selftests/bpf: Clean up sys_nanosleep usesJoanne Koong
2022-08-04libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard
2022-08-04bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle
2022-08-04libbpf: Initialize err in probe_map_createFlorian Fainelli
2022-08-04libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge tag 'ata-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-03Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-02doc: sfp-phylink: Fix a broken referenceChristophe JAILLET