summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: btf: check name validity for various typesYonghong Song2019-12-131-0/+57
* bpf: btf: implement btf_name_valid_identifier()Yonghong Song2019-12-131-0/+25
* xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-12-051-3/+10
* bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-12-051-2/+2
* bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-12-051-1/+1
* bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer2019-12-051-1/+1
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2019-12-011-30/+25
* bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2019-12-011-2/+1
* bpf: btf: Fix a missing check bugWenwen Wang2019-11-241-0/+3
* bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-10-071-11/+17
* bpf: silence warning messages in coreValdis Klētnieks2019-07-261-0/+1
* bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-07-141-0/+4
* bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-07-141-0/+1
* bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-07-141-2/+2
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-6/+15
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-032-4/+16
* bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-07-031-2/+7
* bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak2019-06-151-1/+1
* bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet2019-05-311-0/+3
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-3/+46
* bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-251-5/+18
* bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-251-1/+4
* bpf: relax inode permission check for retrieving bpf programChenbo Feng2019-05-251-1/+1
* bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-04-201-14/+18
* bpf: do not restore dst_reg when cur_state is freedXu Yu2019-04-031-1/+1
* bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-03-231-0/+1
* bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-03-231-1/+7
* bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-03-131-2/+10
* bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-03-133-14/+35
* bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-101-1/+2
* bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-02-271-0/+2
* bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-02-271-2/+5
* bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-02-271-1/+2
* bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-311-2/+15
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-01-311-13/+48
* bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-311-7/+179
* bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-311-1/+5
* bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-311-1/+7
* bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-22/+41
* bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-0/+11
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-311-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-311-17/+17
* bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-311-37/+38
* bpf: add per-insn complexity limitAlexei Starovoitov2019-01-311-1/+6
* bpf: improve verifier branch analysisAlexei Starovoitov2019-01-311-13/+80
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-4/+12
* bpf: Allow narrow loads with offset > 0Andrey Ignatov2019-01-261-5/+16
* bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-211-0/+3
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-12-171-1/+1
* bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-12-171-1/+2