summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-30/+46
2019-05-01bpf: switch to ->free_inode()Al Viro-8/+2
2019-04-30bpf: Use vmalloc special flagRick Edgecombe-1/+0
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau-4/+26
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins-2/+37
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon-30/+46
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev-0/+2
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov-3/+5
2019-04-23bpf: remove global variablesAlexei Starovoitov-12/+13
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer-0/+12
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer-7/+15
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer-10/+11
2019-04-16bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole-3/+2
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy-0/+6
2019-04-12bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang-6/+8
2019-04-12bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang-10/+20
2019-04-12bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang-14/+20
2019-04-12bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang-3/+1
2019-04-12bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov-1/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov-0/+135
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov-0/+29
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov-3/+51
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov-1/+80
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov-0/+65
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov-1/+69
2019-04-12bpf: Sysctl hookAndrey Ignatov-0/+100
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov-1/+7
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-150/+903
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev-1/+9
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann-6/+26
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann-20/+397
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann-12/+54
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann-13/+62
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann-30/+124
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+31
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov-1/+1
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov-3/+15
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov-0/+16
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov-0/+9
2019-04-04bpf: increase verifier log limitAlexei Starovoitov-1/+1
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov-2/+2
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov-6/+12
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov-7/+7
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov-0/+9
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov-3/+41
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov-24/+52
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer-3/+10
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov-21/+54