summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-201-14/+94
|\
| * bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-201-14/+94
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+13
|\ \ | |/ |/|
| * bpf: Implement show_optionsDavid Howells2017-07-061-3/+13
* | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-29/+16
|\ \
| * | bpf: don't open-code memdup_user()Al Viro2017-06-301-29/+16
* | | bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-07-031-0/+62
* | | bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
* | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-44/+34
* | | bpf: BPF support for sock_opsLawrence Brakmo2017-07-012-0/+42
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+5
|\ \ \
| * | | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+5
| | |/ | |/|
* | | bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau2017-06-291-1/+3
* | | bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-295-3/+67
* | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-8/+21
* | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-19/+52
* | | bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann2017-06-101-2/+2
* | | bpf: reset id on CONST_IMM transitionDaniel Borkmann2017-06-101-0/+2
* | | bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann2017-06-101-0/+2
* | | bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann2017-06-061-1/+0
* | | bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-17/+146
* | | bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
* | | bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
* | | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
* | | bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
* | | bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
* | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-041-21/+7
* | | bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
* | | bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng2017-06-021-0/+1
* | | bpf: use different interpreter depending on required stack sizeAlexei Starovoitov2017-05-311-9/+31
* | | bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-05-311-0/+1
* | | bpf: teach verifier to track stack depthAlexei Starovoitov2017-05-311-1/+9
* | | bpf: split bpf core interpreterAlexei Starovoitov2017-05-311-7/+14
* | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-312-2/+2
|/ /
* | bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-253-0/+3
* | bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann2017-05-251-21/+16
* | bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann2017-05-251-9/+10
* | net: Make IP alignment calulations clearer.David S. Miller2017-05-221-4/+8
* | bpf: adjust verifier heuristicsDaniel Borkmann2017-05-171-1/+11
* | bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-1/+1
* | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-7/+21
* | bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller2017-05-111-2/+6
* | bpf: Track alignment of register values in the verifier.David S. Miller2017-05-111-19/+89
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-5/+16
|\
| * bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-05-081-5/+16
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\ \
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-082-8/+4
| |/ |/|
* | bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-0/+11
* | bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa2017-04-281-8/+4
OpenPOWER on IntegriCloud