index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2018-01-20
1
-7
/
+12
*
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
2018-01-20
1
-24
/
+55
*
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
2018-01-19
1
-2
/
+93
*
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2018-01-18
2
-0
/
+61
*
bpf: offload: allow array map offload
Jakub Kicinski
2018-01-18
1
-1
/
+2
*
bpf: arraymap: use bpf_map_init_from_attr()
Jakub Kicinski
2018-01-18
1
-6
/
+1
*
bpf: arraymap: move checks out of alloc function
Jakub Kicinski
2018-01-18
1
-14
/
+28
*
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
2018-01-18
1
-0
/
+2
*
bpf: change fake_ip for bpf_trace_printk helper
Yonghong Song
2018-01-18
1
-1
/
+1
*
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
2018-01-18
2
-13
/
+41
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
7
-28
/
+70
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-01-16
2
-4
/
+21
|
|
\
|
|
*
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-10
1
-3
/
+15
|
|
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-10
1
-0
/
+5
|
|
*
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
2018-01-10
1
-1
/
+1
|
*
|
Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-01-16
2
-18
/
+46
|
|
\
\
|
|
*
|
tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
Randy Dunlap
2018-01-15
1
-1
/
+1
|
|
*
|
ring-buffer: Bring back context level recursive checks
Steven Rostedt (VMware)
2018-01-15
1
-17
/
+45
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-01-13
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
2018-01-13
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-01-12
1
-0
/
+2
|
|
\
\
\
|
|
*
|
|
membarrier: Disable preemption when calling smp_call_function_many()
Mathieu Desnoyers
2018-01-10
1
-0
/
+2
|
*
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-01-12
1
-5
/
+0
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
locking/lockdep: Remove cross-release leftovers
Ingo Molnar
2018-01-08
1
-5
/
+0
*
|
|
|
|
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
2018-01-17
1
-2
/
+2
*
|
|
|
|
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
2018-01-17
1
-3
/
+1
*
|
|
|
|
bpf: cpumap: make some functions static
Wei Yongjun
2018-01-17
1
-11
/
+12
*
|
|
|
|
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
3
-13
/
+226
*
|
|
|
|
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
2018-01-14
1
-8
/
+20
*
|
|
|
|
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
2018-01-14
1
-5
/
+5
*
|
|
|
|
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
7
-40
/
+16
*
|
|
|
|
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
2018-01-14
1
-16
/
+39
*
|
|
|
|
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
2018-01-14
1
-24
/
+23
*
|
|
|
|
bpf: add map_alloc_check callback
Jakub Kicinski
2018-01-14
1
-4
/
+13
*
|
|
|
|
error-injection: Support fault injection framework
Masami Hiramatsu
2018-01-13
2
-0
/
+350
*
|
|
|
|
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
2018-01-13
5
-171
/
+9
*
|
|
|
|
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
2018-01-13
2
-15
/
+7
*
|
|
|
|
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
2018-01-13
4
-15
/
+16
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-12
4
-17
/
+114
|
\
|
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-01-10
4
-13
/
+100
|
|
\
\
\
\
|
|
*
|
|
|
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-09
1
-0
/
+19
|
|
*
|
|
|
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-09
2
-11
/
+72
|
|
*
|
|
|
bpf: sockmap missing NULL psock check
John Fastabend
2018-01-07
1
-2
/
+9
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-11
1
-4
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
bpf: export function to write into verifier log buffer
Quentin Monnet
2018-01-10
1
-4
/
+12
|
*
|
|
|
|
|
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
2018-01-08
1
-0
/
+4
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
18
-57
/
+200
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
/
/
/
/
/
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-01-08
2
-12
/
+14
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC
Tejun Heo
2017-12-20
1
-8
/
+6
|
|
*
|
|
|
cgroup: Fix deadlock in cpu hotplug path
Prateek Sood
2017-12-19
1
-1
/
+5
[next]