index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
-6
/
+5
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
-10
/
+10
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
-17
/
+35
2018-05-23
bpf: btf: Check array->index_type
Martin KaFai Lau
-24
/
+56
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
-51
/
+158
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
-7
/
+7
2018-05-18
bpf: allow sk_msg programs to read sock fields
John Fastabend
-0
/
+1
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
-9
/
+0
2018-05-17
bpf: sockmap, fix double-free
Gustavo A. R. Silva
-1
/
+0
2018-05-17
bpf: sockmap, fix uninitialized variable
Gustavo A. R. Silva
-1
/
+1
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-100
/
+797
2018-05-17
bpf: sockmap, on update propagate errors back to userspace
John Fastabend
-1
/
+1
2018-05-17
bpf: fix sock hashmap kmalloc warning
Yonghong Song
-0
/
+6
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
-17
/
+492
2018-05-15
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
-60
/
+88
2018-05-14
bpf: enable stackmap with build_id in nmi context
Song Liu
-6
/
+53
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-41
/
+67
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-5
/
+14
2018-05-11
Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+3
2018-05-11
Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-14
/
+2
2018-05-11
tracing: Fix regex_match_front() to not over compare the test string
Steven Rostedt (VMware)
-0
/
+3
2018-05-10
compat: fix 4-byte infoleak via uninitialized struct field
Jann Horn
-0
/
+1
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
-1
/
+1
2018-05-09
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
-6
/
+37
2018-05-09
bpf: btf: Introduce BTF ID
Martin KaFai Lau
-11
/
+121
2018-05-09
bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y
Martin KaFai Lau
-1
/
+1
2018-05-09
cpufreq: schedutil: Avoid using invalid next_freq
Rafael J. Wysocki
-1
/
+2
2018-05-09
cpufreq: schedutil: remove stale comment
Juri Lelli
-13
/
+0
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-214
/
+566
2018-05-06
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-19
/
+44
2018-05-04
Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-5
/
+14
2018-05-04
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
-0
/
+2
2018-05-04
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
-2
/
+2
2018-05-04
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
-5
/
+5
2018-05-04
bpf: export bpf_event_output()
Jakub Kicinski
-0
/
+1
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
-0
/
+2
2018-05-04
bpf: offload: allow offloaded programs to use perf event arrays
Jakub Kicinski
-2
/
+4
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-168
/
+144
2018-05-04
bpf: add faked "ending" subprog
Jiong Wang
-20
/
+14
2018-05-04
bpf: centre subprog information fields
Jiong Wang
-30
/
+32
2018-05-04
bpf: unify main prog and subprog
Jiong Wang
-26
/
+31
2018-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-29
/
+77
2018-05-03
bpf: use array_index_nospec in find_prog_type
Daniel Borkmann
-2
/
+8
2018-05-03
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
-88
/
+32
2018-05-04
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
-3
/
+6
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
-2
/
+248
2018-05-03
tracing: Fix the file mode of stack tracer
Zhengyuan Liu
-1
/
+1
2018-05-03
ftrace: Have set_graph_* files have normal file modes
Chen LinX
-2
/
+2
2018-05-02
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+31
[next]