summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | bpf: Sysctl hookAndrey Ignatov2019-04-123-0/+100
| * | bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov2019-04-121-1/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1110-150/+903
| |\ \
| | * | 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-04-053-19/+31
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-272-19/+38
| |\ \ \
| * | | | 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 branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \ \ \ \
| * | | | | bpf: switch to ->free_inode()Al Viro2019-05-011-8/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: Use vmalloc special flagRick Edgecombe2019-04-301-1/+0
| |/ / /
* / / / bpf: mark registers in all frames after pkt/null checksPaul Chaignon2019-04-251-30/+46
|/ / /
* | | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10
* | | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-261-2/+3
* | | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
| |/ |/|
* | 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
|/
* 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