aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-150/+903
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-1/+9
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann3-6/+26
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann1-20/+397
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann1-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann1-12/+54
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann7-13/+62
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann1-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann5-30/+124
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+31
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov1-1/+1
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov1-3/+15
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov1-0/+16
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov1-0/+9
2019-04-04bpf: increase verifier log limitAlexei Starovoitov1-1/+1
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2-2/+2
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov2-6/+12
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov1-7/+7
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov1-0/+9
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov1-3/+41
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov1-24/+52
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov1-21/+54
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+38
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon1-2/+3
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski1-9/+11
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-1/+2
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+4
2019-03-21bpf: track references based on is_acquire_funcLorenz Bauer1-14/+12
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau1-2/+11
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis1-7/+15
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-57/+74
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau1-57/+74
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann1-5/+5
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+3
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-5/+79
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann1-1/+2
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet1-1/+7
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar9-23/+63
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song1-0/+1
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+5
2019-02-27bpf: enable program statsAlexei Starovoitov3-5/+67
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy1-0/+1