summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | 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-042-88/+32
| | * | | | | | | | | | | | | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-043-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-273-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
| | * | | | | | | | | | | | | | bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-10/+10
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-263-7/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2510-57/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2117-346/+666
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-193-4/+234
| * | | | | | | | | | | | | | | | | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-192-1/+18
| * | | | | | | | | | | | | | | | | bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-192-0/+84
| * | | | | | | | | | | | | | | | | bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
| * | | | | | | | | | | | | | | | | bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
| * | | | | | | | | | | | | | | | | bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
| * | | | | | | | | | | | | | | | | bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-192-0/+916
| * | | | | | | | | | | | | | | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+3
| * | | | | | | | | | | | | | | | | bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-72/+28
| * | | | | | | | | | | | | | | | | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-24/+36
* | | | | | | | | | | | | | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-073-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-063-6/+4
* | | | | | | | | | | | | | | | | | | Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-06-0710-55/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5
| * | | | | | | | | | | | | | | | | | | ring-buffer: Fix a bunch of typos in commentsSteven Rostedt (VMware)2018-06-041-10/+10
| * | | | | | | | | | | | | | | | | | | tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | | | | | | | | | | | | | | tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
| * | | | | | | | | | | | | | | | | | | tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-294-2/+29
| * | | | | | | | | | | | | | | | | | | tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
| * | | | | | | | | | | | | | | | | | | tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | | | | | | | | | | | | | | tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-293-3/+4
| * | | | | | | | | | | | | | | | | | | tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-292-5/+20
| * | | | | | | | | | | | | | | | | | | tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-292-6/+4
| * | | | | | | | | | | | | | | | | | | tracepoints: Fix the descriptions of tracepoint_probe_register{_prio}Lee, Chun-Yi2018-05-281-2/+1
* | | | | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-076-95/+182
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | audit: Fix wrong task in comparison of session IDOndrej Mosnáček2018-05-211-1/+1