summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich-2/+2
2019-10-30bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney-2/+2
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov-0/+5
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau-64/+65
2019-10-22bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann-1/+1
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann-12/+21
2019-10-21xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen-0/+31
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen-1/+1
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov-6/+11
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov-15/+97
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov-1/+20
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov-0/+27
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov-23/+47
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov-3/+275
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov-4/+14
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov-1/+90
2019-10-16bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu-3/+4
2019-10-11bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko-1/+1
2019-10-11bpf: Track contents of read-only maps as scalarsAndrii Nakryiko-2/+55
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-1/+1
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-5/+4
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King-1/+1
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon-1/+1
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-34/+58
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov-3/+2
2019-09-18vfs: Convert bpf to use the new mount APIDavid Howells-34/+58
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+22
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich-4/+10
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen-5/+12
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+14
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-35/+149
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov-9/+14
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+6
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov-1/+5
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-16/+23
2019-08-26bpf: handle 32-bit zext during constant blindingNaveen N. Rao-2/+6
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann-12/+18
2019-08-24bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov-4/+5
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet-2/+6
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet-0/+12
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing-1/+1
2019-08-17xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel-2/+6
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel-20/+105
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev-3/+13
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun-7/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-55/+350
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko-15/+15
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko-0/+54
2019-08-01bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev-4/+13
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen-0/+202