aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko5-10/+2
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko4-91/+138
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko1-1/+1
2022-08-17selftests/bpf: Tests libbpf autoattach APIsHao Luo2-0/+53
2022-08-17libbpf: Allows disabling auto attachHao Luo3-1/+18
2022-08-16selftests/bpf: Fix attach point for non-x86 arches in test_progs/lsmArtem Savkov2-2/+3
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu3-6/+16
2022-08-15selftests/bpf: Update CI kconfigDaniel Xu1-0/+2
2022-08-15selftests/bpf: Add connmark read testDaniel Xu2-1/+5
2022-08-15selftests/bpf: Add existing connection bpf_*_ct_lookup() testDaniel Xu2-0/+77
2022-08-15bpftool: Clear errno after libcap's checksQuentin Monnet1-0/+10
2022-08-15bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet2-4/+8
2022-08-15bpftool: Fix a typo in a commentQuentin Monnet1-1/+1
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu2-4/+4
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