summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2019-04-04bpf: increase verifier log limitAlexei Starovoitov
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer
2019-03-21bpf: track references based on is_acquire_funcLorenz Bauer
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov
2019-02-27bpf: enable program statsAlexei Starovoitov
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller