summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01bpf: switch to ->free_inode()Al Viro
2019-04-30bpf: Use vmalloc special flagRick Edgecombe
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins