summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | bpf: get JITed image lengths of functions via syscallSandipan Das2018-05-241-0/+20
| | * | | | | | | | | | | | | | | | bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-05-241-3/+34
| | * | | | | | | | | | | | | | | | bpf: get kernel symbol addresses via syscallSandipan Das2018-05-242-6/+26
| | * | | | | | | | | | | | | | | | bpf: support 64-bit offsets for bpf function callsSandipan Das2018-05-241-1/+14
| | * | | | | | | | | | | | | | | | bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5
| | * | | | | | | | | | | | | | | | bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-232-10/+10
| | * | | | | | | | | | | | | | | | bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-231-17/+35
| | * | | | | | | | | | | | | | | | bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-231-24/+56
| | * | | | | | | | | | | | | | | | bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-231-51/+158
| | * | | | | | | | | | | | | | | | bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-7/+7
| | * | | | | | | | | | | | | | | | bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
| | * | | | | | | | | | | | | | | | xsk: clean up SPDX headersBjörn Töpel2018-05-181-9/+0
| | * | | | | | | | | | | | | | | | bpf: sockmap, fix double-freeGustavo A. R. Silva2018-05-171-1/+0
| | * | | | | | | | | | | | | | | | bpf: sockmap, fix uninitialized variableGustavo A. R. Silva2018-05-171-1/+1
| * | | | | | | | | | | | | | | | | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-3/+122
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2117-185/+223
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-166-100/+797
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend2018-05-171-1/+1
| | * | | | | | | | | | | | | | | | | bpf: fix sock hashmap kmalloc warningYonghong Song2018-05-171-0/+6
| | * | | | | | | | | | | | | | | | | bpf: sockmap, add hash map supportJohn Fastabend2018-05-153-17/+492
| | * | | | | | | | | | | | | | | | | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-60/+88
| | * | | | | | | | | | | | | | | | | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-6/+53
| | * | | | | | | | | | | | | | | | | bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
| | * | | | | | | | | | | | | | | | | bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-092-6/+37
| | * | | | | | | | | | | | | | | | | bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-092-11/+121
| | * | | | | | | | | | | | | | | | | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
| * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-117-41/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-0710-214/+566
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann2018-05-041-0/+2
| | * | | | | | | | | | | | | | | | | | bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-05-041-2/+2
| | * | | | | | | | | | | | | | | | | | bpf: replace map pointer loads before calling into offloadsJakub Kicinski2018-05-041-5/+5
| | * | | | | | | | | | | | | | | | | | bpf: export bpf_event_output()Jakub Kicinski2018-05-041-0/+1
| | * | | | | | | | | | | | | | | | | | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-041-0/+2
| | * | | | | | | | | | | | | | | | | | bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-041-2/+4
| | * | | | | | | | | | | | | | | | | | bpf: add faked "ending" subprogJiong Wang2018-05-041-20/+14
| | * | | | | | | | | | | | | | | | | | bpf: centre subprog information fieldsJiong Wang2018-05-041-30/+32
| | * | | | | | | | | | | | | | | | | | bpf: unify main prog and subprogJiong Wang2018-05-041-26/+31
| | * | | | | | | | | | | | | | | | | | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-032-88/+32
| | * | | | | | | | | | | | | | | | | | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-033-2/+248
| | * | | | | | | | | | | | | | | | | | bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-303-35/+2
| | * | | | | | | | | | | | | | | | | | bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0
| | * | | | | | | | | | | | | | | | | | bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-292-0/+33
| | * | | | | | | | | | | | | | | | | | bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song2018-04-291-9/+2
| | * | | | | | | | | | | | | | | | | | bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song2018-04-291-0/+27
| | * | | | | | | | | | | | | | | | | | bpf: add bpf_get_stack helperYonghong Song2018-04-294-1/+140
| | * | | | | | | | | | | | | | | | | | bpf: change prototype for stack_map_get_build_id_offsetYonghong Song2018-04-291-8/+5
| * | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-0419-168/+144
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-263-27/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
| | * | | | | | | | | | | | | | | | | | | bpf: allow map helpers access to map values directlyPaul Chaignon2018-04-241-17/+7
OpenPOWER on IntegriCloud