summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann-13/+17
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann-1/+1
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann-1/+1
2017-07-24bpf/verifier: fix min/max handling in BPF_SUBEdward Cree-6/+15
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+94
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann-14/+94
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+13
2017-07-06bpf: Implement show_optionsDavid Howells-3/+13
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+16
2017-07-03bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend-0/+62
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann-1/+6
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann-44/+34
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo-0/+42
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2017-06-30bpf: don't open-code memdup_user()Al Viro-29/+16
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+5
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau-1/+3
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau-3/+67
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song-8/+21
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song-19/+52
2017-06-10bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann-2/+2
2017-06-10bpf: reset id on CONST_IMM transitionDaniel Borkmann-0/+2
2017-06-10bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann-0/+2
2017-06-06bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann-1/+0
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau-17/+146
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau-10/+85
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau-10/+81
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau-0/+38
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau-1/+33
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau-1/+39
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov-21/+7
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng-1/+3
2017-06-02bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng-0/+1
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov-9/+31
2017-05-31bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov-0/+1
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov-1/+9
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov-2/+2
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann-9/+10
2017-05-22net: Make IP alignment calulations clearer.David S. Miller-4/+8
2017-05-17bpf: adjust verifier heuristicsDaniel Borkmann-1/+11
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller-1/+1
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller-7/+21
2017-05-11bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller-2/+6
2017-05-11bpf: Track alignment of register values in the verifier.David S. Miller-19/+89
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+16
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-8/+4