index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-68
/
+202
2016-07-19
bpf: enable direct packet data write for xdp progs
Brenden Blanco
1
-1
/
+16
2016-07-19
bpf: add XDP prog type for early driver filter
Brenden Blanco
1
-0
/
+1
2016-07-19
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
1
-3
/
+9
2016-07-16
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
1
-1
/
+1
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-2
/
+4
2016-07-11
bpf: make inode code explicitly non-modular
Paul Gortmaker
1
-3
/
+1
2016-07-07
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
1
-34
/
+7
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
1
-1
/
+7
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
3
-1
/
+47
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
1
-8
/
+19
2016-07-01
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
2
-13
/
+4
2016-06-30
bpf: don't use raw processor id in generic helper
Daniel Borkmann
1
-1
/
+1
2016-06-30
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
1
-2
/
+1
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-34
/
+7
2016-06-15
bpf, maps: flush own entries on perf map release
Daniel Borkmann
1
-28
/
+74
2016-06-15
bpf, maps: extend map_fd_get_ptr arguments
Daniel Borkmann
2
-7
/
+15
2016-06-15
bpf, maps: add release callback
Daniel Borkmann
1
-1
/
+6
2016-06-15
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-34
/
+7
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
6
-188
/
+922
2016-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-05-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2016-05-23
bpf, inode: disallow userns mounts
Daniel Borkmann
1
-1
/
+0
2016-05-20
bpf: teach verifier to recognize imm += ptr pattern
Alexei Starovoitov
1
-1
/
+17
2016-05-20
bpf: support decreasing order in direct packet access
Alexei Starovoitov
1
-8
/
+4
2016-05-20
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
1
-1
/
+1
2016-05-20
bpf: rather use get_random_int for randomizations
Daniel Borkmann
1
-2
/
+2
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+8
2016-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-156
/
+900
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
1
-0
/
+203
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2
-5
/
+15
2016-05-16
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2
-44
/
+80
2016-05-16
bpf: minor cleanups in ebpf code
Daniel Borkmann
1
-2
/
+0
2016-05-11
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
3
-36
/
+71
2016-05-06
bpf: improve verifier state equivalence
Alexei Starovoitov
1
-20
/
+3
2016-05-06
bpf: direct packet access
Alexei Starovoitov
2
-8
/
+438
2016-05-06
bpf: cleanup verifier code
Alexei Starovoitov
1
-47
/
+53
2016-05-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-36
/
+71
2016-04-28
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-25
/
+40
2016-04-28
bpf: fix refcnt overflow
Alexei Starovoitov
3
-11
/
+31
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-26
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+7
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
1
-4
/
+13
2016-04-14
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-5
/
+54
[next]