aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+53
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau3-64/+65
2019-10-22bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann1-1/+1
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2-12/+21
2019-10-21xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen1-0/+31
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen1-1/+1
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov1-6/+11
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov2-15/+97
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2-1/+20
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2-0/+27
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov1-23/+47
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2-3/+275
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov1-4/+14
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov2-1/+90
2019-10-16bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-10-11bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko1-1/+1
2019-10-11bpf: Track contents of read-only maps as scalarsAndrii Nakryiko1-2/+55
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+4
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King1-1/+1
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon1-1/+1
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-34/+58
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov1-3/+2
2019-09-18vfs: Convert bpf to use the new mount APIDavid Howells1-34/+58
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+22
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2-4/+10
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen1-5/+12
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+14
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-35/+149
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov1-9/+14
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov2-1/+5
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+23
2019-08-26bpf: handle 32-bit zext during constant blindingNaveen N. Rao1-2/+6
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann1-12/+18
2019-08-24bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov1-4/+5
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2-2/+6
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet1-0/+12
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing1-1/+1
2019-08-17xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel1-2/+6
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-20/+105
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-3/+13
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun1-7/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-55/+350
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko1-15/+15
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko2-0/+54
2019-08-01bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev1-4/+13
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2-0/+202
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen1-53/+83
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich1-2/+2