summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+9
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-093-6/+26
* bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-091-20/+397
* bpf: allow . char as part of the object nameDaniel Borkmann2019-04-091-3/+3
* bpf: add syscall side map freeze supportDaniel Borkmann2019-04-091-12/+54
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-097-13/+62
* bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-091-1/+13
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-095-30/+124
* bpf: Add missed newline in verifier verbose logAndrey Ignatov2019-04-051-1/+1
* bpf: Sanity check max value for var_off stack accessAndrey Ignatov2019-04-051-3/+15
* bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+16
* bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+9
* bpf: increase verifier log limitAlexei Starovoitov2019-04-041-1/+1
* bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-042-2/+2
* bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-042-6/+12
* bpf: convert temp arrays to kvcallocAlexei Starovoitov2019-04-041-7/+7
* bpf: improve verification speed by not remarking live_readAlexei Starovoitov2019-04-041-0/+9
* bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-3/+41
* bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-24/+52
* bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-291-21/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-272-19/+38
|\
| * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-211-9/+11
| * bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| * bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-201-2/+11
| * bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
* | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-211-1/+2
* | bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer2019-03-211-0/+4
* | bpf: track references based on is_acquire_funcLorenz Bauer2019-03-211-14/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-57/+74
|\
| * bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-57/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-5/+5
|\|
| * bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-5/+5
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-1/+3
|\ \ | |/ |/|
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-289-23/+63
| |\
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-044-5/+24
| |\ \
| * | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-212-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-044-5/+79
|\ \ \ \
| * | | | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| * | | | bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| * | | | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| * | | | bpf: enable program statsAlexei Starovoitov2019-02-273-5/+67
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-4/+5
|\ \ \ \ \
| * | | | | bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-011-1/+2
| * | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
| * | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-0/+1
|\| | | |
| * | | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-221-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+7
|\| | | | | |/ / / |/| | |
| * | | bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-111-1/+7
| * | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-091-4/+7