summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-10-01bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-10-01bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-08-07bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-08-05bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-16bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-06-30bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-30devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-22bpf: Fix map permissions checkAnton Protopopov
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-05-20bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
2020-04-17bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-04-02bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-04-01bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-04-01bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-04-01bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-04-01bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko
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