summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-10-01bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-10-01bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
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-05-02cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann1-11/+34
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-02bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
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-01-27bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter1-1/+3
2020-01-27bpf: Add missed newline in verifier verbose logAndrey Ignatov1-1/+1
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-13bpf: btf: check name validity for various typesYonghong Song1-0/+57
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song1-0/+25
2019-12-05xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-12-05bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau1-30/+25
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo1-2/+1
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang1-0/+3
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann1-11/+17
2019-07-26bpf: silence warning messages in coreValdis Klētnieks1-0/+1
2019-07-14bpf, devmap: Add missing RCU read lock on flushToshiaki Makita1-0/+4
2019-07-14bpf, devmap: Add missing bulk queue freeToshiaki Makita1-0/+1
2019-07-14bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita1-2/+2
2019-07-10bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-6/+15
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann2-4/+16
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-2/+7
2019-06-15bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak1-1/+1
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet1-0/+3
2019-05-31bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-3/+46
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-1/+4
2019-05-25bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-04-20bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-04-03bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-23bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy1-0/+1
2019-03-23bpf: fix lockdep false positive in stackmapAlexei Starovoitov1-1/+7
2019-03-13bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-03-10bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann1-1/+2
2019-02-27bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev1-0/+2
2019-02-27bpf: don't assume build-id length is always 20 bytesStanislav Fomichev1-2/+5
2019-02-27bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-31bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15