summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-02-28bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude
2020-02-24bpf: map_seq_next should always increase position indexVasily Averin
2020-02-11bpf, devmap: Pass lockdep expression to RCU listsAmol Grover
2020-01-26xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-17bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-09bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann
2019-12-31bpf: Provide better register bounds after jmp32 instructionsYonghong Song
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2019-10-22bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann
2019-10-21xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov
2019-09-18vfs: Convert bpf to use the new mount APIDavid Howells
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-26bpf: handle 32-bit zext during constant blindingNaveen N. Rao
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-08-24bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet
2019-08-20bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing
2019-08-17xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev
2019-08-15btf: fix return value check in btf_vmlinux_init()Wei Yongjun
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko
2019-08-01bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich