summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Merge branch 'fix-resource-leak-checks-for-tail-calls'Alexei Starovoitov7-53/+118
2024-11-04selftests/bpf: Add tests for tail calls with locks and refsKumar Kartikeya Dwivedi2-0/+72
2024-11-04bpf: Unify resource leak checksKumar Kartikeya Dwivedi5-68/+46
2024-11-04bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi1-0/+15
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik1-0/+2
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik1-1/+5
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim3-12/+51
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim2-44/+110
2024-10-30selftests/bpf: drop unnecessary bpf_iter.h type duplicationAndrii Nakryiko34-210/+33
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko2-1/+4
2024-10-29docs/bpf: Add description of .BTF.base sectionAlan Maguire1-1/+76
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing1-3/+3
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai1-16/+31
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1167-10300/+15425
2024-10-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds15-90/+167
2024-10-25Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-258/+565
2024-10-25Merge tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+24
2024-10-25Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-48/+85
2024-10-24Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+21
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-34/+45
2024-10-24Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds1-1/+1
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds41-205/+475
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet1-1/+0
2024-10-24Merge branch 'share-user-memory-to-bpf-program-through-task-storage-map'Alexei Starovoitov18-43/+862
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau4-0/+104
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau2-0/+107
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau3-0/+92
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau1-0/+43
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee3-0/+240
2024-10-24libbpf: define __uptr.Kui-Feng Lee1-0/+1
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau4-7/+131
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau1-5/+24
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau2-6/+37
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau6-15/+15
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee1-6/+33
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee3-5/+36
2024-10-24Merge branch 'add-the-missing-bpf_link_type-invocation-for-sockmap'Andrii Nakryiko4-5/+16
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao3-0/+7
2024-10-24Merge branch 'net-dsa-mv88e6xxx-fix-mv88e6393x-phc-frequency-on-internal-clock'Paolo Abeni2-37/+77
2024-10-24net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang1-3/+20
2024-10-24net: dsa: mv88e6xxx: read cycle counter period from hardwareShenghao Yang2-19/+43
2024-10-24net: dsa: mv88e6xxx: group cycle counter coefficientsShenghao Yang2-33/+32
2024-10-24net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-10-24hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey1-10/+11
2024-10-24Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni6-24/+71
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni7-71/+103
2024-10-24bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1