summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
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-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
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-02bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
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-01-27bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter
2020-01-27bpf: Add missed newline in verifier verbose logAndrey Ignatov
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2019-12-13bpf: btf: check name validity for various typesYonghong Song
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song
2019-12-05xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-12-05bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-07-26bpf: silence warning messages in coreValdis Klētnieks
2019-07-14bpf, devmap: Add missing RCU read lock on flushToshiaki Makita
2019-07-14bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-07-14bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-07-10bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-15bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-05-31bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-05-25bpf: relax inode permission check for retrieving bpf programChenbo Feng
2019-04-20bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-04-03bpf: do not restore dst_reg when cur_state is freedXu Yu
2019-03-23bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-03-23bpf: fix lockdep false positive in stackmapAlexei Starovoitov
2019-03-13bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-03-10bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-02-27bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-02-27bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-02-27bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2019-01-31bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-01-31bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-01-31bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann