summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-153-3/+98
| | * | | | bpf: Annotate context typesAlexei Starovoitov2019-11-153-6/+114
| | * | | | bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-152-6/+28
| | * | | | bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-156-8/+419
| | * | | | bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+6
| | * | | | bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-151-0/+4
| | * | | | bpf: Add array support to btf_struct_accessMartin KaFai Lau2019-11-071-29/+166
| | * | | | bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-061-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-4/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-024-96/+73
| |\ \ \ \
| | * | | | bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann2019-11-021-4/+5
| | * | | | xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-48/+0
| | * | | | bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski2019-11-021-0/+17
| | * | | | xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel2019-11-021-32/+23
| | * | | | bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-312-13/+27
| | * | | | bpf: Fix bpf jit kallsym accessAlexei Starovoitov2019-10-311-3/+0
| | * | | | bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov2019-10-301-0/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-023-13/+53
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-243-64/+65
| * | | | | bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov2019-10-181-6/+11
| * | | | | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-172-15/+97
| * | | | | bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-172-1/+20
| * | | | | bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-172-0/+27
| * | | | | bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov2019-10-171-23/+47
| * | | | | bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-172-3/+275
| * | | | | bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-4/+14
| * | | | | bpf: Process in-kernel BTFAlexei Starovoitov2019-10-172-1/+90
| * | | | | bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu2019-10-161-3/+4
| * | | | | bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko2019-10-111-1/+1
| * | | | | bpf: Track contents of read-only maps as scalarsAndrii Nakryiko2019-10-111-2/+55
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-252-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-122-2/+2
| * | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-122-2/+2
| |/ / /
* | | / bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter2019-11-071-1/+3
| |_|/ |/| |
* | | bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-311-2/+5
* | | bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-10-301-2/+2
| |/ |/|
* | bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-10-221-1/+1
* | bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-222-12/+21
* | xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen2019-10-211-0/+31
* | xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen2019-10-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-282-5/+4
|\
| * bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
| * bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon2019-09-251-1/+1
| * bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-34/+58
|\ \ | |/ |/|
| * vfs: Convert bpf to use the new mount APIDavid Howells2019-09-181-34/+58
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-163-9/+22
|\ \
| * | bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-162-4/+10
| * | xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-161-5/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-9/+14
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud