| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: mark all registered map/prog types as __ro_after_init | Daniel Borkmann | 2017-02-17 | 1 | -3/+3 |
* | bpf: add bpf_probe_read_str helper | Gianluca Borello | 2017-01-20 | 1 | -0/+32 |
* | bpf, trace: make ctx access checks more robust | Daniel Borkmann | 2017-01-16 | 1 | -0/+9 |
* | bpf: pass original insn directly to convert_ctx_access | Daniel Borkmann | 2017-01-12 | 1 | -7/+8 |
* | bpf: rename ARG_PTR_TO_STACK | Alexei Starovoitov | 2017-01-09 | 1 | -10/+10 |
* | bpf: add helper for retrieving current numa node id | Daniel Borkmann | 2016-10-22 | 1 | -0/+2 |
* | bpf: add BPF_CALL_x macros for declaring helpers | Daniel Borkmann | 2016-09-09 | 1 | -39/+36 |
* | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 2016-09-09 | 1 | -6/+6 |
* | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 2016-09-02 | 1 | -0/+61 |
* | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 2016-08-12 | 1 | -0/+2 |
* | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 2016-08-12 | 1 | -0/+30 |
* | bpf: Add bpf_probe_write_user BPF helper to be called in tracers | Sargun Dhillon | 2016-07-25 | 1 | -0/+45 |
* | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug | Andrew Morton | 2016-07-19 | 1 | -1/+3 |
* | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 1 | -18/+15 |
* | bpf, perf: split bpf_perf_event_output | Daniel Borkmann | 2016-07-15 | 1 | -13/+22 |
* | perf, events: add non-linear data support for raw records | Daniel Borkmann | 2016-07-15 | 1 | -2/+4 |
* | bpf: introduce bpf_get_current_task() helper | Alexei Starovoitov | 2016-07-09 | 1 | -0/+13 |
* | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read | Daniel Borkmann | 2016-06-30 | 1 | -3/+8 |
* | bpf, trace: fetch current cpu only once | Daniel Borkmann | 2016-06-30 | 1 | -2/+3 |
* | bpf: minor cleanups on fd maps and helpers | Daniel Borkmann | 2016-06-30 | 1 | -12/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 1 | -2/+8 |
|\ |
|
| * | bpf, trace: check event type in bpf_perf_event_read | Alexei Starovoitov | 2016-06-15 | 1 | -0/+4 |
| * | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2016-06-15 | 1 | -2/+4 |
* | | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2016-06-15 | 1 | -10/+8 |
|/ |
|
* | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 2016-06-07 | 1 | -2/+2 |
* | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2016-04-19 | 1 | -0/+27 |
* | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output | Daniel Borkmann | 2016-04-19 | 1 | -1/+6 |
* | bpf: avoid warning for wrong pointer cast | Arnd Bergmann | 2016-04-18 | 1 | -2/+2 |
* | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK | Daniel Borkmann | 2016-04-14 | 1 | -3/+7 |
* | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2016-04-07 | 1 | -1/+41 |
* | bpf: register BPF_PROG_TYPE_TRACEPOINT program type | Alexei Starovoitov | 2016-04-07 | 1 | -2/+43 |
* | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2016-03-08 | 1 | -2/+0 |
* | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 2016-02-20 | 1 | -0/+2 |
* | perf/bpf: Convert perf_event_array to use struct file | Alexei Starovoitov | 2016-01-29 | 1 | -4/+10 |
* | bpf: Constify bpf_verifier_ops structure | Julia Lawall | 2015-12-23 | 1 | -1/+1 |
* | bpf: make tracing helpers gpl only | Alexei Starovoitov | 2015-10-26 | 1 | -2/+2 |
* | bpf: fix bpf_perf_event_read() helper | Alexei Starovoitov | 2015-10-26 | 1 | -1/+6 |
* | bpf: introduce bpf_perf_event_output() helper | Alexei Starovoitov | 2015-10-22 | 1 | -0/+46 |
* | bpf: add support for %s specifier to bpf_trace_printk() | Alexei Starovoitov | 2015-08-28 | 1 | -2/+30 |
* | bpf: Implement function bpf_perf_event_read() that get the selected hardware ... | Kaixu Xia | 2015-08-09 | 1 | -0/+31 |
* | bpf: let kprobe programs use bpf_get_smp_processor_id() helper | Alexei Starovoitov | 2015-06-15 | 1 | -0/+2 |
* | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 2015-06-15 | 1 | -8/+12 |
* | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 2015-06-15 | 1 | -0/+6 |
* | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 2015-05-31 | 1 | -12/+0 |
* | bpf: allow bpf programs to tail-call other bpf programs | Alexei Starovoitov | 2015-05-21 | 1 | -0/+2 |
* | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2015-04-02 | 1 | -0/+78 |
* | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2015-04-02 | 1 | -0/+14 |
* | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 2015-04-02 | 1 | -0/+130 |