summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-04-20selftests/bpf: populate map_array_ro map for verifier_array_access testEduard Zingerman-5/+41
2023-04-20selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loaderEduard Zingerman-0/+17
2023-04-20selftests/bpf: fix __retval() being always ignoredEduard Zingerman-3/+3
2023-04-20selftests/bpf: disable program test run for progs/refcounted_kptr.cEduard Zingerman-4/+4
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet-1/+1
2023-04-19Merge branch 'Access variable length array relaxed for integer type'Alexei Starovoitov-3/+75
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou-0/+70
2023-04-19bpf: support access variable length array of integer typeFeng Zhou-3/+5
2023-04-19selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson-4/+16
2023-04-18Merge branch 'Provide bpf_for() and bpf_for_each() by libbpf'Alexei Starovoitov-122/+232
2023-04-18libbpf: mark bpf_iter_num_{new,next,destroy} as __weakAndrii Nakryiko-3/+3
2023-04-18libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko-103/+103
2023-04-18selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko-0/+41
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko-3/+69
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko-4/+5
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko-12/+14
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song-0/+60
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song-2/+7
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young-1/+0
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann-0/+10
2023-04-16Merge branch 'Remove KF_KPTR_GET kfunc flag'Alexei Starovoitov-233/+11
2023-04-16bpf,docs: Remove KF_KPTR_GET from documentationDavid Vernet-15/+6
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet-66/+0
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet-152/+5
2023-04-15Merge branch 'Shared ownership for local kptrs'Alexei Starovoitov-377/+1114
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky-0/+496
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky-12/+35
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky-107/+191
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky-67/+73
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky-51/+148
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky-11/+91
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky-8/+16
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky-2/+32
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky-130/+43
2023-04-13samples/bpf: sampleip: Replace PAGE_OFFSET with _text addressRong Tao-2/+9
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich-40/+110
2023-04-13bpf: Add preempt_count_{sub,add} into btf id deny listYafang-0/+4
2023-04-13selftests/bpf: Workaround for older vm_sockets.h.Alexei Starovoitov-0/+5
2023-04-13selftests/bpf: Fix merge conflict due to SYS() macro change.Alexei Starovoitov-2/+2
2023-04-13Daniel Borkmann says:Jakub Kicinski-11274/+21786
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1384/+2628
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-517/+990
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+25
2023-04-13Merge tag 'pinctrl-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-20/+16
2023-04-13Merge tag 'drm-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-35/+175
2023-04-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-38/+205
2023-04-13Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-3/+15
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann-6/+4
2023-04-13Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash'Alexei Starovoitov-38/+205
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer-12/+23