index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
3
-0
/
+12
*
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
Jiong Wang
2018-12-07
6
-4
/
+13
*
mips: bpf: fix encoding bug for mm_srlv32_op
Jiong Wang
2018-12-07
1
-1
/
+1
*
Merge branch 'bpf_func_info-improvements'
Alexei Starovoitov
2018-12-06
9
-47
/
+54
|
\
|
*
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-12-06
4
-9
/
+22
|
*
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
2018-12-06
1
-1
/
+1
|
*
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
2018-12-06
2
-10
/
+10
|
*
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2018-12-06
2
-27
/
+21
|
/
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
5
-4
/
+176
*
Merge branch 'bpf-jit-overridable-alloc'
Daniel Borkmann
2018-12-05
3
-3
/
+29
|
\
|
*
arm64/bpf: don't allocate BPF JIT programs in module memory
Ard Biesheuvel
2018-12-05
2
-1
/
+17
|
*
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
2018-12-05
1
-2
/
+12
|
/
*
Merge branch 'prog_test_run-improvement'
Alexei Starovoitov
2018-12-04
7
-7
/
+120
|
\
|
*
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
1
-1
/
+54
|
*
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
3
-0
/
+43
|
*
tools: sync uapi/linux/bpf.h
Lorenz Bauer
2018-12-04
1
-2
/
+5
|
*
bpf: respect size hint to BPF_PROG_TEST_RUN if present
Lorenz Bauer
2018-12-04
2
-4
/
+18
|
/
*
samples: bpf: fix: seg fault with NULL pointer arg
Daniel T. Lee
2018-12-03
1
-1
/
+3
*
bpf: fix documentation for eBPF helpers
Quentin Monnet
2018-12-03
1
-45
/
+45
*
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
2018-12-03
4
-0
/
+50
*
libbpf: Fix license in README.rst
Andrey Ignatov
2018-12-03
1
-1
/
+1
*
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
2018-12-02
1
-0
/
+2
*
Merge branch 'xdp1-improvements'
Alexei Starovoitov
2018-12-01
1
-12
/
+15
|
\
|
*
samples: bpf: get ifindex from ifname
Matteo Croce
2018-12-01
1
-2
/
+7
|
*
samples: bpf: improve xdp1 example
Matteo Croce
2018-12-01
1
-10
/
+8
|
/
*
Merge branch 'improve-test-coverage-sparc'
Alexei Starovoitov
2018-12-01
8
-25
/
+128
|
\
|
*
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
2018-12-01
1
-0
/
+17
|
*
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
2018-12-01
1
-0
/
+44
|
*
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
2018-12-01
1
-18
/
+24
|
*
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2018-12-01
8
-9
/
+45
|
/
*
bpf: Fix verifier log string check for bad alignment.
David Miller
2018-12-01
1
-1
/
+1
*
Merge branch 'bpftool-fixes'
Alexei Starovoitov
2018-11-30
6
-65
/
+129
|
\
|
*
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
2018-11-30
3
-26
/
+75
|
*
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
1
-1
/
+1
|
*
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
2018-11-30
1
-1
/
+1
|
*
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
2018-11-30
1
-24
/
+49
|
*
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-30
2
-13
/
+3
|
/
*
arm64/bpf: use movn/movk/movk sequence to generate kernel addresses
Ard Biesheuvel
2018-11-30
1
-11
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-30
25
-115
/
+760
|
\
|
*
tools/bpf: make libbpf _GNU_SOURCE friendly
Yonghong Song
2018-11-30
2
-0
/
+3
|
*
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
2018-11-29
2
-6
/
+6
|
*
selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS
Naresh Kamboju
2018-11-28
1
-0
/
+1
|
*
Merge branch 'bpf-sk-msg-pop-data'
Daniel Borkmann
2018-11-28
8
-24
/
+406
|
|
\
|
|
*
bpf: test_sockmap, add options for msg_pop_data() helper
John Fastabend
2018-11-28
2
-17
/
+180
|
|
*
bpf: add msg_pop_data helper to tools
John Fastabend
2018-11-28
2
-1
/
+17
|
|
*
bpf: helper to pop data from messages
John Fastabend
2018-11-28
4
-6
/
+209
|
|
/
|
*
Merge branch 'libbpf-versioning-doc'
Alexei Starovoitov
2018-11-27
8
-8
/
+287
|
|
\
|
|
*
libbpf: Document API and ABI conventions
Andrey Ignatov
2018-11-27
1
-0
/
+139
|
|
*
libbpf: Verify versioned symbols
Andrey Ignatov
2018-11-27
1
-1
/
+18
|
|
*
libbpf: Add version script for DSO
Andrey Ignatov
2018-11-27
2
-1
/
+124
[next]