aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-08-21bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-11bpf: Fix map permissions checkAnton Protopopov
2020-06-08bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-06-04cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-06-01bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
2020-06-01bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-06-01bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-05-21bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-05-21bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-05-15bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude
2020-05-15bpf: map_seq_next should always increase position indexVasily Averin
2020-04-12bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-04-12bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-04-12bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-03-20bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-02-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song
2020-02-24bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2020-01-19bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2019-12-29bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann
2019-12-29bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann
2019-09-06bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-08-06bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-08-06bpf: fix BTF verifier size resolution logicAndrii Nakryiko
2019-08-04bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev
2019-07-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang
2019-07-26bpf: fix callees pruning callersAlexei Starovoitov
2019-07-26bpf: silence warning messages in coreValdis Klētnieks
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-05-14bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak