summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov2021-11-011-1/+1
* bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-011-1/+1
* bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet2021-11-011-0/+6
* bpf: Bloom filter map naming fixupsJoanne Koong2021-11-011-23/+26
* bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-012-0/+6
* bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-14/+2
* bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2021-11-011-10/+19
* bpf: Disallow unprivileged bpf by defaultPawan Gupta2021-11-011-0/+7
* bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-281-0/+27
* bpf: Add bloom filter map implementationJoanne Koong2021-10-284-7/+233
* bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2021-10-272-9/+15
* bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet2021-10-271-2/+4
* bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song2021-10-221-2/+2
* bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2021-10-212-2/+7
* bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+2
* bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet2021-10-202-5/+2
* bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi2021-10-191-9/+4
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-22/+22
* bpftool: Add install-bin target to install binary onlyQuentin Monnet2021-10-081-1/+1
* bpf: iterators: Install libbpf headers when buildingQuentin Monnet2021-10-081-13/+25
* bpf: preload: Install libbpf headers when buildingQuentin Monnet2021-10-081-5/+20
* bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov2021-10-051-1/+10
* bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-0/+1
* bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-0/+2
* bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi2021-10-051-0/+52
* bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi2021-10-051-0/+18
* bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-27/+179
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-016-63/+150
|\
| * bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-283-11/+8
| * bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-282-20/+12
| * bpf: Support <8-byte scalar spill and refillMartin KaFai Lau2021-09-261-15/+52
| * bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau2021-09-261-11/+19
| * bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-173-1/+58
| * bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-172-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-308-16/+41
|\ \
| * \ Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-303-8/+18
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-283-8/+18
| | |\ \
| | | * | bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann2021-09-281-5/+12
| | | * | bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer2021-09-281-1/+1
| | | * | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-2/+5
| * | | | Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-261-1/+2
| |\ \ \ \
| | * | | | posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker2021-09-231-1/+2
| | |/ / /
| * | | | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-261-1/+1
| |\ \ \ \
| | * \ \ \ Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-09-241-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui2021-09-221-1/+1
| * | | | | Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-251-0/+8
| |\ \ \ \ \
| | * | | | | blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-241-0/+8
| * | | | | | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-222-6/+2
| * | | | | | KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson2021-09-222-4/+14
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-234-23/+50
|\| | | | | | |_|_|_|/ |/| | | |