aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
...
| | * | bpf: Add missed newline in verifier verbose logAndrey Ignatov2019-04-05
| | * | bpf: Sanity check max value for var_off stack accessAndrey Ignatov2019-04-05
| | * | bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-05
| | * | bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov2019-04-05
| | * | bpf: increase verifier log limitAlexei Starovoitov2019-04-03
| | * | bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-03
| | * | bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-03
| | * | bpf: convert temp arrays to kvcallocAlexei Starovoitov2019-04-03
| | * | bpf: improve verification speed by not remarking live_readAlexei Starovoitov2019-04-03
| | * | bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-03
| | * | bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-03
| | * | bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-29
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-05
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-27
| |\ \ \
| * | | | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-21
| * | | | bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer2019-03-21
| * | | | bpf: track references based on is_acquire_funcLorenz Bauer2019-03-21
* | | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-07
|\ \ \ \ \
| * | | | | bpf: switch to ->free_inode()Al Viro2019-05-01
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-06
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: Use vmalloc special flagRick Edgecombe2019-04-30
| |/ / /
* / / / bpf: mark registers in all frames after pkt/null checksPaul Chaignon2019-04-25
|/ / /
* | | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-29
* | | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-26
* | | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-25
| |/ |/|
* | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-21
* | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-21
* | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-20
* | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-16
|\
| * bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-11
|\|
| * bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-07
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-06
|\ \ | |/ |/|
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-28
| |\
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-04
| |\ \
| * | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-21
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-04
|\ \ \ \
| * | | | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-01
| * | | | bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-27
| * | | | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-27
| * | | | bpf: enable program statsAlexei Starovoitov2019-02-27
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-02
|\ \ \ \ \
| * | | | | bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-02
| * | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-01
| * | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-26
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-24
|\| | | |
| * | | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-20
|\| | | | | |/ / / |/| | |
| * | | bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-11