summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-08-07bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-2/+2
2020-08-05bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko1-3/+9
2020-07-16bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-14/+18
2020-06-30bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev1-20/+33
2020-06-30devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen1-4/+6
2020-06-22bpf: Fix map permissions checkAnton Protopopov1-1/+2
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-6/+5
2020-05-20bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun1-1/+3
2020-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-9/+19
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann1-11/+34
2020-04-17bpf: Fix tnum constraints for 32-bit comparisonsJann Horn1-36/+72
2020-04-02bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2-3/+6
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2020-04-01bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann1-19/+0
2020-04-01bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
2020-04-01bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko1-2/+2
2020-04-01bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko1-0/+3
2020-02-28bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-24bpf: map_seq_next should always increase position indexVasily Averin1-2/+1
2020-02-11bpf, devmap: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-01-26xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen1-28/+46
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-17bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin1-2/+9
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-09bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann1-21/+22
2019-12-31bpf: Provide better register bounds after jmp32 instructionsYonghong Song1-0/+19
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter1-1/+3
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel1-2/+5
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich1-2/+2
2019-10-23bpf: 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-22xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen1-0/+31
2019-10-19xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen1-1/+1
2019-09-29Merge 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/v...Linus Torvalds1-34/+58
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov1-3/+2
2019-09-19vfs: 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-16/+23